home *** CD-ROM | disk | FTP | other *** search
- [version]
- signature="$CHICAGO$"
- ;need to tell INFInstall to use ADVPACK.DLL-it implements CustomDestination
- AdvancedINF=2.5
-
- [DestinationDirs]
- contents=49000
- INFCopy=17
-
-
- ;begin install logic
-
- [DefaultInstall]
- ;Win95 entry point
- CustomDestination=FileDest
- CopyFiles=contents,INFCopy
- AddReg=GenUninstallKey,Win95UninstallKey,InstallWebcnkit
-
- [DefaultInstall.NT]
- ;NT 4 entry point
- CustomDestination=FileDest
- CopyFiles=contents,INFCopy
- AddReg=GenUninstallKey,NTUninstallKey,InstallWebcnkit
-
- [contents]
- Autofilt.htm
- Formulas.htm
- Htmltags.htm
- Htmltbls.htm
- M_quotes.iqy
- Mresults.htm
- Pcquote.iqy
- Pcquote.xls
- Pivottbl.htm
- Readme.txt
- S_quote.iqy
- Sresults.htm
- Stockget.htm
- Stockpst.htm
- Webcnkit.doc
-
- [INFCopy]
- Webcnkit.inf
-
- [FileDest]
- 49000,49001=PackageDestination49000,1
-
- [UninstallDestination]
- 49000,49001=UninstallDestination49000,5
-
- [PackageDestination49000]
- HKLM,SOFTWARE\Microsoft\Webcnkit,InstallDir,%InstallPrompt%,%DefaultDir%
-
- [UninstallDestination49000]
- HKLM,SOFTWARE\Microsoft\Webcnkit,InstallDir,%InstallPrompt%,%DefaultDir%
-
- [InstallWebcnkit]
- HKLM,Software\Microsoft\Webcnkit,InstallDir,,%49001%
-
- [GenUninstallKey]
- ;Reg key that puts entry in Add/Remove files CPL applet dialog
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Webcnkit,"DisplayName",,"%PackageDesc%"
-
- [Win95UninstallKey]
- ;call ADVPACK uninstaller on Win95
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Webcnkit,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\Webcnkit.inf, Uninstall"
-
- [NTUninstallKey]
- ;call ADVPACK uninstaller on NT 4
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Webcnkit,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\Webcnkit.inf, Uninstall.NT"
-
- [DelRegSection]
- HKLM,Software\Microsoft\Webcnkit
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Webcnkit
-
- [NTDelRegSection]
- HKLM,Software\Microsoft\Webcnkit
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Webcnkit
-
- ; begin uninstall logic
- [Uninstall]
- BeginPrompt=BeginPromptSection
- EndPrompt=EndPromptSection
- CustomDestination=UninstallDestination
- Delfiles=contents
- Deldirs=RemoveFolder
- ;clean up uninstall keys
- DelReg=DelRegSection,InstallWebcnkit
- Cleanup=1
-
- [Uninstall.NT]
- BeginPrompt=BeginPromptSection
- EndPrompt=EndPromptSection
- CustomDestination=UninstallDestination
- Delfiles=contents
- Deldirs=RemoveFolder
- DelReg=NTDelRegSection,InstallWebcnkit
- Cleanup=1
-
-
- [BeginPromptSection]
- Prompt="%BeginPrompt%"
- ButtonType=YESNO
- Title=%PackageName%
-
- [EndPromptSection]
- Prompt="%EndPrompt%"
-
- [RemoveFolder]
- %49000%
-
- [DelUninstallKey]
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Webcnkit
- [SourceDisksNames]
- 1 = "Webcnkit",,0
-
- [Strings]
- PackageName="Microsoft Excel 97 Web Connectivity Kit"
- PackageDesc="Microsoft Excel 97 Web Connectivity Kit (Remove only)"
- InstallPrompt="Where do you like to install the Microsoft Excel 97 Web Connectivity Kit"
- DefaultDir="C:\Program Files\Microsoft Office\Webcnkit"
-
- ;prompts
- BeginPrompt="Are you sure that you want to remove Microsoft Excel 97 Web Connectivity Kit?"
- EndPrompt="The Microsoft Excel 97 Web Connectivity Kit was successfully removed."
-