home *** CD-ROM | disk | FTP | other *** search
/ CS Internet Ready Kit / CS_INTERNET.iso / Win95_nt / Setup / CSC.INF < prev    next >
Encoding:
Windows Setup INFormation  |  1998-07-14  |  10.1 KB  |  333 lines

  1. ;===========================================================================
  2. ;
  3. ; All of the customizable sections of this file are in the [Strings] section
  4. ; at the bottom.
  5. ;
  6. ;===========================================================================
  7.  
  8.  
  9. ;=============================================
  10. ; These are global settings for the whole file.
  11. ;=============================================
  12.  
  13. [version]
  14. Signature=$chicago$
  15. AdvancedINF=2.5
  16.  
  17. [Intl]
  18. Display=1033
  19. ;================================
  20. ; These are the main entry points.
  21. ;================================
  22.  
  23. ; ----------------------------
  24. ; This is the default install.
  25. ; ----------------------------
  26. [DefaultInstall]
  27. SmartReboot=N
  28. CustomDestination=CustInstDestSectionICM
  29. CopyFiles=Xnstall.CopyFiles, Xnstall.CopyFiles.ICM, Xnstall.CopyFiles.System, Xnstall.CopyFiles.ICMFILES,Xnstall.CopyFiles.SystemICM,Xnstall.CopyFiles.DllSupport
  30. DelFiles=Xnstall.DelFiles.oldDLL
  31. AddReg=Xnstall.AddReg, Xnstall.AddReg.ICM, Xnstall.AddReg.Icon, Xnstall.RenameReg
  32. UpdateInis=Install.Ini
  33. RunPostSetupCommands=RunPostSetupcommandsSection
  34. RegisterOCXs=RegisterOCXSection
  35.  
  36. [RunPostSetupCommandsSection]
  37. showicon.exe
  38. ; To run a program automatically on the user's computer 
  39. ; after Connection Manager Setup finishes, (for example, 
  40. ; to display a readme file or save the user's dial-up networking settings) 
  41. ; include that program here. For example:
  42. ; Myprogram.exe /<switches> <options>
  43.  
  44. [DefaultInstall.NT]
  45. SmartReboot=N
  46. CustomDestination=CustInstDestSectionICM
  47. CopyFiles=Xnstall.CopyFiles, Xnstall.CopyFiles.ICM, Xnstall.CopyFiles.System, Xnstall.CopyFiles.ICMFILES,Xnstall.CopyFiles.SystemICM,Xnstall.CopyFiles.DllSupport.NT
  48. DelFiles=Xnstall.DelFiles.oldDLL
  49. AddReg=Xnstall.AddReg, Xnstall.AddReg.ICM, Xnstall.AddReg.Icon, Xnstall.RenameReg
  50. RunPostSetupCommands=RunPostSetupcommandsSection
  51. RegisterOCXs=RegisterOCXSection
  52.  
  53. [Remove]
  54. Cleanup=1
  55. SmartReboot=N
  56. RunPostSetupCommands=RunPostSetupcommandsSection
  57. CustomDestination=CustUnInstDestSection
  58. DelFiles=Remove.DelFiles, Remove.DelFiles.ICM
  59. DelReg=Remove.DelReg
  60. DelDirs=CleanDir
  61.  
  62. ;====================================
  63. ; These are the registry add sections.
  64. ;====================================
  65.  
  66. ; ------------------------------------------------
  67. ; These are the registry entries for installation.
  68. ; ------------------------------------------------
  69. [Xnstall.AddReg]
  70. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "DisplayName", "", "%UninstallAppTitle%"
  71. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallDir", "", "%49000%"
  72. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallString", "", "RunDll32 advpack.dll,LaunchINFSection %11%\%ShortSvcName%.inf, Remove"
  73. "HKCR", "CLSID\%DesktopGUID%",,,"%ServiceName%"
  74. "HKCR", "CLSID\%DesktopGUID%\Shell\Open\Command",,,"%49000%\cmmgr32.exe ""%ShortSvcName%.cmp"""
  75. "HKCR", "CLSID\%DesktopGUID%\Shell\Settings...\Command",,,"%49000%\cmmgr32.exe /settings ""%ShortSvcName%.cmp"""
  76. "HKCR", "CLSID\%DesktopGUID%\Shell\Settings...",,,"S&ettings"
  77. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Desktop\NameSpace\%DesktopGUID%",,,"%ServiceName%"
  78. "HKLM", "%AppAct%\Mappings","%ServiceName%","","%49001%\%ShortSvcName%.cmp"
  79. "HKLM", "%AppAct%\%ServiceName%","EnableConnectActions",1,"0x1"
  80. "HKLM", "%AppAct%\%ServiceName%","EnableTunneling",1,"0x1"
  81. "HKCR", "CLSID\%DesktopGUID%\ShellFolder","Attributes",1,"10","00","00","00"
  82.  
  83. [Xnstall.AddReg.ICM]
  84. "HKLM", "%AppPath%", "", "", "%49001%\CMMGR32.EXE"
  85. "HKLM", "%AppPath%", "Path", "", "%49001%"
  86. "HKCR", ".pbk", "", "", "%PhoneName%"
  87. "HKCR", ".pbr", "", "", "%RegionName%"
  88. "HKCR", "%RegionName%", "", "", "%RegionName%"
  89. "HKCR", "%PhoneName%", "", "", "%PhoneName%"
  90. "HKCR", "%AppName%", "", "", "%AppName%"
  91. "HKCR", "%AppName%\DefaultIcon", "", "", "%49001%\CMMGR32.EXE,1"
  92. "HKCR", "%AppName%\shell\open\command", "", "", "%49001%\CMMGR32.EXE ""%1"""
  93. "HKCR", "%AppName%\shell\Settings...\command", "", "", "%49001%\CMMGR32.EXE /settings ""%1"""
  94. "HKLM", "%UninstallPath%\%AppTitle%", "DisplayName", "", "%AppTitle%"
  95. "HKLM", "%UninstallPath%\%AppTitle%", "UninstallString", "", "RunDll32 advpack.dll,LaunchINFSection %11%\uninstcm.inf, Remove"
  96.  
  97. ;=======================================
  98. ; These are the registry delete sections.
  99. ;=======================================
  100.  
  101. ; -------------------------------------
  102. ; These are the registry settings which
  103. ; are deleted during uninstall.
  104. ; -------------------------------------
  105. [Remove.DelReg]
  106. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%"
  107. "HKCR", "CLSID\%DesktopGUID%"
  108. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Desktop\NameSpace\%DesktopGUID%"
  109. "HKLM", "%AppAct%\%ServiceName%"
  110. "HKLM", "%AppAct%\Mappings","%ServiceName%"
  111.  
  112. [CleanDir]
  113. %49000%\%ShortSvcName%
  114.  
  115. ;=======================================
  116. ; These are the directory specifications.
  117. ;=======================================
  118.  
  119. [CustInstDestSection]
  120. 49000,49001=XConnMgrLDIDSection, 7
  121.  
  122. [CustUninstDestSection]
  123. 49000,49001=XConnMgrLDIDSection2, 5
  124.  
  125. [XConnMgrLDIDSection]
  126. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\CMMGR32.EXE", "Path", "%FailMessage%", ""
  127.  
  128. [XConnMgrLDIDSection2]
  129. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallDir", "", ""
  130.  
  131. [ProgramFilesDir49300]
  132. HKLM,"Software\Microsoft\Windows\CurrentVersion",'ProgramFilesDir',,"%24%\Program Files"
  133.  
  134. [CustInstDestSectionICM]
  135. 49300,49302=ProgramFilesDir49300,5
  136. 49000,49001 = XConnMgrLDIDSectionICM, 1
  137.  
  138. [CustInstDestSectionICMNeedIE]
  139. 49300,49302=ProgramFilesDir49300,5
  140. 49009 = XConnMgrLDIDSection2ICM, 2
  141. 49000,49001 = XConnMgrLDIDSectionICM, 1
  142.  
  143. [CustUninstDestSectionICM]
  144. 49000,49001,49002,49003 = XConnMgrLDIDSection, 5
  145.  
  146. [XConnMgrLDIDSectionICM]
  147. "HKLM", "%AppPath%", "Path", "%UpdatePrompt%", ""
  148. "","","","%DirPrompt%","%49302%\%DefaultDir%"
  149.  
  150. [XConnMgrLDIDSection2ICM]
  151. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE", "Path", "", ""
  152. "","","","%FailNoIEMessage%",""
  153.  
  154. [DestinationDirs]
  155. Xnstall.CopyFiles.ICMFILES=49000
  156. Xnstall.CopyFiles.SystemICM=11
  157. Xnstall.CopyFiles.DllSupport=11
  158. Xnstall.CopyFiles.DllSupport.NT=11
  159. Xnstall.CopyFiles.DllSupport.FS=11
  160. Xnstall.CopyFiles=49000, %ShortSvcName%
  161. Xnstall.CopyFiles.ICM=49000
  162. Xnstall.CopyFiles.pptp=49000
  163. Xnstall.CopyFiles.System=11
  164. Xnstall.DelFiles.oldDLL=49000
  165. Remove.DelFiles=49000, %ShortSvcName%
  166. Remove.DelFiles.ICM=49000
  167.  
  168. [SourceDisksNames]
  169. 55=, , 0
  170.  
  171. [Xnstall.DelFiles.oldDLL]
  172. inetcfg.dll, , , 32
  173. icfg95.dll, , , 32
  174. icfgnt.dll, , , 32
  175. inet16.dll, , , 32
  176.  
  177. [Xnstall.CopyFiles.pptp]
  178. msdun12.exe, , , 32
  179.  
  180. [Xnstall.CopyFiles.ICMFILES]
  181. cmmgr32.exe, , , 32
  182. cmmgr32.hlp, , , 32
  183. cmpbk32.dll, , , 32
  184. cmdial32.dll, , , 32
  185. cmdl32.exe, , , 32
  186. cmstats.dll, , , 32
  187. mbslgn32.dll, , , 32
  188. readme.txt, , , 32
  189. icwscrpt.exe, , , 32
  190. cnetcfg.dll, , , 32
  191. ccfg95.dll, , , 32
  192. ccfgnt.dll, , , 32
  193. cnet16.dll, , , 32
  194.  
  195. [Xnstall.CopyFiles.DllSupport]
  196. wintrust.dll, , , 32
  197. wininet.dll, , , 32
  198. rnaph.dll, , , 32
  199. advapi32.dll, , ,32
  200. comctl32.dll, , ,32
  201.  
  202. [Xnstall.CopyFiles.DllSupport.NT]
  203. wininet.dll, , , 32
  204.  
  205. [Xnstall.CopyFiles.DllSupport.FS]
  206. oleaut32.dll, , , 32
  207. urlmon.dll, , , 32
  208.  
  209. [Xnstall.CopyFiles.SystemICM]
  210. uninstcm.inf, , , 32
  211. showicon.exe, , , 32
  212. cmcfg32.dll, , , 32
  213.  
  214. ;======================
  215. ; These are the strings.
  216. ;======================
  217.  
  218. [Strings]
  219. ;
  220. ; These are the customizable strings...
  221. ; - The DesktopGUID value uniquely identifies the desktop icon 
  222. ; - The ShortSvcName is used as the basis of Connection Manager profile folders
  223. ;
  224. ; These are the non-localizable strings...
  225. AppPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\CMMGR32.EXE"
  226. UninstallPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"
  227. KEY_RENAME = "Software\Microsoft\Windows\CurrentVersion\RenameFiles"
  228.  
  229. ; ------------------------------------
  230. ; These are the localizable strings...
  231. ; ------------------------------------
  232. AppAct = "SOFTWARE\Microsoft\Connection Manager"
  233. DefaultDir = "Internet Explorer\Connection Manager"
  234. AppName = "Connection Manager Profile"
  235. AppTitle = "Connection Manager"
  236. PhoneName = "Phone Book"
  237. RegionName = "Region File"
  238. DirPrompt = "Where do you want to install Connection Manager?"
  239. UpdatePrompt = "Do you want to update Connection Manager in this directory?"
  240. FailNoIEMessage = "Cannot install Connection Manager. You must install Microsoft Internet Explorer 3.0 or later on your computer before installing Connection Manager."
  241. FailMessage="You must install the Connection Manager program first."
  242.  
  243. ; The following strings are set by the Connection Manager Administration Kit
  244. ; Do not change any of the following strings
  245. ServiceName="CS Internet"
  246. ShortSvcName="csc"
  247. DesktopGUID="{067FBAF0-1B2A-11D2-9F38-0008C7B0845C}"
  248. UninstallAppTitle="CS Internet"
  249. DesktopIcon="Phone01.ico"
  250.  
  251. [CMAK Status]
  252. OSWindows31=0
  253. OSWindows95/NT=1
  254. LCID=English
  255. IncludeDUN=0
  256. UpdatePhonebook=0
  257. UsePWDcache=0
  258. IncludeCMCode=1
  259. IncludeSupportDll=1
  260. LicenseFile=
  261. PhoneName=
  262.  
  263. [Extra Files]
  264.  
  265. [Merge Profiles]
  266.  
  267. [Xnstall.AddReg.Icon]
  268. HKCR,"CLSID\%DesktopGUID%\DefaultIcon",,,"%49000%\%ShortSvcName%\%DesktopIcon%"
  269.  
  270. [Xnstall.CopyFiles]
  271. logo2.bmp
  272. LOGOLI~1.BMP
  273. Phone01.ico
  274. Phone01.ico
  275. Phone01.ico
  276. csc.cms,,,4
  277.  
  278. [Xnstall.CopyFiles.System]
  279. csc.inf
  280.  
  281. [Xnstall.CopyFiles.ICM]
  282. csc.cmp,,,16
  283.  
  284. [Remove.DelFiles.ICM]
  285. csc.cmp
  286.  
  287. [SourceDisksFiles]
  288. logo2.bmp= 55
  289. logolittle2.bmp= 55
  290. Phone01.ico= 55
  291. Phone01.ico= 55
  292. Phone01.ico= 55
  293. csc.inf = 55
  294. showicon.exe = 55
  295. csc.cmp = 55
  296. csc.cms = 55
  297. cmmgr32.exe = 55
  298. cmmgr32.hlp = 55
  299. cmpbk32.dll = 55
  300. cmdial32.dll = 55
  301. cmdl32.exe = 55
  302. cmstats.dll = 55
  303. mbslgn32.dll = 55
  304. advpack.dll = 55
  305. w95inf16.dll = 55
  306. w95inf32.dll = 55
  307. readme.txt = 55
  308. CNETCFG.DLL = 55
  309. ccfg95.dll = 55
  310. ccfgnt.dll = 55
  311. icwscrpt.exe = 55
  312. cnet16.dll = 55
  313. wintrust.dll = 55
  314. advapi32.dll = 55
  315. wininet.dll = 55
  316. rnaph.dll = 55
  317. comctl32.dll = 55
  318. cmcfg32.dll = 55
  319.  
  320. [Xnstall.RenameReg]
  321. HKLM,%KEY_RENAME%\CMRENAME,,,"%49001%\%ShortSvcName%"
  322. HKLM,%KEY_RENAME%\CMRENAME,LOGOLI~1.BMP,,"logolittle2.bmp"
  323.  
  324. [Remove.DelFiles]
  325. csc.cms
  326. logo2.bmp
  327. logolittle2.bmp
  328. Phone01.ico
  329. Phone01.ico
  330. Phone01.ico
  331. LOGOLI~2.BMP
  332.  
  333.