home *** CD-ROM | disk | FTP | other *** search
- [Version]
- LayoutFile=layout.inf
- Signature="$CHICAGO$"
- MajorVersionToUpdate=4
- MinorVersionToUpdate=10
- UpdateVersion=0001
- LanguageType=%LangTypeValue%
- RequiredFreeSpaceNoUninstall=10
- RequiredFreeSpaceWithUninstall=11
-
- [Base.Infs] ; Add base INF's here.
- preserve.inf
-
- [Install.Update]
- CopyFiles=Copy.system.files,Copy.system32.drv,Copy.msinfo,Copy.cab,Copy.system.vmm32,Copy.inf
- DelFiles=Copy.cab
- AddReg=Product.Add.Reg, MSInfo.Add.Reg
- DelReg=Product.Del.Reg
-
- [Product.Add.Reg]
- HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%",,,"%UPDATE_TITLE%"
- HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%","IsInstalled",0x10001,01,00,00,00
- HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%","Locale",,"%LANG%"
- HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%","Version",,"%VERSION%"
-
- [MSInfo.Add.Reg]
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Setup\Updates",,,"Software Updates"
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Setup\Updates","CLSID",,"{7C932103-8F48-11D2-90FE-00A0C99CA3CA}"
- ;write the key for csp
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Setup\Updates","%UPDATE_TITLE%",,"%VERSION%"
-
- HKLM,"%KEY_RUNONCE%","MSI_RegSvr_MSUPDATE.OCX",0,"%11%\regsvr32.exe /s %61510%\%MSInfo%\msupdate.ocx"
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;; Uninstall stuff ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- [Save.Reg.For.Uninstall]
- HKLM,"Software\Microsoft\Windows\CurrentVersion","Version"
- HKLM,"Software\Microsoft\Windows\CurrentVersion","VersionNumber"
- HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%"
- HKLM,"Enum"
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Windows"
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\WindowsCleanup"
- HKLM,"%KEY_UPDATE%"
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Setup\Updates"
-
- [Product.Del.Reg]
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Windows"
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\WindowsCleanup"
- HKLM,"%KEY_UPDATE%"
-
- [DestinationDirs]
- Copy.system.files = 11 ; %windir%\system (copy even if don't exist)
- Copy.iosubsys = 10,system\iosubsys ; %windir%\system\iosubsys
- Copy.system.vmm32 = 11,vmm32 ; %windir%\system\vmm32 (copy even if don't exist)
- Copy.system32.drv = 10,system32\drivers ; %windir%\system32\drivers
- Copy.msinfo = 61510,%MSInfo%
- Copy.cab = 11,PRECOPY
- Copy.inf = 17
-
- [Copy.inf]
- enable.inf
-
- [Copy.system32.drv]
- usbd.sys,,,32
- openhci.sys,,,32
- uhcd.sys,,,32
- usbhub.sys,,,32
- hidclass.sys,,,32
-
- [Copy.system.vmm32]
- vtdapi.vxd,,,32
-
- [Copy.system.files]
- msnp32.dll,,,32
- stimon.exe,,,32
- setupx.dll,,,32
- joyhid.vxd,,,32
- oleacc.dll,,,32
- oleaccrc.dll,,,32
- devmgr32.dll,,,32
- vserver.vxd,,,32
- accwiz.exe,,,32
- magnify.exe,,,32
- mag_hook.dll,,,32
- tapisrv.exe,,,32
- rnr20.dll,,,32
-
- [Copy.cab]
- csp.cab
-
- [Copy.msinfo]
- msupdate.ocx,,,32
- msinfo32.exe,,,32
-
- [Strings]
- ;Localizable strings
- LangTypeValue = 1040 ; 0x409
- UPDATE_SHORT_TITLE = "Service Pack"
- UPDATE_TITLE = "Windows 98 Service Pack 1"
- SubVersionString = " "
- LANG = "IT"
- MSInfo = "MSInfo"
-
- ;Non-Localizable strings:
- KEY_RUNONCE = "SOFTWARE\Microsoft\Windows\CurrentVersion\Runonce"
- KEY_RENAME = "Software\Microsoft\Windows\CurrentVersion\RenameFiles"
- GUID = "{91d67b80-5482-11d2-bcc5-0000f83002c6}"
- KEY_UPDATE = "System\CurrentControlSet\Services\UPDATE"
- VERSION = "4,10,0,2000"
-