home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 March / VPR9803A.ISO / msie4_01 / SWFLASH.CAB / SWFlash.inf next >
Windows Setup INFormation  |  1997-10-30  |  4KB  |  91 lines

  1. ;    10/30/97  Mod by Matt Abarbanel        deleted the extra subdirectory on the unistall keys so that we now show up in the add\remove programs menu     
  2.  
  3.  
  4. [Version]
  5. Signature="$Chicago$"
  6. AdvancedINF=2.5
  7.  
  8. [DefaultInstall]
  9. CopyFiles=SWFiles, inffile
  10. AddReg=SW.AddReg
  11. RegisterOCXs=RegisterOCXSection
  12.  
  13. [DefaultUninstall]
  14. cleanup=1
  15. Delfiles=SWFiles
  16. delreg=SW.DelReg
  17. UnRegisterOCXs=UnRegisterOCXSection
  18.  
  19. [strings]
  20. productname="Shockwave Flash"
  21. ;    added for the win 98 cd install
  22. GUID = "{D27CDB6E-AE6D-11cf-96B8-444553540000}"
  23. GUIDFalse =  "{2A202491-F00D-11cf-87CC-0020AFEEC729}"
  24. DefaultName = "Macromedia Shockwave Flash"
  25. ComponentID = "ShockwaveFlash"
  26. VersionNumber = "2,1,0,12"
  27. VersionNumberFalse = "12,1,0,12"
  28. LocaleID = "EN"
  29.  
  30. [RegisterOCXSection]
  31. %11%\macromed\flash\swflash.ocx
  32.  
  33. [UnRegisterOCXSection]
  34. %11%\macromed\flash\swflash.ocx
  35.  
  36. [SW.AddReg]
  37. ;             shockwaveflash is used here the sync with the currently used CIF files on www.microsoft.com
  38. ;            if we used shockwave for flash then durring the IE4 uninstall we would not get uninstalled
  39. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ShockwaveFlash,"QuietDisplayName",,"%ProductName%"
  40. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ShockwaveFlash,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\swflash.inf,DefaultUninstall,5"
  41. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ShockwaveFlash,"RequiresIESysFile",,"4.70.0.1155"
  42.  
  43. ;    added for win 98 cd install
  44. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%",,,"%DefaultName%"
  45. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","ComponentID",,"%ComponentID%"
  46. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","IsInstalled",1,01,00,00,00
  47. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Version",,"%VersionNumber%"
  48. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Locale",,"%LocaleID%"
  49.  
  50. ;    these keys were added to sync with the incorrect guid used on the microsoft CIFs
  51. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUIDFalse%",,,"%DefaultName%"
  52. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUIDFalse%","ComponentID",,"%ComponentID%"
  53. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUIDFalse%","IsInstalled",1,01,00,00,00
  54. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUIDFalse%","Version",,"%VersionNumberFalse%"
  55. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUIDFalse%","Locale",,"%LocaleID%"
  56.  
  57. [SW.DelReg]
  58. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ShockwaveFlash,"QuietDisplayName",,"%ProductName%"
  59. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ShockwaveFlash,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\swflash.inf,DefaultUninstall,5"
  60. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ShockwaveFlash,"RequiresIESysFile",,"4.70.0.1155"
  61.  
  62. ;    added for the win 98 cd install
  63. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%",,,"%DefaultName%"
  64. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","ComponentID",,"%ComponentID%"
  65. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","IsInstalled",1,01,00,00,00
  66. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Version",,"%VersionNumber%"
  67. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Locale",,"%LocaleID%"
  68.  
  69. ;    these keys were added to sync with the incorrect guid used on the microsoft CIFs
  70. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUIDFalse%",,,"%DefaultName%"
  71. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUIDFalse%","ComponentID",,"%ComponentID%"
  72. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUIDFalse%","IsInstalled",1,01,00,00,00
  73. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUIDFalse%","Version",,"%VersionNumberFalse%"
  74. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUIDFalse%","Locale",,"%LocaleID%"
  75.  
  76. [SourceDisksNames]
  77. 1="Shockwave Files","Swflash.cab",1
  78.  
  79. [SourceDisksFiles]
  80. swflash.ocx=1
  81.  
  82. [SWFiles]
  83. swflash.ocx
  84.  
  85. [inffile]
  86. swflash.inf
  87.  
  88. [DestinationDirs]
  89. SWFiles=11, Macromed\Flash
  90. inffile=17
  91.