home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 May / comcd0502.iso / top100com / tdsl-speedmanager / TDSLSpeedMgrSetup.exe / TDSLSM.INF < prev    next >
Encoding:
Windows Setup INFormation  |  2001-10-22  |  4.7 KB  |  188 lines

  1. ; 'T-DSL SpeedManager'
  2. ; TDSLM.inf for T-DSL SpeedManager Setup
  3.  
  4. [Version]
  5. signature = "$CHICAGO$"
  6. AdvancedINF = 2.5
  7.  
  8. [DefaultInstall]
  9. CopyFiles=CopyFiles.App,CopyFiles.Sys
  10. RunPostSetupCommands=RunPostSetupCommandsSection
  11. RunPreSetupCommands=RunPreSetupCommandsSection
  12. CustomDestination = Destinations
  13. AddReg=Remove.AddReg,Shell.UpdShortCut
  14. UpdateInis = Remove.DelDirs.Inis,Shell.UpdIni
  15.  
  16. [DefaultInstall.ntx86]
  17. CopyFiles=CopyFiles.App.nt,CopyFiles.Sys.nt
  18. RunPostSetupCommands=RunPostSetupCommandsSection
  19. RunPreSetupCommands=RunPreSetupCommandsSection
  20. CustomDestination = Destinations
  21. AddReg=Remove.AddReg,Shell.UpdShortCut
  22. UpdateInis = Remove.DelDirs.Inis,Shell.UpdIni
  23.  
  24.  
  25. [DefaultUnInstall]
  26. DelReg = Remove.DelReg,Shell.UpdShortCut
  27. DelFiles=CopyFiles.App,CopyFiles.Sys
  28. DelDirs = DelDir.App
  29. UpdateInis = Add.DelDirs.Inis,Shell.DelIni
  30.  
  31. [DestinationDirs]
  32. CopyFiles.App      = 49001
  33. CopyFiles.App.nt = 49001
  34. CopyFiles.Sys     = 11
  35. CopyFiles.Sys.nt = 11
  36.  
  37. [Destinations]
  38. 49001 = AppPath,5          ; 1 Prompt 5 Silent
  39. 49002 = PreCheck,23     ; Magic flags
  40.  
  41. [PreCheck]
  42. 'HKLM','Software\T-Nova\T-DSL SpeedManager','SetupOk','Die Installation wurde ohne VerΣnderungen abgebrochen!',''
  43.  
  44. [AppPath]
  45. HKLM,"Software\T-Nova\T-DSL SpeedManager","AppPath",%INSTALL_PROMPT_APP%,"24,%ProgramF%"
  46.  
  47. [DelRegSection]                                          
  48. HKLM,%CONFIG%,"SetupOk",,
  49.  
  50.  
  51. ; -------------------------------------------------------------------
  52. ; These are the unistall registry settings which
  53. ; are added during install.
  54. ; -------------------------------------------------------------------
  55. [Remove.AddReg]
  56. HKLM, %UNINST%,,,
  57. HKLM, %UNINST%,"DisplayName",,%ServiceName%
  58. HKLM, %UNINST%,"UninstallString",,%49001%\"TSMInst.exe /u"
  59. HKLM, %RUNKEY%,"T-DSL SpeedMgr",,%49001%\"SpeedMgr.exe"
  60. HKLM, %CONFIG%,"Build",0x00010001,06,00,00,00
  61. HKLM, %CONFIG%,"MajorVersion",0x00010001,01,00,00,00
  62. HKLM, %CONFIG%,"MinorVersion",0x00010001,33,00,00,00
  63.  
  64. ; -------------------------------------------------------------------
  65. ; These are the registry settings which
  66. ; are deleted during uninstall.
  67. ; -------------------------------------------------------------------
  68. [Remove.DelReg]
  69. HKLM, "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%"
  70. HKLM, %RUNKEY%,"T-DSL SpeedMgr"        
  71. HKLM, %UNINST%
  72. HKLM, %CONFIG%
  73. HKCU, %CONFIG%
  74.  
  75. [Shell.UpdShortCut]
  76. HKLM, %RUNONCE%,"T-DSL SpeedMgr",,"grpconv /o"
  77.  
  78. [Shell.UpdIni]
  79. setup.ini,progman.groups,,"TDSLSM="%ServiceName%""
  80. setup.ini,TDSLSM,, """%ServiceName%"", %49001%\"SPEEDMGR.EXE""         
  81.  
  82. [Shell.DelIni]
  83. setup.ini,progman.groups,,"TDSLSM="%ServiceName%""
  84. setup.ini,TDSLSM,, """%ServiceName%"""
  85.  
  86. [DelDir.App]
  87. %49001%
  88.  
  89. [Remove.DelDirs.Inis]
  90. ;wininit.ini, DIRNUL,,"%49001%=0"
  91.  
  92. [Add.DelDirs.Inis]
  93. ;wininit.ini, DIRNUL,,"%49001%=1"
  94.  
  95. [CopyFiles.App]
  96. DSLTest.dll
  97. PCANDIS3.VXD
  98. PCIDUMPR.SYS
  99. SpeedMgr.cnt
  100. SpeedMgr.exe
  101. SPEEDMGR.HLP
  102. TDSLCH16.DLL
  103. TSMInst.exe
  104. W32N50.DLL
  105. TDSLSM.INF
  106.  
  107. [CopyFiles.App.nt]
  108. DSLTest.dll
  109. PCANDIS4.SYS
  110. PCANDIS5.SYS
  111. PCIDUMPR.SYS
  112. SpeedMgr.cnt
  113. SpeedMgr.exe
  114. SPEEDMGR.HLP
  115. TDSLCH16.DLL
  116. TSMInst.exe
  117. W32N50.DLL
  118. TDSLSM.INF
  119. TNPACKET.SYS,,,32
  120.  
  121. ;  Flag 32 - Suppress the version conflict dialog box, and don't overwrite newer files.
  122. [CopyFiles.Sys]
  123. TNPACKET.VXD,,,32
  124.  
  125. ;  Flag 32 - Suppress the version conflict dialog box, and don't overwrite newer files.
  126. ; +Flag 16 - If the file already exists on the target computer, don't copy
  127. [CopyFiles.Sys.nt]
  128. Pdh.Dll,,,48
  129.  
  130. [RunPostSetupCommandsSection]
  131. ; List the programs or updates to run and the execution order.
  132. ; Optimize T-DSL Settings
  133. ; SpeedMgr.exe /o1
  134.  
  135. ; If you wish to launch an application that has it's own setup routine,
  136. ; use the following command: setup.exe -SMS
  137. ; This ensures that IExpress waits until the install is complete before
  138. ; deleting files.
  139.  
  140. [RunPreSetupCommandsSection]
  141. ; /p<RequiredBuild>,<ThisBuild>
  142. TSMInst.exe /p0,6
  143.  
  144. [SourceDisksFiles]
  145. DSLTest.dll=55
  146. PCANDIS3.VXD=55
  147. PCANDIS4.SYS=55
  148. PCANDIS5.SYS=55
  149. PCIDUMPR.SYS=55
  150. Pdh.Dll=55
  151. SpeedMgr.cnt=55
  152. SpeedMgr.exe=55
  153. SPEEDMGR.HLP=55
  154. TDSLCH16.DLL=55
  155. TSMInst.exe=55
  156. W32N50.DLL=55
  157. TDSLSM.INF=55
  158. TNPACKET.SYS=55
  159. TNPACKET.VXD=55
  160.  
  161. [Remove.DelFiles]
  162. DSLTest.dll
  163. PCANDIS3.VXD
  164. PCANDIS4.SYS
  165. PCANDIS5.SYS
  166. PCIDUMPR.SYS
  167. SpeedMgr.cnt
  168. SpeedMgr.exe
  169. SPEEDMGR.HLP
  170. TDSLCH16.DLL
  171. TSMInst.exe
  172. W32N50.DLL
  173. TNPACKET.SYS
  174. TNPACKET.VXD
  175. TDSLSM.INF
  176.  
  177. [SourceDisksNames]
  178. 55=, , 0
  179.  
  180. [Strings]
  181. ServiceName="T-DSL SpeedManager"
  182. ShortSvcName="TDSLSM"
  183. ProgramF="Progra~1\TDSLSM"
  184. UNINST="Software\Microsoft\Windows\CurrentVersion\Uninstall\TDSLSM"
  185. RUNKEY="Software\Microsoft\Windows\CurrentVersion\Run"
  186. RUNONCE="Software\Microsoft\Windows\CurrentVersion\RunOnce"
  187. CONFIG="Software\T-Nova\T-DSL SpeedManager"
  188.