home *** CD-ROM | disk | FTP | other *** search
/ Magazyn WWW 1999 April / cd24-www.iso / prog / w32 / msie40pl / ie40pl / wpie4x86.cab / wpie4x86.inf < prev    next >
INI File  |  1997-09-14  |  7KB  |  271 lines

  1. ; Localized    10/25/1997 02:34  (GMT)    7:3.0.406 A    WPIE4X86.INF
  2. ;                                                    
  3. ;    INF for WebPost 1.5 IE (core) installation
  4. ;
  5. ;    Copyright (c) 1997 Microsoft Corporation
  6. ;
  7. ;    Notes:
  8. ;
  9. ;    "webpost" sections are normal current-version components
  10. ;    "obsolete" sections are previous-version components we no longer need, so we delete them on install
  11. ;    "old" sections are previous-version components which are still usable, so we don't install them but they are removed on uninstall
  12. ;    "uninstall" sections are normal current-version components we don't install directly but we do want to remove on uninstall
  13. ;
  14.  
  15.  
  16. [version]
  17. signature                = "$CHICAGO$"
  18. AdvancedINF                = 2.5, "%ERROR_WRONG_ADVPACK_VERSION%"
  19.  
  20.  
  21. ;    Install instructions
  22.  
  23.  
  24. [DefaultInstall]
  25. ;SetupEngine            = SETUPAPI.DLL,"%ERROR_ENGINE_NOTFOUND%"
  26. CustomDestination        = CustWPDestDir
  27. CopyFiles                = webpost.sys.files,webpost.inf.files,webpost.hlp.files,webpost.main.files
  28. DelFiles                = obsolete.sys.files,obsolete.wp.files
  29. RegisterOCXs            = self.registering.dlls
  30. AddReg                    = webpost.hkcu.reg,webpost.hklm.reg
  31. DelReg                    = obsolete.wp.reg
  32. UpdateInis                = webpost.ini.shortcuts
  33. PerUserInstall            = webpost.stub.add
  34.  
  35.  
  36. ;    Custom installation sections
  37. ;    (in this case responsible for determining location of "Program Files" dir)
  38.  
  39.  
  40. [CustWPDestDir]
  41. ; OEM SFN,ANSI LFN,ANSI SFN,OEM LFN
  42. 49000,49001,49002,49003 = ProgFilesDir,5
  43. 49100,49101,49102,49103 = WPFilesDir,5
  44.  
  45. [ProgFilesDir]
  46. HKLM,'Software\Microsoft\Windows\CurrentVersion','ProgramFilesDir',,"%24%"
  47.  
  48. [WPFilesDir]
  49. ,,,,"%49001%\%WP_DIR%"
  50.  
  51.  
  52. ;    File groups
  53.  
  54.  
  55. [DestinationDirs]
  56. webpost.sys.files        = 11 ; LDID_SYS
  57. obsolete.sys.files        = 11 ; LDID_SYS
  58. old.wp.files            = 11 ; LDID_SYS
  59. webpost.inf.files         = 17 ; LDID_INF
  60. webpost.hlp.files         = 18 ; LDID_HELP
  61. uninstall.hlp.files        = 18 ; LDID_HELP
  62. webpost.main.files        = 49100 ; LDID_WP_DIR
  63. obsolete.wp.files        = 49100 ; LDID_WP_DIR
  64.  
  65. [webpost.sys.files]
  66. WEBPOST.DLL,,,32
  67. WPWIZDLL.DLL,,,32
  68. PIPARSE.DLL,,,32
  69. POSTWPP.DLL,,,32
  70. CRSWPP.DLL,,,32
  71. FTPWPP.DLL,,,32
  72. FPWPP.DLL,,,32
  73.  
  74. [obsolete.sys.files]        ; obsolete 1.1 files to be deleted on install
  75. POSTCAB.EXE
  76. DEFWPP.DLL
  77.  
  78. [old.wp.files]                ; not installed by this CAB but removed on uninstall
  79. AOLPOST.DLL
  80. AOLPPOST.DLL
  81. AOLSHIM.EXE
  82. AOLTCP16.DLL
  83. CSWPP.DLL
  84. CSWPPDLL.TXT
  85. CISWPP.DLL
  86. GAUGE.DLL
  87. GNNPOST.DLL
  88. SNWPP.DLL
  89.  
  90. [webpost.inf.files]
  91. WPIE4X86.INF,,,32
  92.  
  93. [webpost.hlp.files]
  94. WPWIZ.CNT,,,32
  95. WPWIZ.HLP,,,32
  96.  
  97. [webpost.main.files]
  98. WPWIZ.EXE,,,32
  99. FLUPL.OCX,,,32
  100.  
  101. [obsolete.wp.files]            ; obsolete 1.1 files to be deleted on install
  102. WEBPOST.TLB,,,32
  103.  
  104. [self.registering.dlls]        ; all DLLs in this section have their DllRegisterServer EPs called
  105. %11%\WEBPOST.DLL
  106. %11%\WPWIZDLL.DLL
  107. %11%\POSTWPP.DLL
  108. %11%\CRSWPP.DLL
  109. %11%\FTPWPP.DLL
  110. %11%\FPWPP.DLL
  111. %49100%\FLUPL.OCX
  112.  
  113. [uninstall.hlp.files]
  114. WPWIZ.ANN,,,32
  115. WPWIZ.FTS,,,32
  116. WPWIZ.GID,,,32
  117.  
  118. ;    File locations
  119.  
  120.  
  121. [SourceDisksFiles]
  122. WEBPOST.DLL                = 55
  123. WPWIZDLL.DLL            = 55
  124. PIPARSE.DLL                = 55
  125. FTPWPP.DLL                = 55
  126. FPWPP.DLL                = 55
  127. POSTWPP.DLL                = 55
  128. CRSWPP.DLL                = 55
  129. WPWIZ.EXE                = 55
  130. WPIE4X86.INF             = 55
  131. WPWIZ.HLP                = 55
  132. WPWIZ.CNT                = 55
  133. WPWIZ.ANN                = 55
  134. WPWIZ.FTS                = 55
  135. WPWIZ.GID                = 55
  136. AOLPOST.DLL                = 55
  137. AOLPPOST.DLL              = 55
  138. AOLSHIM.EXE                = 55
  139. AOLTCP16.DLL              = 55
  140. CSWPP.DLL                = 55
  141. CSWPPDLL.TXT              = 55
  142. CISWPP.DLL                = 55
  143. GAUGE.DLL                = 55
  144. GNNPOST.DLL                = 55
  145. SNWPP.DLL                = 55
  146. FLUPL.OCX                = 55
  147.  
  148.  
  149. [SourceDisksNames]
  150. 55                        = %WP_DISK%,wpie4x86.cab, 0
  151.  
  152.  
  153. ;    Registry entry groups
  154.  
  155.  
  156. [obsolete.wp.reg]        ; removed on install
  157. HKLM,"System\CurrentControlSet\Control\WebPost"
  158. HKLM,"System\CurrentControlSet\Services\WebPost\Providers\{3151E2E0-6C4F-11CF-86B1-00AA0060F86C}"
  159.  
  160. [webpost.hkcu.reg]
  161. HKCU,"Software\Microsoft\WebPost\Logging","LoggingDir",,%49101%
  162. HKCU,"Software\Microsoft\WebPost\Logging","WizardLogging",,"No"
  163. HKCU,"Software\Microsoft\WebPost\Logging","WebPostLogging",,"No"
  164.  
  165. [webpost.hklm.reg]
  166. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\WebPost","DisplayName",,%UNINSTALL_NAME%
  167. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\WebPost","QuietUninstallString",,"RunDll32 ADVPACK.DLL,LaunchINFSection %17%\wpie4x86.inf,WebPostUninstall,5"
  168. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\WebPost","RequiresIESysFile",,"4.70.0.1155"
  169. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\WebPost","UninstallString",,"RunDll32 ADVPACK.DLL,LaunchINFSection %17%\wpie4x86.inf,WebPostUninstall"
  170.    
  171.  
  172. ;    Shortcut groups
  173.  
  174.  
  175. [webpost.ini.shortcuts]
  176. setup.ini, progman.groups,,"WPFolder="%PGMGRP%""
  177. setup.ini, WPFolder,,"""%PGMITEM_WP%"",""""""%49100%\WPWIZ.EXE"""""""
  178. setup.ini, progman.groups,,"SendTo=""..\..\%SENDTO_DESC%"""
  179. setup.ini, SendTo,,"""%PGMITEM_WP%"",""""""%49100%\WPWIZ.EXE"""""""
  180.  
  181.  
  182. ;    Per-user stub stuff (to propagate installation to other user profiles)
  183.  
  184.  
  185. [PerUserStub]
  186. UpdateInis                = webpost.ini.shortcuts
  187. AddReg                    = webpost.hkcu.reg
  188. CustomDestination        = CustWPDestDir
  189.  
  190. [webpost.stub.add]
  191. DisplayName=%UNINSTALL_NAME%
  192. ComponentID=WebPost
  193. GUID={44BBA851-CC51-11CF-AAFA-00AA00B6015C}
  194. Version=5,0,0,7461
  195. Locale=EN
  196. IsInstalled=1
  197. StubPath=rundll32.exe advpack.dll,LaunchINFSection %17%\wpie4x86.inf,PerUserStub
  198.  
  199. [PerUserRemove]
  200. UpdateInis                = uninstall.ini.shortcuts
  201. DelReg                    = uninstall.hkcu.reg
  202. CustomDestination        = CustWPDestDir
  203.  
  204. [webpost.stub.remove]
  205. DisplayName=%UNINSTALL_NAME%
  206. ComponentID=WebPost
  207. GUID={44BBA851-CC51-11CF-AAFA-00AA00B6015C}
  208. Version=5,0,0,7461
  209. Locale=EN
  210. IsInstalled=0
  211. StubPath=rundll32.exe advpack.dll,LaunchINFSection %17%\wpie4x86.inf,PerUserRemove
  212.  
  213.  
  214. ;    Uninstallation instructions
  215.  
  216.  
  217. [WebPostUninstall]
  218. BeginPrompt                = UninstallPrompt
  219. CustomDestination        = CustWPDestDir
  220. DelReg                    = uninstall.hkcu.reg,uninstall.hklm.reg
  221. DelFiles                = webpost.sys.files,webpost.hlp.files,uninstall.hlp.files,webpost.main.files,old.wp.files,webpost.inf.files
  222. UpdateInis                = uninstall.ini.shortcuts
  223. DelDirs                    = DelWPDestDir
  224. UnRegisterOCXs            = self.registering.dlls
  225. PerUserInstall            = webpost.stub.remove
  226.  
  227. [UninstallPrompt]
  228. Prompt                    = "%UNINSTALL_PROMPT%"
  229. ButtonType                = YESNO
  230. Title                    = "%PGMITEM_WP%"
  231.  
  232. [DelWPDestDir]
  233. %49101%
  234.  
  235. [uninstall.hkcu.reg]
  236. HKCU,"Software\Microsoft\WebPost"
  237.  
  238. [uninstall.hklm.reg]
  239. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\WebPost"
  240. HKLM,"Software\Microsoft\Active Setup\Installed Components\{44BBA851-CC51-11CF-AAFA-00AA00B6015C}"
  241. HKLM,"System\CurrentControlSet\Services\WebPost"
  242.  
  243. [uninstall.ini.shortcuts]
  244. setup.ini, progman.groups,,"WPFolder="%PGMGRP%""
  245. setup.ini, WPFolder,,"""%PGMITEM_WP%"""
  246. setup.ini, progman.groups,,"SendTo=""..\..\%SENDTO_DESC%"""
  247. setup.ini, SendTo,,"""%PGMITEM_WP%"""
  248.  
  249.  
  250. ;    Strings
  251.  
  252.  
  253. [strings]
  254.  
  255. ; Don't localize these
  256.  
  257.  
  258. ; Do localize these
  259.  
  260. ERROR_WRONG_ADVPACK_VERSION = "Wymagana jest nowsza wersja biblioteki ADVPACK.DLL"
  261. ERROR_ENGINE_NOTFOUND = "Nie mo┐na odnaleƒµ wymaganego aparatu instalacji. Przerywanie..."
  262.  
  263. WP_DIR = "Publikacje sieci Web"
  264. WP_DISK = "Dysk Kreatora publikacji w sieci Web"
  265. PGMGRP = "Internet Explorer"
  266. PGMITEM_WP = "Kreator publikacji w sieci Web"
  267. UNINSTALL_NAME = "Microsoft - Kreator publikacji w sieci Web 1.51"
  268. SENDTO_DESC = "SendTo"
  269. UNINSTALL_PROMPT = "Spowoduje to usuniΩcie Kreatora publikacji w sieci Web z tego komputera. Czy chcesz kontynuowaµ?"
  270.  
  271.