home *** CD-ROM | disk | FTP | other *** search
- ; 07/24/97 Created by Matt Abarbanel w/IE 4 changes (uninstall)
- ; and macromed\flash directory
-
-
- [Version]
- Signature="$Chicago$"
- AdvancedINF=2.5
-
- [DefaultInstall]
- ; Copy the files
- ; add new registry keys
- ; register the OCX
-
- CopyFiles=SWFiles, inffile
- AddReg=SW.AddReg
- RegisterOCXs=RegisterOCXSection
-
-
-
- [DefaultUninstall]
- ; call cleanup=1 to have the inf file deleted after the unistall is run
- ; delete the files that were added during the install. Do not include the inf section
- ; Delete the key that were added to the registry durring the install
- ; unregister the OCX
-
- cleanup=1
- Delfiles=SWFiles
- delreg=SW.DelReg
- UnRegisterOCXs=UnRegisterOCXSection
-
-
-
- [strings]
- ; define strings used in the INF
- ; productname= is used for naming the install when called from IE
- ; this is also what sholud be localized if necessary
-
- productname="Shockwave Flash"
-
-
-
- [RegisterOCXSection]
- %11%\macromed\flash\swflash.ocx
-
-
-
- [UnRegisterOCXSection]
- %11%\macromed\flash\swflash.ocx
-
-
-
- [SW.AddReg]
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Flash,"QuietDisplayName",,"%ProductName%"
-
- ; add the 5 after uninstall for the silent mode
-
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Flash,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\swflash.inf,DefaultUninstall,5"
-
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Flash,"RequiresIESysFile",,"4.70.0.1155"
-
- [SW.DelReg]
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Flash,"QuietDisplayName",,"%ProductName%"
-
- ; add the 5 after uninstall for the silent mode
-
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Flash,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\swflash.inf,DefaultUninstall,5"
-
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Flash,"RequiresIESysFile",,"4.70.0.1155"
-
-
-
-
- [SourceDisksNames]
- 1="Shockwave Files","Swflash.cab",1
-
-
-
-
- [SourceDisksFiles]
- swflash.ocx=1
-
-
-
-
- [SWFiles]
- swflash.ocx
-
-
-
- [inffile]
- swflash.inf
-
-
- [DestinationDirs]
- SWFiles=11, Macromed\Flash
- inffile=17