Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

201 lines
5.7 KiB

  1. ; =============================================
  2. ; These are global settings for the whole file.
  3. ; =============================================
  4. [version]
  5. Signature = $chicago$
  6. AdvancedINF = 2.0
  7. ; ---------------------------------------------------------
  8. ; This is used to remove old CM (pre-1.2) installations
  9. ; when we install cm1.2 so that the users machine
  10. ; only has the newest cm bits on it in one place
  11. ; ---------------------------------------------------------
  12. [Remove]
  13. Cleanup=1
  14. SmartReboot = N
  15. CustomDestination = CustUnInstDestSection
  16. DelFiles = Remove.DelFiles, Remove.Readme, Remove.10.Sys
  17. ;DelReg = Remove.DelReg
  18. DelDirs=CleanDir
  19. ; ---------------------------------------------
  20. ; This is used to uninstall cm1.2 when it is
  21. ; installed on a legacy machine
  22. ; ---------------------------------------------
  23. [1.2Legacy_Uninstall]
  24. Cleanup=1
  25. SmartReboot = N
  26. CustomDestination = CustLegacyUninst
  27. DelFiles = Remove.DelFiles
  28. DelReg = Remove.DelReg, Uninstall.DelReg
  29. DelDirs=CleanDir
  30. ; -------------------------------------------------------------------
  31. ; This is the install section for Connection Manager, notice
  32. ; we have different sections for NT4 and win9x (NT5 uses the native
  33. ; system bits). We also have a section for both that is used by
  34. ; the CMAK installer.
  35. ; -------------------------------------------------------------------
  36. [DefaultInstall_NT]
  37. SmartReboot=N
  38. CopyFiles=Xnstall.CopyFiles.ICMFILES, Xnstall.CopyFiles.NT.ICMFILES
  39. AddReg=Xnstall.AddReg.ICM, Xnstall.AddReg.Uninstall
  40. [DefaultInstall]
  41. SmartReboot=N
  42. CopyFiles=Xnstall.CopyFiles.ICMFILES, Xnstall.CopyFiles.W95.ICMFILES
  43. AddReg=Xnstall.AddReg.ICM, Xnstall.AddReg.Uninstall
  44. [DefaultInstall_Both]
  45. SmartReboot=N
  46. CopyFiles=Xnstall.CopyFiles.ICMFILES, Xnstall.CopyFiles.W95.ICMFILES, Xnstall.CopyFiles.NT.ICMFILES
  47. AddReg=Xnstall.AddReg.ICM, Xnstall.AddReg.Uninstall
  48. [Win95_SpecificFiles]
  49. SmartReboot=N
  50. CopyFiles=Xnstall.CopyFiles.W95.ICMFILES
  51. [NT_SpecificFiles]
  52. SmartReboot=N
  53. CopyFiles=Xnstall.CopyFiles.NT.ICMFILES
  54. [CleanDir]
  55. %49000%
  56. ; -------------------------------------------------------------------
  57. ; These are the files which are deleted during uninstall.
  58. ; -------------------------------------------------------------------
  59. [Remove.DelFiles]
  60. cmmgr32.exe
  61. cmmgr32.hlp
  62. cmpbk32.dll
  63. cmdial32.dll
  64. cmdl32.exe
  65. mbslgn32.dll
  66. icwscrpt.exe
  67. cmmgr32.gid
  68. msdun12.exe
  69. cnet16.dll
  70. cnetcfg.dll
  71. ccfg95.dll
  72. ccfgnt.dll
  73. cmcfg32.dll
  74. cmmon32.exe
  75. cmutil.dll
  76. addconn.dll
  77. remconn.exe
  78. cmstats.dll
  79. cmutoa.dll
  80. [Remove.10.Sys]
  81. uninstcm.inf
  82. showicon.exe
  83. [Remove.Readme]
  84. readme.txt
  85. ; -------------------------------------------------------------------
  86. ; These are the registry delete sections.
  87. ; -------------------------------------------------------------------
  88. [Remove.DelReg]
  89. "HKLM", "%UninstallPath%\%AppTitle%"
  90. [Uninstall.DelReg]
  91. "HKLM", "%AppPath%"
  92. "HKLM", "%cmPath%", "%CompChecked%"
  93. "HKCR", "%AppName%"
  94. ; -------------------------------------------------------------------
  95. ; These are the install file copy sections.
  96. ; -------------------------------------------------------------------
  97. [Xnstall.CopyFiles.ICMFILES]
  98. cmmgr32.exe, , , 32
  99. cmmgr32.hlp, , , 32
  100. cmpbk32.dll, , , 32
  101. cmdial32.dll, , , 32
  102. cmdl32.exe, , , 32
  103. cnetcfg.dll, , , 32
  104. cmmon32.exe, , , 32
  105. cmutil.dll, , , 32
  106. instcm.inf, , , 32
  107. cmcfg32.dll, , , 32
  108. cmstp.exe, , , 32
  109. [Xnstall.CopyFiles.W95.ICMFILES]
  110. cnet16.dll, , , 32
  111. ccfg95.dll, , , 32
  112. cmutoa.dll, , , 32
  113. [Xnstall.CopyFiles.NT.ICMFILES]
  114. ccfgnt.dll, , , 32
  115. ; -------------------------------------------------------------------
  116. ; These are the install registry sections
  117. ; -------------------------------------------------------------------
  118. [Xnstall.AddReg.Uninstall]
  119. "HKLM", "%UninstallPath%\%AppTitle%", "DisplayName", "", "Microsoft %AppTitle%"
  120. "HKLM", "%UninstallPath%\%AppTitle%", "UninstallString", "", "%11%\cmstp.exe /x %11%\instcm.inf"
  121. [Xnstall.AddReg.ICM]
  122. "HKLM", "%AppPath%", "", "", "%11%\CMMGR32.EXE"
  123. "HKLM", "%AppPath%", "Path", "", "%11%"
  124. HKLM, "%AppPath%", "CMInternalVersion", 0, "1.2"
  125. "HKCR", "%AppName%", "", "", %AppName%
  126. "HKCR", "%AppName%\DefaultIcon", "", "", "%11%\CMMGR32.EXE,1"
  127. "HKCR", "%AppName%\shell\open\command", "", "", "%11%\CMMGR32.EXE ""%1"""
  128. "HKCR", "%AppName%\shell\Settings...\command", "", "", "%11%\CMMGR32.EXE /settings ""%1"""
  129. ; -------------------------------------------------------------------
  130. ; These are the directory specifications.
  131. ; -------------------------------------------------------------------
  132. [CustUninstDestSection]
  133. 49000,49001,49002,49003 = IConnMgrLDIDSection, 5
  134. [IConnMgrLDIDSection]
  135. "HKLM", "%AppPath%", "OldPath", "", ""
  136. "","","","",""
  137. [CustLegacyUninst]
  138. 49000,49001,49002,49003 = CustLegacyUninstSection, 5
  139. [CustLegacyUninstSection]
  140. "HKLM", "%AppPath%", "Path", "", ""
  141. "","","","",""
  142. [DestinationDirs]
  143. Remove.DelFiles = 49000
  144. Remove.Readme = 49000
  145. Remove.10.Sys = 11
  146. Xnstall.CopyFiles.ICMFILES=11
  147. Xnstall.CopyFiles.W95.ICMFILES=11
  148. Xnstall.CopyFiles.NT.ICMFILES=11
  149. Xnstall.WinInet=11
  150. Xnstall.Win9x=11
  151. [SourceDisksNames]
  152. 55 = , , 0
  153. [SourceDisksFiles]
  154. ; ==================
  155. ; These are strings.
  156. ; ==================
  157. [Strings]
  158. ; These are the non-localizable strings...
  159. cmPath = "SOFTWARE\Microsoft\Connection Manager"
  160. CompChecked = "ComponentsChecked"
  161. AppPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\CMMGR32.EXE"
  162. UninstallPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"
  163. AppTitle = "Connection Manager"
  164. ; this is used as a reg key
  165. AppName = "Connection Manager Profile"
  166. ; ------------------------------------
  167. ; These are the localizable strings...
  168. ; ------------------------------------