home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Tajnepp / Ragepro2 / Uninstall.inf < prev   
Windows Setup INFormation  |  1998-08-06  |  2KB  |  101 lines

  1. ;
  2. ; Rage Pro Tweaker - Public Release 1
  3. ; -----------------------------------
  4. ;
  5. ; Copyright ⌐ 1998 Neil Banfield   -   ALL RIGHTS RESERVED
  6. ;
  7. ; Please read ragepro.txt for information on distribution
  8. ;
  9. ; You are not permitted to alter this software in ANY way
  10. ;
  11. ; -----------------------------------------------------------------------------------------
  12. ; Build Date : 8th August 1998
  13. ; -----------------------------------------------------------------------------------------
  14. ;
  15. ; Window Blinds Property Page Installer .INF file used as base for this one
  16. ;
  17. ; Rage Pro Tweaker Home Page - http://studenti.lboro.ac.uk/~conb/rage/
  18. ;
  19. ; Window Blinds Home Page - http://studenti.lboro.ac.uk/~conb/wblinds/
  20. ;
  21. ; E-mail address - wblinds@hotmail.com
  22.  
  23. [version]
  24. signature="$CHICAGO$"
  25.  
  26. [WBInstall]
  27. CopyFiles = WB.Files.Ext2, WB.Files.Ext, WB.Files.Inf
  28. AddReg    = WB.Add.Reg
  29.  
  30. [DefaultUnInstall]
  31. CopyFiles = WB.Files.Ext2, WB.Files.Ext, WB.Files.Inf
  32. AddReg    = WB.Add.Reg
  33.  
  34. [DefaultInstall]
  35. DelFiles  = WB.Files.Ext2, WB.Files.Ext, WB.Files.Inf
  36. DelReg    = WB.Del.Reg
  37.  
  38. [DestinationDirs]
  39. WB.Files.Ext2 = 10,Rage
  40. WB.Files.Ext = 11,ShellExt
  41. WB.Files.Inf = 17
  42.  
  43. [SourceDisksNames]
  44. 1="Rage Pro Tweaker - Public Release 1 Installation Disk","",1
  45.  
  46. [SourceDisksFiles]
  47. Rage.dll=1
  48. RagePro.inf =1
  49. RagePro.txt =1
  50. RageClk.exe=1
  51. RageClk.txt=1
  52. Tv.exe=1
  53. Tv.txt=1
  54. Rage.dll=1
  55. Install.exe=1
  56. RageClk.pif
  57.  
  58.  
  59. [WB.Files.Ext]
  60. Rage.dll
  61.  
  62.  
  63. [WB.Files.Ext2]
  64. RagePro.txt
  65. RageClk.exe
  66. RageClk.txt
  67. Tv.exe
  68. Tv.txt
  69. Rage.dll
  70. RagePro.inf
  71. Install.exe
  72. RageClk.Pif
  73.  
  74.  
  75. [WB.Files.Inf]
  76. RagePro.inf
  77.  
  78. [WB.Add.Reg]
  79. HKLM,%UIF%,DisplayName,,"%WB%"
  80. HKLM,%UIF%,UninstallString,,"%10%\rundll.exe setupx.dll,InstallHinfSection DefaultUninstall 132 %17%\RagePro.inf"
  81. HKLM,"%VID%\%WB%",,,"%GUID%"
  82. HKCR,CLSID\%GUID%,,,"%WB%"
  83. HKCR,CLSID\%GUID%\InProcServer32,,,"%11%\ShellExt\Rage.dll"
  84. HKCR,CLSID\%GUID%\InProcServer32,ThreadingModel,,"Apartment"
  85. HKLM,"%LOC%","%WB%",,"AutoClk.exe"
  86.  
  87. [WB.Del.Reg]
  88. HKLM,%UIF%
  89. HKLM,"%VID%\%WB%"
  90. HKCR,CLSID\%GUID%
  91. HKLM,"%LOC%","%WB%"
  92.  
  93. [Strings]
  94. WB="Rage Pro Tweaker - Public Release 1"
  95. UIF="Software\Microsoft\Windows\CurrentVersion\Uninstall\RageSet"
  96. LOC="Software\Microsoft\Windows\CurrentVersion\Run"
  97. VID="Software\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers"
  98. GUID="{196570C0-C247-11d1-819F-444553540000}"
  99.  
  100.  
  101.