home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #8 / K_CD_8_98.iso / eon / active~1.com / tppjava / swflash.cab / SWFlash.inf next >
Windows Setup INFormation  |  1998-04-21  |  3KB  |  73 lines

  1.  
  2. [Version]
  3. Signature="$Chicago$"
  4. AdvancedINF=2.5
  5.  
  6. [DefaultInstall]
  7. CopyFiles=SWFiles, inffile
  8. AddReg=SW.AddReg
  9. RegisterOCXs=RegisterOCXSection
  10.  
  11. [DefaultUninstall]
  12. cleanup=1
  13. Delfiles=SWFiles
  14. delreg=SW.DelReg
  15. UnRegisterOCXs=UnRegisterOCXSection
  16.  
  17. [strings]
  18. productname="Shockwave Flash"
  19. ;    added for the win 98 cd install
  20. GUID = "{D27CDB6E-AE6D-11cf-96B8-444553540000}"
  21. DefaultName = "Macromedia Shockwave Flash"
  22. ComponentID = "Flash"
  23. VersionNumber = "3,0,8,0"
  24. LocaleID = "EN"
  25.  
  26. [RegisterOCXSection]
  27. %11%\macromed\flash\swflash.ocx
  28.  
  29. [UnRegisterOCXSection]
  30. %11%\macromed\flash\swflash.ocx
  31.  
  32. [SW.AddReg]
  33. ;             shockwaveflash is used here the sync with the currently used CIF files on www.microsoft.com
  34. ;            if we used shockwave for flash then durring the IE4 uninstall we would not get uninstalled
  35. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ShockwaveFlash,"QuietDisplayName",,"%ProductName%"
  36. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ShockwaveFlash,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\swflash.inf,DefaultUninstall,5"
  37. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ShockwaveFlash,"RequiresIESysFile",,"4.70.0.1155"
  38.  
  39. ;    added for win 98 cd install
  40. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%",,,"%DefaultName%"
  41. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","ComponentID",,"%ComponentID%"
  42. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","IsInstalled",1,01,00,00,00
  43. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Version",,"%VersionNumber%"
  44. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Locale",,"%LocaleID%"
  45.  
  46. [SW.DelReg]
  47. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ShockwaveFlash,"QuietDisplayName",,"%ProductName%"
  48. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ShockwaveFlash,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\swflash.inf,DefaultUninstall,5"
  49. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ShockwaveFlash,"RequiresIESysFile",,"4.70.0.1155"
  50.  
  51. ;    added for the win 98 cd install
  52. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%",,,"%DefaultName%"
  53. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","ComponentID",,"%ComponentID%"
  54. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","IsInstalled",1,01,00,00,00
  55. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Version",,"%VersionNumber%"
  56. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Locale",,"%LocaleID%"
  57.  
  58. [SourceDisksNames]
  59. 1="Shockwave Files","Swflash.cab",1
  60.  
  61. [SourceDisksFiles]
  62. swflash.ocx=1
  63.  
  64. [SWFiles]
  65. swflash.ocx
  66.  
  67. [inffile]
  68. swflash.inf
  69.  
  70. [DestinationDirs]
  71. SWFiles=11, Macromed\Flash
  72. inffile=17
  73.