home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy2.cab / isupport.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-09-15  |  738 b   |  27 lines

  1. [version]
  2. signature  = "$CHICAGO$"
  3. SetupClass = BASE
  4. LayoutFile = layout.inf, layout1.inf
  5.  
  6. [BaseWinOptions]
  7. ISupport.base
  8.  
  9. [ISupport.base]
  10. AddReg    = ISupport.addreg
  11.  
  12. [ISupport.addreg]
  13.   ; Delete ISupport OCXs
  14. HKLM,%DELETE%\ISupportFiles,,,%11%
  15. HKLM,%DELETE%\ISupportFiles,%CompInfoShort%,,"%CompInfoLong%"
  16. HKLM,%DELETE%\ISupportFiles,%ISupportShort%,,"%ISupportLong%"
  17. HKLM,%DELETE%\ISupportFiles,%SelectDlgShort%,,"%SelectDlgLong%"
  18.  
  19. [Strings]
  20. DELETE  = "Software\Microsoft\Windows\CurrentVersion\DeleteFiles"
  21. CompInfoShort  = "Comput~1.ocx"
  22. CompInfoLong   = "ComputerInfo.ocx"
  23. ISupportShort  = "ISupport.ocx"
  24. ISupportLong   = "ISupport.ocx"
  25. SelectDlgShort = "Select~1.ocx"
  26. SelectDlgLong  = "SelectFileDlg.ocx"
  27.