home *** CD-ROM | disk | FTP | other *** search
- ; FPXPRS16.INF
- ;
- ; Installation file for the Microsoft FrontPage Express as a Windows optional component.
- ;
- ; Copyright 1997, Microsoft Corporation
-
- [Version]
- Signature=$CHICAGO$
- AdvancedINF=2.5
- SetupClass=BASE
- LayoutFile=layout.inf, layout1.inf
- RequiredEngine=Setupapi,"Couldn't find Setupapi.dll"
-
- ; Executed even if FrontPage Express isn't installed.
- [BaseWinOptions]
- Register_FPXpress
-
- ; Describe how to install of FrontPage Express.
- [Register_FPXpress]
- AddReg=Register_FPXpress.AddReg
- CopyFiles=Register_FPXpress.Copy
-
- ;Place us on the Windows Setup tab of the Add/Remove Programs control panel.
- [Register_FPXpress.AddReg]
- HKLM,%KEY_OPTIONAL%,"FrontPageExpress",,"FrontPageExpress"
- HKLM,%KEY_OPTIONAL%\FrontPageExpress,INF,,fpxprs16.inf
- HKLM,%KEY_OPTIONAL%\FrontPageExpress,Section,,"FrontPageExpress"
- HKLM,%KEY_OPTIONAL%\FrontPageExpress,Installed,,"0"
-
- [Register_FPXpress.Copy]
- fpxprs16.inf
-
- [Optional Components]
- FrontPageExpress
-
- ; Here's the section which performs the install of the FrontPage Express option.
- [FrontPageExpress]
- ; FrontPage Express second level option
- OptionDesc = %FPXpressDesc%
- Tip = %FPXpress_TIP%
- Parent = InternetTop
- InstallType = 14 ; 1 = compact, 2 = typical, 4 = portable, 8 = custom
- IconIndex = 69 ; FrontPage Express' Icon
- Uninstall = FPXpress_Uninstall
- Copyfiles=FPEBinCopy, FPESysCopy, FPENormalCopy, FPEConfirmCopy, FPEHomeCopy, FPESurveyCopy, FPEFormCopy, FPETempCopy
- AddReg = WinOptionInstallKeys, ActiveSetupKeys, GeneralRegKeys, GeneralRegKeys.User
- UpdateInis = FPEIni, FPEAddLink
- PerUserInstall=FPXpress.Stub.Add
-
- [DefaultInstall]
- Copyfiles=FPEBinCopy, FPESysCopy, FPENormalCopy, FPEConfirmCopy, FPEHomeCopy, FPESurveyCopy, FPEFormCopy, FPETempCopy
- AddReg = WinOptionInstallKeys, ActiveSetupKeys, GeneralRegKeys ,GeneralRegKeys.User
- UpdateInis = FPEIni, FPEAddLink
- PerUserInstall=FPXpress.Stub.Add
-
- [FPXpress_Uninstall]
- DelFiles = FPEBinCopy, FPENormalCopy, FPEConfirmCopy, FPEHomeCopy, FPESurveyCopy, FPEFormCopy, FPETempCopy
- DelReg = ActiveSetupKeys, GeneralRegKeys, GeneralRegKeys.User
- AddReg = WinOptionUninstallKeys ; Mark us as uninstalled.
- ;AddReg = DebugRegKeys ; DEBUG!
- UpdateInis = FPERemoveLink
- PerUserInstall=FPXpress.Stub.Remove
-
- ; The following sections implement the user profile install/uninstall.
-
- [PerUserStub]
- RunPostSetupCommands=RunPostSetupCommandsSection
- UpdateInis = FPEIni,FPEAddLink
- AddReg = GeneralRegKeys.User
-
- [PerUserRemove]
- RunPreSetupCommands=RunPreUserRemCommandsSection
- UpdateInis = FPERemoveLink
- DelReg = GeneralRegKeys.User
-
- [FPXpress.Stub.Add]
- ComponentName=%ComponentID% ; Intentionally not localized.
- DisplayName=%FPXpressDesc%
- GUID={E4066320-E4AE-11CF-B1B0-00AA00BBAD66}
- Version=%VersionNumber%
- Locale=%LocaleID%
- IsInstalled=1
- StubPath="rundll32.exe advpack.dll,LaunchINFSection %17%\fpxprs16.inf,PerUserStub"
-
- [FPXpress.Stub.Remove]
- ComponentName=%ComponentID% ; Intentionally not localized.
- DisplayName=%FPXpressDesc%
- GUID={E4066320-E4AE-11CF-B1B0-00AA00BBAD66}
- Version=%VersionNumber%
- Locale=%LocaleID%
- IsInstalled=0
- StubPath="rundll32.exe advpack.dll,LaunchINFSection %17%\fpxprs16.inf,PerUserRemove"
-
- [RunPostSetupCommandsSection]
- "%11%\setdefed.exe" -i """%29200%\bin\fpxpress.exe %%1""" %ShellVerb%
-
- [RunPreUserRemCommandsSection]
- "%11%\setdefed.exe" -u
-
- ; The file copy sections.
-
- [FPEBinCopy]
- fp20ime.dll
- fpxpress.exe
- lead52n.dll
- fpxpress.chm
- fp20htp.dll
- fp20utl.dll
- fp20tl.dll
-
- [FPESysCopy]
- setdefed.exe
-
- [FPENormalCopy]
- normal.htm
- normal.inf
-
- [FPEConfirmCopy]
- confirm.htm
- confirm.inf
-
- [FPESurveyCopy]
- survey.htm
- survey.inf
-
- [FPEFormCopy]
- vtiform.exe
- vtiform.inf
-
- [FPEHomeCopy]
- vtihome.exe
- vtihome.inf
-
- ; Can't just make an empty directory, so copy an empty file into it.
- [FPETempCopy]
- empty.tmp
-
- [DestinationDirs]
- FPEBinCopy=29200,bin
- FPESysCopy=11
- FPENormalCopy=29200,pages\normal.tem
- FPEConfirmCopy=29200,pages\confirm.tem
- FPESurveyCopy=29200,pages\survey.tem
- FPEHomeCopy=29200,pages\vtihome.wiz
- FPEFormCopy=29200,pages\vtiform.wiz
- FPETempCopy=29200,temp
- Register_FPXpress.Copy=17
-
- [WinOptionInstallKeys]
- HKLM,%KEY_OPTIONAL%\FrontPageExpress,Installed,,"1"
- HKLM,%KEY_RUNONCE%,"%FPXpressDesc%",,"%11%\setdefed.exe -i ""%29200%\bin\fpxpress.exe %%1"" %ShellVerb%"
-
- [WinOptionUninstallKeys]
- HKLM,%KEY_OPTIONAL%\FrontPageExpress,Installed,,"0"
- HKLM,%KEY_RUNONCE%,"%FPXpressDesc%",,"%11%\setdefed.exe -u"
-
- [ActiveSetupKeys]
- HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%",,,"%FPXpressDesc%"
- HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","ComponentID",,"%ComponentID%"
- HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","IsInstalled",1,01,00,00,00
- HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Version",,"%VersionNumber%"
- HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Locale",,"%LocaleID%"
- HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%UninstallFolderName%",,,""
-
- [GeneralRegKeys]
- ; Let the shell know the path to our EXE and that we accept URLs.
- HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\FPXPRESS.EXE",,,"%29200%\bin\fpxpress.exe"
- HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\FPXPRESS.EXE","useURL",,"yes"
-
- ; Let HTML Help know where our help file is installed.
- HKLM,"SOFTWARE\Microsoft\Windows\HTML Help","fpxpress.chm",,"%29200%\bin"
-
- ; Remember where we were installed for uninstall.
- HKLM,SOFTWARE\Microsoft\FrontPageExpress,"InstallDir",,"%29200%"
-
- [GeneralRegKeys.User]
- ; Insert menu customizations for FrontPage Express.
- HKCU,"Software\Microsoft\FrontPageExpress\Init Commands",MenuItem1,,"2,1,1,%MenuLabel%,%ItemLabel1%,<!--webbot bot=HTMLMarkup alt='<B><I>%ItemHTML1%</I></B> ' startspan -->%THISDIRNAME%<!--webbot bot=HTMLMarkup endspan -->,%InsertBefore%,2,%ItemComment1%,"
- HKCU,"Software\Microsoft\FrontPageExpress\Init Commands",MenuItem2,,"2,1,1,%MenuLabel%,%ItemLabel2%,<!--webbot bot=HTMLMarkup u-src='file:///%29200%\Data\FoldData.gif' startspan --><object width="100%" height="85%" classid="clsid:1820FED0-473E-11D0-A96C-00C04FD705A2"></object><!--webbot bot=HTMLMarkup endspan -->,%InsertBefore%,2,%ItemComment2%,"
- HKCU,"Software\Microsoft\FrontPageExpress\Init Commands",MenuItem3,,"2,1,1,%MenuLabel%,-,,%InsertBefore%,,,"
-
- ; Insert menu customizations for the FrontPage Editor.
- HKCU,"Software\Microsoft\FrontPage\Editor\Init Commands",MenuItem1,,"2,1,1,%MenuLabel%,%ItemLabel1%,<!--webbot bot=HTMLMarkup alt='<B><I>%ItemHTML1%</I></B> ' startspan -->%THISDIRNAME%<!--webbot bot=HTMLMarkup endspan -->,%InsertBefore%,2,%ItemComment1%,"
- HKCU,"Software\Microsoft\FrontPage\Editor\Init Commands",MenuItem2,,"2,1,1,%MenuLabel%,%ItemLabel2%,<!--webbot bot=HTMLMarkup u-src='file:///%29200%\Data\FoldData.gif' startspan --><object width="100%" height="85%" classid="clsid:1820FED0-473E-11D0-A96C-00C04FD705A2"></object><!--webbot bot=HTMLMarkup endspan -->,%InsertBefore%,2,%ItemComment2%,"
- HKCU,"Software\Microsoft\FrontPage\Editor\Init Commands",MenuItem3,,"2,1,1,%MenuLabel%,-,,%InsertBefore%,,,"
-
- ;DEBUG!
- ;[DebugRegKeys]
- ;"HKLM","SOFTWARE\Microsoft\FrontPageExpress\Debug","InstallDir",,"FPEInstallDriveAndDir = %29200%"
-
- [FPEAddLink]
- setup.ini, progman.groups,, "group99="%ShortcutInternetSuite%"" ; creates folder (if not already there)
- setup.ini, group99,, """%FPXpressLink%"", """"""%29200%\bin\fpxpress.exe"""""""
-
- [FPEIni]
- fpxpress.ini, FrontPage Express 2.0,, "FrontPageExpressRoot=%29200%"
-
- [FPERemoveLink]
- setup.ini, progman.groups,, "group99="%ShortcutInternetSuite%""
- setup.ini, group99,, """%FPXpressLink%"""
-
- [Strings]
- ; Unlocalized Strings.
- KEY_OPTIONAL = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
- KEY_RUNONCE = "SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
-
- ; Active Setup Strings.
- GUID = "{E4066320-E4AE-11CF-B1B0-00AA00BBAD66}"
- ComponentID = "FrontPad"
- VersionNumber = "2,0,1,1120"
- UninstallFolderName = "FrontPageExpress"
-
- ; Strings to be localized.
- LocaleID = "EN"
- ShortcutInternetSuite = "Internet Explorer"
- DiskName = "Microsoft FrontPage Express Installation Disk"
-
- FPXpressLink = "FrontPage Express"
- FPXpressDesc = "Microsoft FrontPage Express"
- UserPrompt = "Where would you like to install the FrontPage Express files?"
- ShellVerb = "&Edit"
- BeginPrompt = "Remove Microsoft FrontPage Express from your system?"
- EndPrompt = "Microsoft FrontPage Express was successfully removed."
-
- ; Menu Item Labels to be localized:
- MenuLabel = "&Insert"
- InsertBefore = "&Image..."
- ItemLabel1 = "Web View Folde&r Title"
- ItemLabel2 = "Web View Folder &Contents"
-
- ; Menu Item Comments to be localized:
- ItemComment1 = "Insert the title of the current folder"
- ItemComment2 = "Insert the contents (program icons) of the current folder"
-
- ; Inserted HTML to be localized:
- ItemHTML1 = "Web View Folder Title"
- ItemHTML2 = "Web View Folder Contents"
-
- ;New Memphis strings:
- FPXpress_TIP = "HTML page editor based on the award-winning Microsoft FrontPage"
-