home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 November / Pcwk1197.iso / Microsft / ie40pl95 / cm95.cab / cm95.inf next >
Windows Setup INFormation  |  1997-06-17  |  6KB  |  171 lines

  1. ;==============================================================================================
  2. ; Connection Manager install script Win95/NT
  3. ;==============================================================================================
  4.  
  5. [version]
  6. signature="$CHICAGO$"
  7. AdvancedINF=2.5, "%ERROR_WRONG_ADVPACK_VERSION%"
  8.  
  9. [DefaultInstall]
  10. SmartReboot= N
  11. CustomDestination= CustInstDestSection
  12. CopyFiles=CopyINF, CopyCM, CopyHELP, CopySYS
  13. AddReg=CM.RegEntries
  14. ; This is the uninstall.
  15. ; ----------------------
  16.  
  17. [Uninstall]
  18. Cleanup=1
  19. CustomDestination = CustInstDestSection
  20. DelFiles = Remove.DelFiles, Remove.DelFiles.System, Remove.DelFiles.help
  21. DelDirs=CleanDir
  22.  
  23. [CleanDir]
  24. "%49301%"
  25.  
  26. ; -------------------------------------------------------
  27. ; These are the files which are deleted during uninstall.
  28. ; -------------------------------------------------------
  29. [Remove.DelFiles]
  30. cmmgr32.exe
  31. cmpbk32.dll
  32. cmdial32.dll
  33. cmdl32.exe
  34. cmstats.dll
  35. mbslgn32.dll
  36.  
  37. [Remove.DelFiles.System]
  38. cmcfg32.dll
  39. showicon.exe
  40.  
  41. [Remove.DelFiles.help]
  42. cmmgr32.hlp
  43.  
  44. ;==============================================================================================
  45. ; These are the directory specifications.
  46. ;==============================================================================================
  47. [CustInstDestSection]
  48. 49000,49001,49002,49003= ProgramFilesDir,5
  49. 49100,49101,49102,49103= IEFilesDir,7
  50. 49200,49201,49202,49203= CMFilesDir,5
  51. 49300,49301,49302,49303 = IConnMgrLDIDSection, 5
  52.  
  53. [IConnMgrLDIDSection]
  54. "HKLM", "", "", "", "%49101%\%CMDIR%"
  55.  
  56. [ProgramFilesDir]
  57. HKLM,"%KEY_PROGRAM_FILES%",'ProgramFilesDir',,"%24%"
  58.  
  59. [IEFilesDir]
  60. HKLM,"%KEY_IEDIR%","Path","%IE_REQUIRED%","%49001%\%IEDIR%"
  61.  
  62. [CMFilesDir]
  63. HKLM,"%AppPath%","Path",,"%49101%\%CMDIR%"
  64.  
  65. [DestinationDirs]
  66. CopyHELP  = 18  ; LDID_HELP
  67. CopyINF   = 17  ; LDID_INF
  68. CopySYS   = 11  ; LDID_SYS
  69. CopyCM = 49200
  70. Remove.DelFiles = 49300
  71. Remove.DelFiles.System = 11
  72. Remove.DelFiles.help = 18
  73. Remove.DelFiles.inf = 17
  74.  
  75. ;==============================================================================================
  76. ; These are the File Copy sections.
  77. ;==============================================================================================
  78. [CopySYS]
  79. cmcfg32.dll
  80. showicon.exe
  81. ; ---------------------------------------------------------------------------------------------
  82. ; These are the files copied as part of the default install. They are put in:
  83. ; <User Install Directory>\Internet Explorer\Connection Manager
  84. ; ---------------------------------------------------------------------------------------------
  85. [CopyCM]
  86. cmmgr32.exe
  87. cmpbk32.dll
  88. cmdial32.dll
  89. cmdl32.exe
  90. cmstats.dll
  91. mbslgn32.dll
  92. ; ---------------------------------------------------------------------------------------------
  93. ; These are the files copied as part of the default install. They are put in C:\Windows\INF
  94. ; ---------------------------------------------------------------------------------------------
  95. [CopyINF]
  96. cm95.INF
  97. ; ---------------------------------------------------------------------------------------------
  98. ; These are the files copied as part of the default install. They are put in C:\Windows\Help
  99. ; ---------------------------------------------------------------------------------------------
  100. [CopyHELP]
  101. cmmgr32.hlp
  102.  
  103. ;==============================================================================================
  104. ; These are the Source sections which tell the setup engine where the appropriate files are.
  105. ;==============================================================================================
  106. [SourceDisksNames]
  107. 55="%CMNAME%",cm95.cab,0
  108.  
  109. [SourceDisksFiles]
  110. cmmgr32.exe = 55
  111. cmmgr32.hlp = 55
  112. cmpbk32.dll = 55
  113. cmdial32.dll = 55
  114. cmdl32.exe = 55
  115. cmstats.dll = 55
  116. mbslgn32.dll = 55
  117. cm95.inf = 55
  118. cmcfg32.dll = 55
  119. showicon.exe = 55
  120.  
  121. ;==============================================================================================
  122. ; These are the Registry ADD sections.
  123. ;==============================================================================================
  124. ; ---------------------------------------------------------------------------------------------
  125. ; These are the registry entries for installation.
  126. [CM.RegEntries]
  127. "HKLM", "%AppPath%", "", "", "%49201%\CMMGR32.EXE"
  128. "HKLM", "%AppPath%", "Path", "", "%49201%"
  129. "HKCR", ".cmp", "", "", "%AppName%"
  130. "HKCR", ".pbk", "", "", "%PhoneName%"
  131. "HKCR", ".pbr", "", "", "%RegionName%"
  132. "HKCR", "%RegionName%", "", "", "%RegionName%"
  133. "HKCR", "%PhoneName%", "", "", "%PhoneName%"
  134. "HKCR", "%AppName%", "", "", "%AppName%"
  135. "HKCR", "%AppName%\DefaultIcon", "", "", "%49201%\CMMGR32.EXE,1"
  136. "HKCR", "%AppName%\shell\open\command", "", "", "%49201%\CMMGR32.EXE ""%1"""
  137. "HKCR", "%AppName%\shell\Settings...\command", "", "", "%49201%\CMMGR32.EXE /settings ""%1"""
  138. "HKLM", "Software\Microsoft\Windows\CurrentVersion\Uninstall\CM","QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\cm95.inf,Uninstall,,256"
  139. "HKLM", "Software\Microsoft\Windows\CurrentVersion\Uninstall\CM","RequiresIESysFile",,"4.71"
  140.  
  141. [Strings]
  142. ;==============================================================================================
  143. ; Important - Be sure to place any localizable strings
  144. ; below the "Localization Border" Comment
  145. ;==============================================================================================
  146. KEY_CM = "SOFTWARE\Microsoft\Connection Manager"
  147. KEY_IEDIR = "SOFTWARE\Microsoft\IE4\Setup"
  148. KEY_PROGRAM_FILES = "SOFTWARE\Microsoft\Windows\CurrentVersion"
  149. CMNAME = "Connection Manager"
  150. AppPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\CMMGR32.EXE"
  151.  
  152. ;==============================================================================================
  153. ; Localization Border
  154. ;
  155. ; No Strings above this line should be localized
  156. ; All strings below this line should be localized
  157. ;==============================================================================================
  158. ProgramFiles = "Program Files"
  159. IEDIR = "Internet Explorer"
  160. CMDIR = "Connection Manager"
  161.  
  162. ;Error Messages
  163. ERROR_ENGINE_NOTFOUND = "Cannot find the requried setup engine. Aborting..."
  164. ERROR_WRONG_ADVPACK_VERSION = "You need a newer version of Advpack.dll"
  165. IE_REQUIRED = "You must have Internet Explorer v4.0 installed to run this package!"
  166.  
  167. AppName = "Connection Manager Profile"
  168. AppTitle = "Connection Manager"
  169. PhoneName = "Phone Book"
  170. RegionName = "Region File"
  171.