home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 4.11 / 1999-05_Disc_4.11.bin / ELINK / SHOCKIE / SWFLASH.INF < prev    next >
Windows Setup INFormation  |  1997-10-15  |  3KB  |  70 lines

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