home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 29 / XENIATGM29.iso / ie / ie40pp1 / ie4 / icwnt.cab / icwnt.inf < prev    next >
Windows Setup INFormation  |  1997-04-04  |  10KB  |  251 lines

  1. ;==============================================================================================
  2. ; Internet Connection Wizard install script WinNT
  3. ;==============================================================================================
  4.  
  5. [version]
  6. signature="$CHICAGO$"
  7. AdvancedINF=2.5, "%ERROR_WRONG_ADVPACK_VERSION%"
  8.  
  9. [DefaultInstall.NT]
  10. RequiredEngine=Setupapi,"%ERROR_ENGINE_NOTFOUND%"
  11. SmartReboot= N
  12. CustomDestination= CustInstDestSection
  13. DelFiles=DeleteICW
  14. DelDirs=DeleteICWDir
  15. CopyFiles=CopyINF,CopySYS,CopyOTHER,CopyHELP,CopyNTOnly
  16. UpdateInis=UPD.Links
  17. AddReg=ICW.RegEntries
  18.  
  19. ;==============================================================================================
  20. ; These are the directory specifications.
  21. ;==============================================================================================
  22. [CustInstDestSection]
  23. 49000,49001,49002,49003= ProgramFilesDir,5
  24. 49100,49101,49102,49103= IEFilesDir,7
  25. 49200,49201,49202,49203= ICWFilesDir,5
  26. 49300,49301,49302,49303= OldICWDir,5
  27.  
  28. [ProgramFilesDir]
  29. HKLM,"%KEY_PROGRAM_FILES%",'ProgramFilesDir',,"%24%"
  30.  
  31. [IEFilesDir]
  32. HKLM,"%KEY_IEDIR%","Path","%IE_REQUIRED%","%49001%\%IEDIR%"
  33.  
  34. [ICWFilesDir]
  35. HKLM,"%KEY_ICW%",,,"%49101%\%ICWDIR%"
  36.  
  37. [OldICWDir]
  38. HKLM,"%KEY_ICW%",,,"%49001%\%OLD_ICWDIR%"
  39.  
  40. [DestinationDirs]
  41. CopyHELP  = 18    ; LDID_HELP
  42. CopySYS   = 11    ; LDID_SYS
  43. CopyINF   = 17    ; LDID_INF
  44. CopyNTOnly  = 11    ; LDID_SYS
  45. CopyOTHER = 49200
  46. DeleteICW = 49300
  47.  
  48. ;==============================================================================================
  49. ; These are the File Copy sections.
  50. ;==============================================================================================
  51. ; ---------------------------------------------------------------------------------------------
  52. ; These are the files copied as part of the default install.They are put in C:\Windows\System
  53. ; ---------------------------------------------------------------------------------------------
  54. [CopyNTOnly]
  55. icfgNT.dll,,,32
  56. [CopySYS]
  57. inetcfg.dll,,,32
  58. isign32.dll,,,32
  59. icwdial.dll,,,32
  60. icwphbk.dll,,,32
  61. iedkcs32.dll,,,32
  62. ; ---------------------------------------------------------------------------------------------
  63. ; These are the files copied as part of the default install. They are put in:
  64. ; <User Install Directory>\Internet Explorer\Connection Wizard
  65. ; ---------------------------------------------------------------------------------------------
  66. [CopyOTHER]
  67. icwconn1.exe,,,32
  68. icwconn2.exe,,,32
  69. inetwiz.exe,,,32
  70. isignup.exe,,,32
  71. icwdl.dll,,,32
  72. icwx25a.dun
  73. icwx25b.dun
  74. icwx25c.dun
  75. icwip.dun
  76. phone.icw
  77. state.icw
  78. msicw.isp
  79. msn.isp
  80. ; ---------------------------------------------------------------------------------------------
  81. ; These are the files copied as part of the default install. They are put in C:\Windows\INF
  82. ; ---------------------------------------------------------------------------------------------
  83. [CopyINF]
  84. icwNT.INF
  85. ; ---------------------------------------------------------------------------------------------
  86. ; These are the files copied as part of the default install. They are put in C:\Windows\Help
  87. ; ---------------------------------------------------------------------------------------------
  88. [CopyHELP]
  89. connect.hlp
  90. connect.cnt
  91.  
  92. ;==============================================================================================
  93. ; These are the File Delete sections.
  94. ;==============================================================================================
  95. ; ---------------------------------------------------------------------------------------------
  96. ; These are the files deleted as part of the default install.  This removes previous versions
  97. ; of the Internet Connection Wizard.
  98. ; ---------------------------------------------------------------------------------------------
  99. [DeleteICWDir]
  100. %49300%
  101.  
  102. [DeleteICW]
  103. icwconn1.exe
  104. icwconn2.exe
  105. inetwiz.exe
  106. isignup.exe
  107. icwdl.dll
  108. icwx25a.dun
  109. icwx25b.dun
  110. icwx25c.dun
  111. icwip.dun
  112. phone.icw
  113. state.icw
  114. msicw.isp
  115. msn.isp
  116.  
  117. ;==============================================================================================
  118. ; These are the Source sections which tell the setup engine where the appropriate files are.
  119. ;==============================================================================================
  120. [SourceDisksNames]
  121. 55="%ICWNAME%",icwNT.cab,0
  122.  
  123. [SourceDisksFiles]
  124. icfgNT.dll=55
  125. inetcfg.dll=55
  126. isign32.dll=55
  127. icwdial.dll=55
  128. icwphbk.dll=55
  129. iedkcs32.dll=55
  130. icwconn1.exe=55
  131. icwconn2.exe=55
  132. inetwiz.exe=55
  133. isignup.exe=55
  134. icwdl.dll=55
  135. icwx25a.dun=55
  136. icwx25b.dun=55
  137. icwx25c.dun=55
  138. icwip.dun=55
  139. phone.icw=55
  140. state.icw=55
  141. msicw.isp=55
  142. msn.isp=55
  143. icwNT.INF=55
  144. connect.hlp=55
  145. connect.cnt=55
  146.  
  147. ;==============================================================================================
  148. ; This creates the Start Menu links.
  149. ;==============================================================================================
  150. [UPD.Links]
  151. setup.ini, progman.groups,,""ICW11=""%PGMGRP%""
  152. ; ICW item
  153. setup.ini, ICW11,,"""%PGMITEM_ICW%"",""""""%49200%\ICWCONN1.EXE"""""""
  154.  
  155. ; Delete obsolete start menu items
  156. setup.ini, progman.groups,,""ICW10=""%PGMDEL%""
  157. ; INETWIZ menu item
  158. setup.ini, ICW10,,""%ITEMDEL_INETWIZ%"",,,
  159. ; old ICW menu item
  160. setup.ini, ICW10,,""%ITEMDEL_GETON%"",,,
  161.  
  162. ;==============================================================================================
  163. ; These are the Registry ADD sections.
  164. ;==============================================================================================
  165. [ICW.RegEntries]
  166. ; ---------------------------------------------------------------------------------------------
  167. ; File associations
  168. HKCR,.ins,,0,x-internet-signup
  169. HKCR,.ins,"Content Type",0,application/x-internet-signup
  170. HKCR,.isp,,0,x-internet-signup
  171. HKCR,.isp,"Content Type",0,application/x-internet-signup
  172. ; ---------------------------------------------------------------------------------------------
  173. ; MIME execution options
  174. HKCR,x-internet-signup,,0,"Internet Communication Settings"
  175. HKCR,x-internet-signup,EditFlags,1,00,00,00,00
  176. HKCR,x-internet-signup\Shell,,0,""
  177. HKCR,x-internet-signup\Shell\Open,EditFlags,1,01,00,00,00
  178. HKCR,x-internet-signup\Shell\Open\command,,0,""""%49201%\ISIGNUP.EXE""" %%1"
  179. HKCR,x-internet-signup\DefaultIcon,,0,"%49201%\ICWCONN1.EXE,0"
  180. ; ---------------------------------------------------------------------------------------------
  181. ; MIME database extensions
  182. HKCR,"MIME\Database\Content Type\application/x-internet-signup",Extension,0,.ins
  183. ; ---------------------------------------------------------------------------------------------
  184. ;    Software Version
  185. HKLM,"%KEY_ICW%",Version,,"%Version%"
  186. HKLM,"%KEY_ICW%",InstallationDirectory,,"%49201%"
  187. ; ---------------------------------------------------------------------------------------------
  188. ; App Paths
  189. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\ICWCONN1.EXE",,,"%49201%\ICWCONN1.EXE"
  190. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\ICWCONN1.EXE","Path",,"%49201%;"
  191. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\ICWCONN2.EXE",,,"%49201%\ICWCONN2.EXE"
  192. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\ICWCONN2.EXE","Path",,"%49201%;"
  193. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\ISIGNUP.EXE",,,"%49201%\ISIGNUP.EXE"
  194. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\ISIGNUP.EXE","Path",,"%49201%;"
  195. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\INETWIZ.EXE",,,"%49201%\INETWIZ.EXE"
  196. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\INETWIZ.EXE","Path",,"%49201%;"
  197. ; ---------------------------------------------------------------------------------------------
  198. ; Default Product Code
  199. HKLM,"Software\Microsoft\Internet Connection Wizard","Default Product Code",,"IE4Beta"
  200.  
  201. [Strings]
  202. ;==============================================================================================
  203. ; Important - Be sure to place any localizable strings
  204. ; below the "Localization Border" Comment
  205. ;==============================================================================================
  206. KEY_ICW = "SOFTWARE\Microsoft\Internet Connection Wizard"
  207. KEY_OLD_ICW = "SOFTWARE\Microsoft\ICW"
  208. KEY_IEDIR = "SOFTWARE\Microsoft\IE4\Setup"
  209. KEY_PROGRAM_FILES = "SOFTWARE\Microsoft\Windows\CurrentVersion"
  210.  
  211. VALUE_ICW_INSTALL = "InstallationDirectory"
  212. Version = "1.10"
  213. ICWNAME = "Connessione guidata Internet"
  214.  
  215. ;==============================================================================================
  216. ; Localization Border
  217. ;
  218. ; No Strings above this line should be localized
  219. ; All strings below this line should be localized
  220. ;==============================================================================================
  221. ProgramFiles = "Programmi"
  222. IEDIR = "Internet Explorer"
  223. OLD_ICWDIR = "ICW-Internet Connection Wizard"
  224. ICWDIR = "Connection Wizard"
  225.  
  226. ProgramFiles_SFN = "Progra~1"    ; first 6 chars of Program Files, + "~1"
  227. IEDIR_SFN = "Intern~1"
  228. OLD_ICWDIR_SFN = "ICW-In~1"
  229. ICWDIR_SFN = "Connec~1"
  230.  
  231. ProgramFiles_SFN_OEM = "Progra~1"    ; first 6 chars of Program Files, + "~1" - in OEM codepage (not ANSI)
  232. IEDIR_SFN_OEM = "Intern~1"
  233. OLD_ICWDIR_SFN_OEM = "ICW-In~1"    ; uses OEM codepage (not ANSI)
  234. ICWDIR_SFN_OEM = "Connec~1"    ; uses OEM codepage (not ANSI)
  235.  
  236. ;Program Folder and item names
  237. PGMGRP = "Programmi Internet Explorer"
  238. PGMITEM_ICW = "Connessione guidata"
  239. PGMDEL = "Accessori\Accesso a Internet"
  240. ITEMDEL_INETWIZ = "Installazione guidata Internet"
  241. ITEMDEL_GETON = "Connessione guidata Internet"
  242.  
  243. ;Prompt for Destination
  244. INSTALL_DIR_PROMPT = "Immettere la directory in cui verrα installata la Connessione guidata Internet"
  245.  
  246. ;Error Messages
  247. ERROR_ENGINE_NOTFOUND = "Impossibile trovare il programma di installazione necessario. Interruzione in corso..."
  248. ERROR_WRONG_ADVPACK_VERSION = "╚ necessaria una versione pi∙ recente di Advpack.dll"
  249. IE_REQUIRED = "╚ necessario Internet Explorer 4.0 per eseguire il prodotto."
  250.  
  251.