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

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