home *** CD-ROM | disk | FTP | other *** search
- ; Localized 03/17/1998 02:53 AM (GMT) 7:3.0.517 A wpwin98.inf
- ;
- ; INF for WebPost IE4 installation
- ;
- ; Copyright (c) 1997 Microsoft Corporation
- ;
- ; Notes:
- ;
- ; "webpost" sections are normal current-version components
- ; "obsolete" sections are previous-version components we no longer need, so
- ; we delete them on install
- ; "old" sections are previous-version components which are still usable, so
- ; we don't install them but they are removed on uninstall
- ; "uninstall" sections are normal current-version components we don't install
- ; directly but we do want to remove on uninstall
- ;
-
- [version]
- Signature = "$CHICAGO$"
- SetupClass = BASE
- LayoutFile = layout.inf, layout1.inf, layout2.inf
-
- [BaseWinOptions]
- Register_WEBPOST
-
- ; entry-point for right-click, Install
- [DefaultInstall]
- AddReg = Register_WEBPOST.AddReg
- CopyFiles = Register_WEBPOST.CopyInf
-
- ; register the optional component(s) and copy this inf to the inf directory
- [Register_WEBPOST]
- AddReg = Register_WEBPOST.AddReg
- CopyFiles = Register_WEBPOST.CopyInf
-
- [Register_WEBPOST.CopyInf]
- wpwin98.inf
-
- [Register_WEBPOST.AddReg]
- ; set up the optional component in the registry - initialize to uninstalled
- HKLM,%KEY_OPTIONAL%,%WEBPOST_section%,,%WEBPOST_section%
- HKLM,%KEY_OPTIONAL%\%WEBPOST_section%,INF,,"wpwin98.inf"
- HKLM,%KEY_OPTIONAL%\%WEBPOST_section%,Section,,%WEBPOST_section%
- HKLM,%KEY_OPTIONAL%\%WEBPOST_section%,Installed,,"0"
-
- [Optional Components]
- WebPost ; this must match the WEBPOST_section variable
-
- ; Install instructions
- [WebPost]
- OptionDesc = %WEBPOST_DESC%
- Tip = %WEBPOST_TIP%
- Parent = InternetTop ; under Internet Tools
- InstallType = 0 ; Manual only
- IconIndex = 96
- CopyFiles = webpost.sys.files, webpost.hlp.files, webpost.main.files
- DelFiles = obsolete.sys.files, obsolete.wp.files
- AddReg = webpost.hkcu.reg, webpost.register.ocxs, webpost.sfn.rename, webpost.oc.installed
- DelReg = obsolete.wp.reg
- UpdateInis = webpost.ini.shortcuts
- PerUserInstall = webpost.stub.add
- Uninstall = WEBPOST_remove
-
- [webpost.oc.installed]
- HKLM,%KEY_OPTIONAL%\%WEBPOST_section%,Installed,,"1"
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\WebPost"
-
- [webpost.oc.notinstalled]
- HKLM,%KEY_OPTIONAL%\%WEBPOST_section%,Installed,,"0"
-
- ; File groups
- [DestinationDirs]
- webpost.sys.files = 11 ; LDID_SYS
- obsolete.sys.files = 11 ; LDID_SYS
- old.wp.files = 11 ; LDID_SYS
- Register_WEBPOST.CopyInf = 17 ; LDID_INF
- webpost.hlp.files = 18 ; LDID_HELP
- uninstall.hlp.files = 18 ; LDID_HELP
- webpost.main.files = 28700,%WP_DIR_SFN% ; LDID_WP_DIR
- obsolete.wp.files = 28700,%WP_DIR_SFN% ; LDID_WP_DIR
-
- [webpost.sys.files]
- WEBPOST.DLL,,,32
- WPWIZDLL.DLL,,,32
- PIPARSE.DLL,,,32
- POSTWPP.DLL,,,32
- CRSWPP.DLL,,,32
- FTPWPP.DLL,,,32
- FPWPP.DLL,,,32
-
- [obsolete.sys.files] ; 1.1 files to be deleted on install
- POSTCAB.EXE
- DEFWPP.DLL
- AOLPOST.DLL
- AOLPPOST.DLL
- AOLSHIM.EXE
- AOLTCP16.DLL
- CSWPP.DLL
- CSWPPDLL.TXT
- CISWPP.DLL
- GAUGE.DLL
- GNNPOST.DLL
- SNWPP.DLL
-
- [webpost.hlp.files]
- WPWIZ.CNT,,,32
- WPWIZ.HLP,,,32
- FLUPL.HLP,,,32
-
- [webpost.main.files]
- WPWIZ.EXE,,,32
- FLUPL.OCX,,,32
-
- [obsolete.wp.files] ; obsolete 1.1 files to be deleted on install
- README.TXT
- WEBPOST.TLB,,,32
-
- [webpost.register.ocxs]
- HKLM,"%KEY_RUNONCE%","WEBPOST.DLL.reg",0,"%11%\regsvr32.exe /s %11%\WEBPOST.DLL"
- HKLM,"%KEY_RUNONCE%","WPWIZDLL.DLL.reg",0,"%11%\regsvr32.exe /s %11%\WPWIZDLL.DLL"
- HKLM,"%KEY_RUNONCE%","POSTWPP.DLL.reg",0,"%11%\regsvr32.exe /s %11%\POSTWPP.DLL"
- HKLM,"%KEY_RUNONCE%","CRSWPP.DLL.reg",0,"%11%\regsvr32.exe /s %11%\CRSWPP.DLL"
- HKLM,"%KEY_RUNONCE%","FTPWPP.DLL.reg",0,"%11%\regsvr32.exe /s %11%\FTPWPP.DLL"
- HKLM,"%KEY_RUNONCE%","FPWPP.DLL.reg",0,"%11%\regsvr32.exe /s %11%\FPWPP.DLL"
- HKLM,"%KEY_RUNONCE%","FLUPL.OCX.reg",0,"%11%\regsvr32.exe /s %28702%\%WP_DIR_SFN%\FLUPL.OCX"
-
- [webpost.sfn.rename]
- ; Entries to rename SFN dir to LFN
- HKLM,%KEY_RENAME%\WebPost_Dir,,,"%28702%"
- HKLM,%KEY_RENAME%\WebPost_Dir,%WP_DIR_SFN%,,!$!$!$!$.WP
- HKLM,%KEY_RENAME%\WebPost_Dir,!$!$!$!$.WP,,"%WP_DIR_LFN%,1"
-
- [uninstall.hlp.files]
- WPWIZ.ANN,,,32
- WPWIZ.FTS,,,32
- WPWIZ.GID,,,32
-
- ; Registry entry groups
- [obsolete.wp.reg] ; removed on install
- HKLM,"System\CurrentControlSet\Control\WebPost"
- HKLM,"System\CurrentControlSet\Services\WebPost\Providers\{3151E2E0-6C4F-11CF-86B1-00AA0060F86C}"
- HKLM,"System\CurrentControlSet\Services\WebPost\Providers\{154BC563-A27E-11CF-85F4-0020AFC51AF7}" ; AOL
- HKLM,"System\CurrentControlSet\Services\WebPost\Providers\{154BC565-A27E-11CF-85F4-0020AFC51AF7}" ; GNN
- HKLM,"System\CurrentControlSet\Services\WebPost\Providers\{154BC567-A27E-11CF-85F4-0020AFC51AF7}" ; PrimeHost
- HKLM,"System\CurrentControlSet\Services\WebPost\Providers\{ed9f3220-a1cb-11cf-a38d-00a0244c6448}" ; CompuServe
- HKLM,"System\CurrentControlSet\Services\WebPost\Providers\{ed9f3221-a1cb-11cf-a38d-00a0244c6448}" ; SpryNet
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Flupl"
- ; now part of Add/Remove Programs, Windows Setup
- ; a-stbro: 02/04/98: Commented out the following line. We need to still
- ; put at least the WebPost Uninstall key in the registry so FrontPage thinks
- ; WebPost is installed. On the other hand the values under the WebPost key
- ; need to be removed so I've added them here.
- ;HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\WebPost"
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\WebPost","DisplayName"
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\WebPost","QuietUninstallString"
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\WebPost","RequiresIESysFile"
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\WebPost","UninstallString"
-
- [webpost.hkcu.reg]
- HKCU,"Software\Microsoft\WebPost\Logging","LoggingDir",,%28701%\%WP_DIR_SFN%
- HKCU,"Software\Microsoft\WebPost\Logging","WizardLogging",,"No"
- HKCU,"Software\Microsoft\WebPost\Logging","WebPostLogging",,"No"
-
- ; Shortcut groups
- [webpost.ini.shortcuts]
- setup.ini, progman.groups,,"WPFolder="%PGMGRP%""
- setup.ini, WPFolder,,"""%PGMITEM_WP%"",""""""%28700%\%WP_DIR_SFN%\WPWIZ.EXE"""""""
- setup.ini, progman.groups,,"SendTo=""..\..\%SENDTO_DESC%"""
- setup.ini, SendTo,,"""%PGMITEM_WP%"",""""""%28700%\%WP_DIR_SFN%\WPWIZ.EXE"""""""
-
-
- ; Per-user stub stuff (to propagate installation to other user profiles)
- [PerUserStub]
- UpdateInis = webpost.ini.shortcuts
- AddReg = webpost.hkcu.reg
-
- [webpost.stub.add]
- DisplayName=%UNINSTALL_NAME%
- ComponentID=WebPost
- GUID={44BBA851-CC51-11CF-AAFA-00AA00B6015C}
- Version=5,0,0,7461
- Locale=%LOCALE%
- IsInstalled=1
- StubPath=rundll32.exe advpack.dll,LaunchINFSection %17%\wpwin98.inf,PerUserStub
-
- [PerUserRemove]
- UpdateInis = uninstall.ini.shortcuts
- DelReg = uninstall.hkcu.reg
-
- [webpost.stub.remove]
- DisplayName=%UNINSTALL_NAME%
- ComponentID=WebPost
- GUID={44BBA851-CC51-11CF-AAFA-00AA00B6015C}
- Version=5,0,0,7461
- Locale=EN
- IsInstalled=0
- StubPath=rundll32.exe advpack.dll,LaunchINFSection %17%\wpwin98.inf,PerUserRemove
-
- ; Uninstallation instructions
- [WebPost_remove]
- AddReg = webpost.oc.notinstalled
- DelReg = uninstall.hkcu.reg, uninstall.hklm.reg
- DelFiles = webpost.sys.files, webpost.hlp.files, uninstall.hlp.files, webpost.main.files
- UpdateInis = uninstall.ini.shortcuts
- PerUserInstall = webpost.stub.remove
-
- [uninstall.hkcu.reg]
- HKCU,"Software\Microsoft\WebPost"
-
- [uninstall.hklm.reg]
- ; a-stbro: 02/04/98: Added the following reg key to be removed on uninstall
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\WebPost"
- HKLM,"Software\Microsoft\Active Setup\Installed Components\{44BBA851-CC51-11CF-AAFA-00AA00B6015C}"
- HKLM,"System\CurrentControlSet\Services\WebPost"
- HKCR,"Interface\{96E31633-59F3-11D0-AD1F-00AA00A219AA}"
- HKCR,"Interface\{EDD8BBC0-9240-11CF-9ED3-00AA004C120C}"
- HKCR,"TypeLib\{02B5E1D0-8B7C-11D0-AD45-00AA00A219AA}"
- HKCR,"TypeLib\{336C8C70-A62B-11D0-AD5F-00AA00A219AA}"
- HKCR,"TypeLib\{96E31631-59F3-11D0-AD1F-00AA00A219AA}"
- HKCR,"TypeLib\{9E8DC112-8393-11D0-871B-00A0C911C862}"
- HKCR,"TypeLib\{CB1D530F-30F6-11D0-AD03-00AA00A219AA}"
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\WebPost"
-
- [uninstall.ini.shortcuts]
- setup.ini, progman.groups,,"WPFolder="%PGMGRP%""
- setup.ini, WPFolder,,"""%PGMITEM_WP%"""
- setup.ini, progman.groups,,"SendTo=""..\..\%SENDTO_DESC%"""
- setup.ini, SendTo,,"""%PGMITEM_WP%"""
-
- ; Strings
- [Strings]
- ; Don't localize these
- KEY_OPTIONAL = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
- KEY_RUNONCE = "SOFTWARE\Microsoft\Windows\CurrentVersion\Runonce"
- KEY_RENAME = "Software\Microsoft\Windows\CurrentVersion\RenameFiles"
- WEBPOST_section = "WebPost"
-
- ; Do localize these
- WEBPOST_DESC = "Web ╖ó▓╝╧≥╡╝"
- WEBPOST_TIP = "╠ß╣⌐╖■╬±┐╔╩╣─┌╚▌╟ß╦╔╔╧╘╪╓┴ web ╖■╬±╞≈íú"
- WP_DIR_LFN = "Web Publish"
- WP_DIR_SFN = "WebPub~1"
- WP_DISK = "Web ╖ó▓╝╧≥╡╝┤┼┼╠"
- PGMGRP = "Internet Explorer"
- PGMITEM_WP = "Web ╖ó▓╝╧≥╡╝"
- UNINSTALL_NAME = "Microsoft Web ╖ó▓╝╧≥╡╝ 1.53"
- SENDTO_DESC = "SendTo"
- LOCALE = "CN"
-