home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 January / PCpro_2005_01.ISO / files / basics / rage3d / R3DTweak39.exe / Tweaks / CDMen.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2002-10-21  |  3.1 KB  |  136 lines

  1. ;CDMpp.dll
  2.  
  3. [version]
  4. signature="$CHICAGO$"
  5.  
  6. [InstallWin98]
  7. CopyFiles = ThisFile, TheDll, HelpFile
  8. DelReg      = CDMpp.UnReg
  9. AddReg    = CDMppCommon.Reg, CDMppW98.Reg
  10.  
  11. [InstallWin95]
  12. CopyFiles = ThisFile, TheDll, HelpFile
  13. DelReg      = CDMpp.UnReg
  14. AddReg    = CDMppCommon.Reg, CDMppW95.Reg
  15.  
  16. [InstallWin2K]
  17. CopyFiles = ThisFile, TheDll, HelpFile
  18. DelReg      = CDMpp.UnReg
  19. AddReg    = CDMppCommon.Reg, CDMppWNT.Reg
  20.  
  21. [InstallWinXP]
  22. CopyFiles = ThisFile, TheDll, HelpFile
  23. DelReg      = CDMpp.UnReg
  24. AddReg    = CDMppCommon.Reg, CDMppWNT.Reg
  25.  
  26. [HKLMDefaultInstall]
  27. DelReg = GetRidofHKCU
  28.  
  29. [HKCUDefaultInstall]
  30. DelReg = GetRidofHKLM
  31.  
  32. [DefaultUnInstall]
  33. DelFiles  = ThisFile, TheDll
  34. DelReg    = CDMpp.UnReg, CDMpp2.UnReg
  35.  
  36. [DestinationDirs]
  37. ThisFile=32768
  38. HelpFile=18
  39. TheDll=32768
  40.  
  41. [SourceDisksNames]
  42. 666=%DescName%,"",0
  43.  
  44. [SourceDisksFiles]
  45. CDMen.inf=666,,
  46. CDMpp.dll=666,,
  47. R3D_EN.chm=666,,
  48.  
  49. [TheDll]
  50. CDMpp.dll,CDMpp.dl_,CDMpp.new,5
  51.  
  52. [ThisFile]
  53. CDMen.inf,,,5
  54.  
  55. [HelpFile]
  56. R3D_EN.chm,,,5
  57.  
  58. [GetRidOfHKCU]
  59. HKCU,"%root%"
  60. HKCU,"%rtroot%"
  61.  
  62. [GetRidOfHKLM]
  63. HKLM,"%root%"
  64. HKLM,"%rtroot%"
  65.  
  66. [CDMppCommon.Reg]
  67.  
  68. ;Gui
  69. HKR,%rtroot%,GUID,,%GUID%
  70. HKR,%root%,HelpFile,,%helpfile%
  71. HKR,%root%,Icon,,"r3d.ico"
  72.  
  73. HKR,"%root%","IsDisplayPropertiesPage",,"1"
  74.  
  75. HKR,%root%\Localization,1478,,"Custom Display Modes"
  76. HKR,%root%\Localization,1476,,"Keep this refresh rate?"
  77.  
  78. ;Install
  79. HKCR,CLSID\%GUID%,,,%DescName%
  80. HKCR,CLSID\%GUID%\InProcServer32,,,%32768%\CDMpp.dll
  81. HKCR,CLSID\%GUID%\InProcServer32,ThreadingModel,,Apartment
  82. HKCR,CLSID\%GUID%\ProgID,,,%ClassName%
  83. HKLM,%approved%,%GUID%,,%DescName%
  84.  
  85. [CDMppW98.Reg]
  86. HKLM,%win98%\%InstKey%,,,%GUID%
  87.  
  88. [CDMppW95.Reg]
  89. HKLM,%win95%\%InstKey%,,,%GUID%
  90.  
  91. [CDMppWNT.Reg]
  92. HKLM,%win2k%\%InstKey%,,,%GUID%
  93. HKR,%root%\Modes,,,""
  94.  
  95. [CDMpp.UnReg]
  96. HKCR,CLSID\%GUID%
  97. HKLM,%win95%\%InstKey%
  98. HKLM,%win98%\%InstKey%
  99. HKLM,%win2k%\%InstKey%
  100. HKR,%root%\Localization
  101. HKR,%rtroot%
  102. HKLM,%approved%,%GUID%
  103.  
  104. [CDMpp2.UnReg] ;Why two? Well the skins need to be preserved.
  105. HKR,%root%
  106.  
  107. [strings]
  108.  
  109. ClassName=CDMpp"
  110. DescName="Custom Display Modes"
  111. Help="The custom display mode tab"
  112. infile="CDMen.inf"
  113. NeedsRegTweak="false"
  114. helpfile="R3D_EN.chm"
  115. GUID="{CE594922-286A-11d5-B47B-00606767FEC7}"
  116. approved="Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved"
  117.  
  118. ;LangIDs="0409, 0809, 0c09, 1009, 1409,1809"
  119. ;AllLangIDs="0410, 0810, 040c, 080c, 0c0c, 100c, 0407, 0807, 0c07"
  120.  
  121. ;IncompatibleInstalled="Software\Registry Tweak\Custom Display Modes"
  122.  
  123. root="Software\Game Util\Custom Display Modes"
  124. rtroot="Software\Registry Tweak\Custom Display Modes Tab"
  125. fonts1="Fonts\Definitions"
  126. fonts2="Fonts\Controls"
  127.  
  128. win95="SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Display\ShellEx\PropertySheetHandlers"
  129. win98="SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Device\ShellEx\PropertySheetHandlers" 
  130. win2k="SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Display\ShellEx\PropertySheetHandlers" 
  131.  
  132. UninstallMe="DefaultUninstall CDMen.inf"
  133. InstKey="Custom Display Modes"
  134. Run="SOFTWARE\Microsoft\Windows\CurrentVersion\Run"
  135.  
  136.