home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 29 / XENIATGM29.iso / win95 / drivem / drivex.inf < prev    next >
Windows Setup INFormation  |  1997-04-04  |  2KB  |  79 lines

  1. ;
  2. ; DriveX - Drive Properties Shell Extension 
  3. ;
  4. ; Copyright 1996 - Dinxware
  5. ;
  6. [version]
  7. signature="$CHICAGO$"
  8.  
  9. [DriveXInstall]
  10. CopyFiles = DriveX.Files.Inf,DriveX.Files.Dll, DriveX.Files.Hlp
  11. AddReg    = DriveX.Reg
  12.  
  13. [DefaultInstall]
  14. CopyFiles = DriveX.Files.Inf,DriveX.Files.Dll, DriveX.Files.Hlp
  15. AddReg    = DriveX.Reg
  16.  
  17. [DefaultInstall.ntx86]
  18. CopyFiles = DriveX.Files.Inf,DriveX.Files.Dll, DriveX.Files.Hlp
  19. AddReg    = DriveX.Reg.NT
  20.  
  21. [DefaultUnInstall]
  22. DelFiles  = DriveX.Files.Inf,DriveX.Files.Dll, DriveX.Files.Hlp
  23. DelReg    = DriveX.Reg
  24.  
  25. [DefaultUnInstall.ntx86]
  26. DelFiles  = DriveX.Files.Inf,DriveX.Files.Dll, DriveX.Files.Hlp, DriveX.Files.Pnf
  27. DelReg    = DriveX.Reg.NT
  28.  
  29. [SourceDisksNames]
  30. 55="DriveX","",1
  31.  
  32. [SourceDisksFiles]
  33. DRIVEX.INF=55
  34.  
  35. [DestinationDirs]
  36. DriveX.Files.Inf = 17
  37. DriveX.Files.Pnf = 17
  38. DriveX.Files.Dll = 11,%SubDir%
  39. DriveX.Files.Hlp = 18
  40.  
  41. [DriveX.Files.Inf]
  42. DriveX.inf
  43.  
  44. [DriveX.Files.Dll]
  45. DriveX.dll
  46.  
  47. [DriveX.Files.Hlp]
  48. DriveX.hlp
  49.  
  50. [DriveX.Files.Pnf]
  51. DriveX.pnf
  52.  
  53. [DriveX.Reg]
  54. HKLM,%UnInstKey%
  55. HKLM,%UnInstKey%,DisplayName,,"%DriveXDesc% (Remove Only)"
  56. HKLM,%UnInstKey%,UninstallString,,"rundll.exe setupx.dll,InstallHinfSection DefaultUninstall 132 %17%\%ThisINF%"
  57. HKCR,CLSID\%ThisGUID%,,,"%DriveXDesc%"
  58. HKCR,CLSID\%ThisGUID%\InProcServer32,,,"%11%\%SubDir%\%ThisDLL%"
  59. HKCR,CLSID\%ThisGUID%\InProcServer32,ThreadingModel,,Apartment
  60. HKCR,Drive\shellex\PropertySheetHandlers\%DriveXName%,,,"%ThisGUID%"
  61.  
  62. [DriveX.Reg.NT]
  63. HKLM,%UnInstKey%
  64. HKLM,%UnInstKey%,DisplayName,,"%DriveXDesc% (Remove Only)"
  65. HKLM,%UnInstKey%,UninstallString,,"rundll32.exe syssetup.dll,SetupInfObjectInstallAction DefaultUninstall 132 %17%\%ThisINF%"
  66. HKCR,CLSID\%ThisGUID%,,,"%DriveXDesc%"
  67. HKCR,CLSID\%ThisGUID%\InProcServer32,,,"%11%\%SubDir%\%ThisDLL%"
  68. HKCR,CLSID\%ThisGUID%\InProcServer32,ThreadingModel,,Apartment
  69. HKCR,Drive\shellex\PropertySheetHandlers\%DriveXName%,,,"%ThisGUID%"
  70.  
  71. [Strings]
  72. DriveXName="DriveX"
  73. UnInstKey="Software\Microsoft\Windows\CurrentVersion\Uninstall\DriveX"
  74. DriveXDesc="DriveX Drive Properties Shell Extension"
  75. Subdir="ShellExt"
  76. ThisGUID="{8819DBB0-388B-11D0-8EBD-00A024D29F34}"
  77. ThisDLL="DriveX.dll"
  78. ThisINF="DriveX.inf"
  79.