How to perform unattended NOS installation Using HP Toptools Remote Control

3
; Describe the target directory to be installed
TargetPath = \WINNT
; Specifies whether the primary partition should be converted to NTFS or left as FAT16
Filesystem = ConvertNTFS
; Non-signed drivers will cause attended information during installation
DriverSigningPolicy = Warn
[GuiUnattended]
; Specify the time zone for the server, prevent from prompting an attended selection
TimeZone = “095”
; Simply set no password for Administrator account
AdminPassword = *
; Automatically logon with the Administrator account
AutoLogon = Yes
; Disables the autologon after 1 successful logon
AutoLogonCount = 1
[LicenseFilePrintData]
; Set the options of licensing installation
AutoMode = “PerServer”
AutoUsers = “5”
[UserData]
; All necessary information to inform the Gui installation
FullName = “Netserver
OrgName = “HP”
; This part is automatically provided by the autoexec.bat script, so leave it blank
ComputerName=
; Please add your own OS license number
ProductId = “XXXXX-XXXXX-XXXXX-XXXXX-XXXXX”
; Just an example of a specific command line for Netserver LH6000 to patch registry
; Other programs can be configured to silent installations and set in this key
[GuiRunOnce]
;Command0 = “%windir%\regedit.exe -s c:\Masters\lh6000\lh6000.reg”
[Display]
; Set the values to get predefined display properties
BitsPerPel = 16
XResolution = 800
YResolution = 600
VRefresh = 70
[Components]
; Choose whether common programs included in W2K are installed
cdplayer = Off
freecell = Off
minesweeper = Off
pinball = Off
solitaire = Off
[Networking]