home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 3_2004-2005.ISO / Data / Zips / Retrieve_C1869213292005.psc / CLSID.inf < prev    next >
INI File  |  2005-03-28  |  2KB  |  77 lines

  1. ;Setup for CLSID Retriever
  2. ;
  3. ;To install the software, right-click this file
  4. ;inside the Explorer and select "Install" from 
  5. ;the appearing menu.
  6. ;
  7. ;To uninstall, use Start - Settings - Control
  8. ;Panel - Software.
  9. ;
  10. ;Please see README.TXT also.
  11.  
  12. [Version]
  13. signature="$chicago$"
  14.  
  15. [DefaultInstall]
  16. CopyFiles=Files.inf,Files.Add
  17. AddReg=Registry.Add,Registry.Uninstall
  18.  
  19. [DefaultInstall.ntx86]
  20. CopyFiles=Files.inf,Files.Add
  21. AddReg=Registry.Add,Registry.Uninstall.NT
  22.  
  23. [DefaultUninstall]
  24. DelFiles=Files.inf,Files.Add
  25. DelReg=Registry.Add,Registry.Uninstall,Registry.Uninstall.NT,Registry.Remove,
  26.  
  27. [SourceDisksNames]
  28. 1="%01%",,1
  29.  
  30. [DestinationDirs]
  31. Files.Inf=17
  32. Files.Add=10
  33.  
  34. [Files.Inf]
  35. CLSID.inf
  36.  
  37. [Files.Add]
  38. CLSID.exe
  39.  
  40. [Registry.Uninstall]
  41. HKLM,%UnInstallPath%,DisplayName,,%UninstallDispName%
  42. HKLM,%UnInstallPath%,UninstallString,,"%10%\rundll.exe setupx.dll,InstallHinfSection DefaultUninstall 132 %17%\%InfFile%"
  43.  
  44. [Registry.Uninstall.NT]
  45. HKLM,%UnInstallPath%,DisplayName,,%UninstallDispName%
  46. HKLM,%UnInstallPath%,UninstallString,,"%11%\rundll32.exe setupapi,InstallHinfSection DefaultUninstall 132 %17%\%InfFile%"
  47.  
  48. [Registry.Add]
  49. HKCR,.ocx\shell\CLSID_OCX,,,"%PopupDescAll%"
  50. HKCR,.ocx\shell\CLSID_OCX\command,,,"CLSID.exe %1"
  51.  
  52. HKCR,ocxfile\shell\CLSID_OCX,,,"%PopupDescAll%"
  53. HKCR,ocxfile\shell\CLSID_OCX\command,,,"CLSID.exe %1"
  54.  
  55. HKCR,dllfile\shell\CLSID_DLL,,,"%PopupDescAll%"
  56. HKCR,dllfile\shell\CLSID_DLL\command,,,"CLSID.exe %1"
  57.  
  58. HKCR,exefile\shell\CLSID_EXE,,,"%PopupDescAll%"
  59. HKCR,exefile\shell\CLSID_EXE\command,,,"CLSID.exe %1"
  60.  
  61. [Registry.Remove]
  62. HKCR,exefile\shell\CLSID_EXE\command
  63. HKCR,exefile\shell\CLSID_EXE
  64. HKCR,exefile\shell\CLSID_EXE\command
  65. HKCR,exefile\shell\CLSID_EXE
  66.  
  67. [Strings]
  68. InfFile="CLSID.inf"
  69. SetupRegPath="Software\Microsoft\Windows\CurrentVersion\Setup"
  70.  
  71. PopupDescAll="Get CLSID"
  72.  
  73. UninstallDispName="CLSID Retrieval Tool"
  74. UnInstallPath="Software\Microsoft\Windows\CurrentVersion\Uninstall\CLSID_Retriever"
  75.  
  76.  
  77.