home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd1.bin / Software / Servis / ShellGEM / ShellGEM.inf < prev    next >
Windows Setup INFormation  |  1999-07-30  |  1KB  |  42 lines

  1. ; Author: HACE / Eirik Hansen.
  2.  
  3. [version]
  4. signature="$CHICAGO$"
  5. SetupClass=BASE
  6.  
  7. [DefaultUninstall]
  8. DelFiles=ThisDll.sys.uninstall
  9. DelReg=ThisDll.Uninst.Reg
  10.  
  11. [ThisDll.Uninst.Reg]
  12. HKCR,CLSID\{3F200080-622C-11D1-8D53-F242CEFAC260},
  13. HKCR,Directory\shellex\DragDropHandlers\"ShellGEM"
  14. HKCR,Drive\shellex\ContextMenuHandlers\"ShellGEM"
  15. HKCR,Directory\shellex\ContextMenuHandlers\"ShellGEM"
  16. HKCR,CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shellex\ContextMenuHandlers\"ShellGEM"
  17. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\"ShellGEM"
  18. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved,"{3F200080-622C-11D1-8D53-F242CEFAC260}"
  19.  
  20. [ThisDll.sys.uninstall]
  21. ShellGEM.dll
  22. ShellGEM.inf             
  23. ShellGEM.tps                           
  24. ShellGEM.htm
  25. ShellGEM.rtf
  26. sInstall.exe
  27. ShellGEM.exe
  28. YourItem.txt
  29.              
  30. [DestinationDirs]
  31. ThisDll.sys.uninstall=11,%SubDir% ; to System\%SubDir%
  32.  
  33. [SourceDisksNames]
  34. 55="OOC 3.0.","",1
  35.  
  36. [SourceDisksFiles]
  37. %ThisDll%=55
  38.  
  39. [Strings]
  40. SubDir = "ShellExt\OOC"
  41. ThisDll = "ShellGEM.dll"
  42.