[version]
Signature="$chicago$"
SetupClass=OEM

; This section adds a link to the Welcome To Windows 98 applet in the start
; menu.  This is an operation unique to the OEM preinstall of Windows 98.

[Userwelcome]
addreg=userwelcome.addreg

[Welcome]
UpdateInis=welcome_addlink

[welcome_addlink]
;Create Link to Welcome
setup.ini, progman.groups,, "group4=%APPS_DESC%"         ;creates folder
setup.ini, group4,, """%Welcome_Desc%"", %25%\WELCOME.EXE"

[userwelcome.addreg]
HKLM,Software\Microsoft\Windows\CurrentVersion\run,"welcome",%25%\Welcome.exe
; Post-runonce boot prompting

[EnableBootPrompt]
UpdateInis=p2bon

[DisableBootPrompt]
UpdateInis=p2boff

[p2bon]
msbatch.inf, setup,,"NoPrompt2Boot=0"

[p2boff]
msbatch.inf, setup,,"NoPrompt2Boot=1"


; The following section ensures that the Logon prompt will be displayed
; after the end user completes the setup

[EnableLogon]
DelReg=autologon.reg

[autologon.reg]
HKLM, "%KEY_CURRENT%\Network\Real Mode Net",AutoLogon


; The following section enables the 'Suspend' command on the Start Menu.

[APMOn]
addreg=APMON.REG

[APMOff]
addref=APMOFF.REG

[apmON.reg]
; Valid values for APMMenuSuspend are:
; 02 (Always active), 01 (Only when undocked), and 00 (Never).
HKLM,Enum\Root\*PNP0C05\0000,"APMMenuSuspend",1,02
; This is really supposed to be a DWORD, but a 4 byte bin value seems to work ok
HKLM,System\CurrentControlSet\Services\VxD\VpowerD,Flags,1,00,00,00,00

[apmOFF.reg]
; Valid values for APMMenuSuspend are:
; 02 (Always active), 01 (Only when undocked), and 00 (Never).
HKLM,Enum\Root\*PNP0C05\0000,"APMMenuSuspend",1,00
HKLM,System\CurrentControlSet\Services\VxD\VpowerD,Flags,1,01,00,00,00

[FavoritesRO]
AddReg=FavoritesRunonce.Addreg

[FavoritesRunonce.Addreg]
; Assumes that a wrapper=runonce exists in the runonce branch
HKLM, %KEY_RUNONCE%,"%Favorites%",,"RUNDLL32.EXE IEDKCS32.DLL,BrandOPK C:\Windows\Options\Install.Ins"

; ----------------------------

[Strings]
SetTimeZone_Desc= "Time zone"
APPS_DESC       = "Accessories"
Welcome_Desc      = "Tips and Tour"
Favorites 	  = "Set up Internet Explorer favorites"
KEY_CURRENT       = "Software\Microsoft\Windows\CurrentVersion"
KEY_RUNONCE       = "Software\Microsoft\Windows\CurrentVersion\RunOnce"
