home *** CD-ROM | disk | FTP | other *** search
/ Adephia Powerlink / AdephiaPowerlink-030102.iso / pc / WinCabs / 98fe / WIN98_44.CAB / oemreg.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1998-05-11  |  3.3 KB  |  81 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, RegWizRegEntry3
  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.  
  30. [regwiz.files.inf]
  31. oemreg.inf
  32.  
  33. [RegWiz.DelReg]
  34. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion,"InventoryPath"
  35.  
  36. [RegWizRegEntry1]
  37. HKCR,CLSID\{50E5E3D1-C07E-11D0-B9FD-00A0249F6B00},,,"RegWizCtrl " 
  38. HKCR,CLSID\{50E5E3D1-C07E-11D0-B9FD-00A0249F6B00}\ProgID,,,"RegWizCtrl.RegWizCtrl.1"
  39. HKCR,CLSID\{50E5E3D1-C07E-11D0-B9FD-00A0249F6B00}\VersionIndependentProgID,,,"RegWizCtrl.RegWizCtrl.1"
  40.  
  41. HKCR,CLSID\{50E5E3D1-C07E-11D0-B9FD-00A0249F6B00}\InprocServer32,,,"%11%\REGWIZC.DLL"
  42. HKCR,CLSID\{50E5E3D1-C07E-11D0-B9FD-00A0249F6B00}\InprocServer32,"ThreadingModel",,"Both"
  43. HKCR,CLSID\{50E5E3D1-C07E-11D0-B9FD-00A0249F6B00}\Control,,0,""
  44.  
  45. HKCR,CLSID\{50E5E3D1-C07E-11D0-B9FD-00A0249F6B00}\Programmable,,0,""
  46. HKCR,CLSID\{50E5E3D1-C07E-11D0-B9FD-00A0249F6B00}\Insertable,,0,""
  47. HKCR,CLSID\{50E5E3D1-C07E-11D0-B9FD-00A0249F6B00}\ToolboxBitmap32,,,"%11%\REGWIZC.DLL, 1"
  48. HKCR,CLSID\{50E5E3D1-C07E-11D0-B9FD-00A0249F6B00}\MiscStatus,,,"0"
  49.  
  50. HKCR,CLSID\{50E5E3D1-C07E-11D0-B9FD-00A0249F6B00}\MiscStatus\1,,,"131473"
  51. HKCR,CLSID\{50E5E3D1-C07E-11D0-B9FD-00A0249F6B00}\TypeLib,,,"{50E5E3C0-C07E-11D0-B9FD-00A0249F6B00}"
  52. HKCR,CLSID\{50E5E3D1-C07E-11D0-B9FD-00A0249F6B00}\Version,,,"1.0"
  53.  
  54. HKCR,RegWizCtrl.RegWizCtrl,,,"RegWizCtrl "
  55. HKCR,RegWizCtrl.RegWizCtrl\CurVer,,,"RegWizCtrl.RegWizCtrl.1"
  56. HKCR,RegWizCtrl.RegWizCtrl.1,,,"RegWizCtrl "
  57. HKCR,RegWizCtrl.RegWizCtrl.1\CLSID,,,"{50E5E3D1-C07E-11D0-B9FD-00A0249F6B00}"
  58. HKCR,RegWizCtrl.RegWizCtrl.1\Insertable,,,""
  59.  
  60. [RegWizRegEntry2]
  61. HKCR,TypeLib\{50E5E3C0-C07E-11D0-B9FD-00A0249F6B00},,0,""
  62. HKCR,TypeLib\{50E5E3C0-C07E-11D0-B9FD-00A0249F6B00}\1.0,,,"RegWizCtrl 1.0 Type Library"
  63. HKCR,TypeLib\{50E5E3C0-C07E-11D0-B9FD-00A0249F6B00}\1.0\FLAGS,,,"0"
  64. HKCR,TypeLib\{50E5E3C0-C07E-11D0-B9FD-00A0249F6B00}\1.0\0,,0,""
  65. HKCR,TypeLib\{50E5E3C0-C07E-11D0-B9FD-00A0249F6B00}\1.0\0\win32,,,"%11%\REGWIZC.DLL"
  66. HKCR,TypeLib\{50E5E3C0-C07E-11D0-B9FD-00A0249F6B00}\1.0\HELPDIR,,,"%11%\"
  67.  
  68. [RegWizRegEntry3]
  69. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion,"RegistrationExtDLL",,"OEMREG.DLL"
  70. HKLM,"SOFTWARE\Microsoft\Shared Tools\Registration Wizard\1.0","Location",,"%11%"
  71. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion,"RegDone",,""
  72.  
  73. [regwiz.inis]
  74. setup.ini, progman.groups,, "Access_grp=%APPS_DESC%"
  75. ;delete shortcut under accessories
  76. setup.ini, Access_grp,,"""%OLR_Link_Desc%"""
  77.  
  78. [Strings]
  79. APPS_DESC = "Accessories" ; name of start programs submenu
  80. OLR_Link_Desc = "Online Registration" ; Shortcut
  81.