home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 May / Chip_1999-05_cd.bin / zkuste / PersWebServer / rasics.cab / template.inf < prev    next >
Windows Setup INFormation  |  1997-10-06  |  9KB  |  256 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=CustInstDestSection
  29. CopyFiles=Xnstall.CopyFiles, Xnstall.CopyFiles.ICM, Xnstall.CopyFiles.System
  30. DelFiles=Xnstall.DelFiles.oldDLL
  31. AddReg=Xnstall.AddReg
  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.NT, Xnstall.CopyFiles.ICMFILES,Xnstall.CopyFiles.SystemICM,Xnstall.CopyFiles.DllSupport,Xnstall.CopyFiles.Win
  48. DelFiles=Xnstall.DelFiles.oldDLL
  49. AddReg=Xnstall.AddReg, Xnstall.AddReg.ICM
  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=""
  246. ShortSvcName=""
  247. DesktopGUID=""
  248. UninstallAppTitle=""
  249. DesktopIcon=""
  250.  
  251. [CMAK Status]
  252.  
  253. [Extra Files]
  254.  
  255. [Merge Profiles]
  256.