home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 July / VPR0107A.BIN / swflash.inf < prev    next >
Windows Setup INFormation  |  2000-01-27  |  3KB  |  79 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 = "4,0,28,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. ; 9/10/98  smp  added key for win98 uninstall from control panel...
  47. HKLM, "Software\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\SwFlash","Installed",,1
  48.  
  49. [SW.DelReg]
  50. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ShockwaveFlash,"QuietDisplayName",,"%ProductName%"
  51. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ShockwaveFlash,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\swflash.inf,DefaultUninstall,5"
  52. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ShockwaveFlash,"RequiresIESysFile",,"4.70.0.1155"
  53.  
  54. ;    added for the win 98 cd install
  55. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%",,,"%DefaultName%"
  56. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","ComponentID",,"%ComponentID%"
  57. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","IsInstalled",1,01,00,00,00
  58. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Version",,"%VersionNumber%"
  59. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Locale",,"%LocaleID%"
  60.  
  61. ; 9/10/98  smp  added key for win98 uninstall from control panel...
  62. HKLM, "Software\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\SwDir","Installed",,0
  63.  
  64. [SourceDisksNames]
  65. 1="Shockwave Files","Swflash.cab",1
  66.  
  67. [SourceDisksFiles]
  68. swflash.ocx=1
  69.  
  70. [SWFiles]
  71. swflash.ocx,,,33
  72.  
  73. [inffile]
  74. swflash.inf,,,33
  75.  
  76. [DestinationDirs]
  77. SWFiles=11, Macromed\Flash
  78. inffile=17
  79.