home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / WIN98 / PRECOPY2.CAB / regwiz.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1998-06-19  |  1.6 KB  |  53 lines

  1. ; Registration Wizard has 2 files which need to be copied to the SYSTEM directory 
  2. ; One of the file is an DLL,  is an Active X component
  3. ; the registry entries specified  are for registering the Active X component
  4.  
  5. [version]
  6. signature="$CHICAGO$"
  7. SetupClass=BASE
  8. LayoutFile=layout.inf, layout1.inf, layout2.inf
  9.  
  10. [BaseWinOptions]
  11. regwiz.reg
  12.  
  13.  
  14. [DestinationDirs]
  15. regwiz.files             = 11    ; Copy to the System Directory
  16. regwiz.files.inf         = 17    ; Copy to the inf dir
  17.  
  18. [regwiz.reg]
  19. CopyFiles       =regwiz.files, regwiz.files.inf
  20. AddReg          =RegWizRegEntry1, RegWizRegEntry2
  21. DelReg          =RegWiz.DelReg
  22. UpdateInis      =regwiz.inis
  23.  
  24. [regwiz.files]
  25. regwizC.DLL     ;  THE ACTIVEX DLL 
  26. Regwiz.exe      ;  Wrapper EXE file 
  27. oemreg.dll      ;  Enable OEM or Beta Questions
  28. oemreg.bin      ;  OEM or beta question bin file
  29. sysinv.dll      ;  Hardware inventory
  30.  
  31. [regwiz.files.inf]
  32. regwiz.inf
  33.  
  34. [RegWizRegEntry1]
  35. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce","regwizc.dll",,"%11%\regsvr32.exe -s %11%\regwizc.dll"
  36.  
  37. [RegWiz.DelReg]
  38. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion,"InventoryPath"
  39.  
  40. [RegWizRegEntry2]
  41. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion,"RegistrationExtDLL",,"OEMREG.DLL"
  42. HKLM,"SOFTWARE\Microsoft\Shared Tools\Registration Wizard\1.0","Location",,"%11%"
  43. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion,"RegDone",,""
  44.  
  45. [regwiz.inis]
  46. setup.ini, progman.groups,, "Access_grp=%APPS_DESC%"
  47. ;delete shortcut under accessories
  48. setup.ini, Access_grp,,"""%OLR_Link_Desc%"""
  49.  
  50. [Strings]
  51. APPS_DESC = "╕╜╝■"    ; name of start programs submenu
  52. OLR_Link_Desc = "┴¬╗·╫ó▓ß"    ; Shortcut
  53.