home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-10-21 | 4.9 KB | 221 lines |
-
-
- ;
- ; Destination directory
- ;
- ; all files will go into one directory
- ;
-
- [version]
- LayoutFile= Layout.inf, Layout1.inf, Layout2.inf
- signature="$CHICAGO$"
- SetupClass=BASE
-
- [DestinationDirs]
- DefaultDestDir = 11,Precopy ; LDID_SYS\Precopy
- CleanSys.CopyFiles = 11
- CleanVmm32.CopyFiles = 22
- CleanFonts.CopyFiles = 20
- Always.Del.Files = 11,Precopy
-
- ;
- ; GenInstall-able sections
- ;
-
- [AlwaysInstall]
- AddReg = Always.AddReg
-
- [BaseCabInstall]
- CopyFiles = BaseCab.CopyFiles
-
- [NetCabInstall]
- CopyFiles = NetCab.CopyFiles
-
- [DriverCabInstall]
- CopyFiles = DriverCab.CopyFiles
-
- [AllClasses]
- AddReg = AllClasses.AddReg
-
- [BaseClassWithoutNet]
- AddReg = BaseClassWithoutNet.AddReg
-
- [BaseClassWithNet]
- AddReg = BaseClassWithNet.AddReg
-
- [UpgradeInstall]
- AddReg = Upgrade.AddReg
-
- [CleanInstall]
- CopyFiles = CleanSys.CopyFiles, CleanVmm32.CopyFiles, CleanFonts.CopyFiles
- DelReg = Clean.DelReg
-
- ;
- ; Copy Files sections
- ;
-
- ; list files always copied
- [BaseCab.CopyFiles]
- catalog.cab
- base4.cab
- ATI_DD32.dll
- ATI_M64.vxd
- ati_vpe.dll
-
-
-
-
- ; list files always copied for net support
- [NetCab.CopyFiles]
-
- Net5.CAB
-
- Net6.CAB
- Net7.CAB
- Net8.CAB
- Net9.CAB
-
-
-
-
- [DriverCab.CopyFiles]
-
- Driver10.CAB
-
- Driver11.CAB
- Driver12.CAB
- Driver13.CAB
- Driver14.CAB
- Driver15.CAB
- Driver16.CAB
- Driver17.CAB
- Driver18.CAB
- Driver19.CAB
- Driver20.CAB
-
-
-
-
-
-
-
- [Always.AddReg]
- HKLM,SYSTEM\CurrentControlSet\Services\VxD\NDIS,StaticVxD,,"ndis.vxd,ndis2sup.vxd"
- HKLM,SYSTEM\CurrentControlSet\Services\VxD\NDIS,Start,1,00
- HKLM,SYSTEM\CurrentControlSet\Services\VxD\NDIS,NetClean,1,1
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce,ICMUPG,,"rundll32 icmupg.dll,UpgradeICM"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup,Upgrade,1,00
-
- ; list files copied for clean install
- [CleanSys.CopyFiles]
- keyboard.drv
- mouse.drv
- msmouse.vxd
- vga.drv
- vgafull.3gr
- supervga.drv
- framebuf.drv
- framebuf.dll
- ndis.vxd
- ndis2sup.vxd
-
- [CleanVmm32.CopyFiles]
- vkd.vxd
- vmouse.vxd
- vdd.vxd
- vflatd.vxd
-
- [CleanFonts.CopyFiles]
- vga850.fon
-
-
- [Clean.DelReg]
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce,ICMUPG
-
- [Upgrade.AddReg]
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup,Upgrade,1,01
- ; allow Inbox icon to be deleted from the desktop
- HKCR,"CLSID\{00020D75-0000-0000-C000-000000000046}\ShellFolder",Attributes,1,70,00,00,00
-
- [AllClasses.AddReg]
- HKLM,%KEY_SETUP%,%REGVAL_PREINSTALL%,,%REGSZ_CLASSLIST_ALL%
-
- [BaseClassWithoutNet.AddReg]
- HKLM,%KEY_SETUP%,%REGVAL_PREINSTALL%,,%REGSZ_CLASSLIST_WITHOUT_NET%
-
- [BaseClassWithNet.AddReg]
- HKLM,%KEY_SETUP%,%REGVAL_PREINSTALL%,,%REGSZ_CLASSLIST_WITH_NET%
-
- ;
- ; My Documents and Public Documetns installation sections
- ;
- ; these are installed via setup if the structure hasn't been set up by Office
- ;
-
- [RemoveMyDocs]
- AddReg = RemoveMyDocs.AddReg
- DelReg = RemoveMyDocs.DelReg
- UpdateInis = RemoveMyDocs.Inis
-
- [RemoveMyDocs.AddReg]
- ; Rename MyDocs
- HKLM,%KEY_RENAME%\MyDocs,,,%25%\%Desktop%
- HKLM,%KEY_RENAME%\MyDocs,%MyDocsShort%,,"!$!$.MYD"
- HKLM,%KEY_RENAME%\MyDocs,"!$!$.MYD",,%ObsoleteMyDocs%
- ; Rename PubDocs
- HKLM,%KEY_RENAME%\PubDocs,,,%30%
- HKLM,%KEY_RENAME%\PubDocs,%PubDocsShort%,,"!$!$.PUB"
- HKLM,%KEY_RENAME%\PubDocs,"!$!$.PUB",,%ObsoletePubDocs%
-
- [RemoveMyDocs.DelReg]
- ; Remove Personal folder entries
- HKLM,%KEY_EXPLORER%\%KEY_USER_SF%,%VAL_PERSONAL%
- HKCU,%KEY_EXPLORER%\%KEY_USER_SF%,%VAL_PERSONAL%
- HKCU,%KEY_EXPLORER%\%KEY_SF%,%VAL_PERSONAL%
-
- [RemoveMyDocs.Inis]
- ; delete link to Public Docs
- wininit.ini,NUL,,"%25%\%Desktop%\%MyDocsShort%\%PubDocsLnkShort%=1"
- wininit.ini,NUL,,"%25%\%Desktop%\%ObsMyDocsShort%\%PubDocsLnkShort%=1"
-
-
- ;
- ; Install sections for Legacy Toshiba USB devices
- ;
- ; This install section is called directly by Setup
- ;
-
- [Legacy.USB.Toshiba]
- AddReg = Legacy.USB.Toshiba.addreg
-
- [Legacy.USB.Toshiba.addreg]
- HKLM,System\CurrentControlSet\Services\USB,LegacyToshibaUSB,1,01,00,00,00
-
-
- ;
- ; Strings section
- ;
-
- [Strings]
- ; Non localizable
- KEY_RENAME = "Software\Microsoft\Windows\CurrentVersion\RenameFiles"
- KEY_EXPLORER = "Software\Microsoft\Windows\CurrentVersion\Explorer"
- KEY_SETUP = "Software\Microsoft\Windows\CurrentVersion\Setup"
- KEY_SF = "Shell Folders"
- KEY_USER_SF = "User Shell Folders"
- REGVAL_PREINSTALL = "InstallClasses"
- REGSZ_CLASSLIST_ALL = "all"
- REGSZ_CLASSLIST_WITH_NET = "System,hdc,fdc,CDROM,Net,NetTrans,NetClient,NetService,PCMCIA,SCSIAdapter,USB,HID,Mouse,Keyboard"
- REGSZ_CLASSLIST_WITHOUT_NET = "System,hdc,fdc,CDROM,PCMCIA,SCSIAdapter,USB,HID,Mouse,Keyboard"
- VAL_PERSONAL = "Personal"
-
- ; Localizable
- Desktop = "Desktop"
- MyDocsShort = "MyDocu~1"
- PubDocsShort = "Public~1"
- PubDocsLnkShort = "Public~1.lnk"
- ObsMyDocsShort = "Obsole~1"
- ObsoleteMyDocs = "Obsolete Desktop My Documents Folder"
- ObsoletePubDocs = "Obsolete Public Documents Folder"
-
-