home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 June / PCWorld_2000-06_cd.bin / Software / TemaCD / shellgem / ShellGEM.inf < prev    next >
Windows Setup INFormation  |  2000-04-24  |  1KB  |  43 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,Folder\shellex\DragDropHandlers\"ShellGEM"
  15. HKCR,Drive\shellex\ContextMenuHandlers\"ShellGEM"
  16. HKCR,Directory\shellex\ContextMenuHandlers\"ShellGEM"
  17. HKCR,CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shellex\ContextMenuHandlers\"ShellGEM"
  18. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\"ShellGEM"
  19. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved,"{3F200080-622C-11D1-8D53-F242CEFAC260}"
  20.  
  21. [ThisDll.sys.uninstall]
  22. ShellGEM.dll
  23. ShellGEM.inf             
  24. ShellGEM.tps                           
  25. ShellGEM.htm
  26. ShellGEM.rtf
  27. sInstall.exe
  28. ShellGEM.exe
  29. YourItem.txt
  30.              
  31. [DestinationDirs]
  32. ThisDll.sys.uninstall=11,%SubDir% ; to System\%SubDir%
  33.  
  34. [SourceDisksNames]
  35. 55="OOC 3.0.","",1
  36.  
  37. [SourceDisksFiles]
  38. %ThisDll%=55
  39.  
  40. [Strings]
  41. SubDir = "ShellExt\OOC"
  42. ThisDll = "ShellGEM.dll"
  43.