home *** CD-ROM | disk | FTP | other *** search
/ PC Treasures, Inc. / pctreasures.mdf / SWFLASH.CAB / swflash.inf next >
INI File  |  1998-12-09  |  3KB  |  80 lines

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