home *** CD-ROM | disk | FTP | other *** search
- ; Registration Wizard has 2 files which need to be copied to the SYSTEM directory
- ; One of the file is an DLL, is an Active X component
- ; the registry entries specified are for registering the Active X component
-
- [version]
- signature="$CHICAGO$"
- SetupClass=BASE
- LayoutFile=layout.inf, layout1.inf, layout2.inf
-
- [BaseWinOptions]
- regwiz.reg
-
-
- [DestinationDirs]
- regwiz.files = 11 ; Copy to the System Directory
- regwiz.files.inf = 17 ; Copy to the inf dir
-
- [regwiz.reg]
- CopyFiles =regwiz.files, regwiz.files.inf
- AddReg =RegWizRegEntry1, RegWizRegEntry2
- DelReg =RegWiz.DelReg
- UpdateInis =regwiz.inis
-
- [regwiz.files]
- regwizC.DLL ; THE ACTIVEX DLL
- Regwiz.exe ; Wrapper EXE file
- oemreg.dll ; Enable OEM or Beta Questions
- oemreg.bin ; OEM or beta question bin file
- sysinv.dll ; Hardware inventory
-
- [regwiz.files.inf]
- regwiz.inf
-
- [RegWizRegEntry1]
- HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce","regwizc.dll",,"%11%\regsvr32.exe -s %11%\regwizc.dll"
-
- [RegWiz.DelReg]
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion,"InventoryPath"
-
- [RegWizRegEntry2]
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion,"RegistrationExtDLL",,"OEMREG.DLL"
- HKLM,"SOFTWARE\Microsoft\Shared Tools\Registration Wizard\1.0","Location",,"%11%"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion,"RegDone",,""
-
- [regwiz.inis]
- setup.ini, progman.groups,, "Access_grp=%APPS_DESC%"
- ;delete shortcut under accessories
- setup.ini, Access_grp,,"""%OLR_Link_Desc%"""
-
- [Strings]
- APPS_DESC = "╕╜╝■" ; name of start programs submenu
- OLR_Link_Desc = "┴¬╗·╫ó▓ß" ; Shortcut
-