home *** CD-ROM | disk | FTP | other *** search
/ BUG 8 / BUGCD1997_11.ISO / desktop / propplus / install.inf < prev    next >
INI File  |  1997-08-03  |  1KB  |  45 lines

  1. ; PropertiesPlus Install by kish
  2.  
  3. [version]
  4. signature="$CHICAGO$"
  5. SetupClass=BASE
  6.  
  7. [DefaultInstall]
  8. CopyFiles=ThisDll.sys.install
  9. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  10.  
  11. [ThisDll.Add.Reg]
  12. HKCR,CLSID\%GUID%,,,"%NAME%"
  13. HKCR,CLSID\%GUID%\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
  14. HKCR,CLSID\%GUID%\InProcServer32,ThreadingModel,,"Apartment"
  15. HKCR,*\ShellEx\ContextMenuHandlers\%NAME%,,,%GUID%
  16. HKCR,folder\ShellEx\ContextMenuHandlers\%NAME%,,,%GUID%
  17.  
  18. [ThisDll.Uninst.Reg]
  19. HKLM,%UIF%,DisplayName,,"%Uninst_DESC%"
  20. HKLM,%UIF%,UninstallString,,"%11%\%SubDir%\ppshlxun.exe"
  21.  
  22. [ThisDll.sys.install]
  23. ppshlxun.exe
  24. ppshlext.exe
  25. ppshlext.dll
  26.  
  27. [DestinationDirs]
  28. ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
  29. ThisDll.sys.delete =11,%SubDir% ; to System\%SubDir%
  30.  
  31. [SourceDisksNames]
  32. 55="PropertiesPlus","",1
  33.  
  34. [SourceDisksFiles]
  35. %ThisDll%=55
  36.  
  37. [Strings]
  38. SubDir = "ShellExt"
  39. NAME="PropertiesPlus"
  40. ThisDll = "ppshlext.dll"
  41. UIF="Software\Microsoft\Windows\CurrentVersion\Uninstall\PropertiesPlus"
  42. GUID="{0b95b7e0-c8b9-11cf-8f59-444553540000}"
  43. Uninst_DESC = "PropertiesPlus (Remove Only)"
  44.  
  45.