Changes

Jump to: navigation, search

Flash Player

164 bytes added, 14:09, 9 November 2006
no edit summary
Here's the silent installers for the Adobe Flash Player 9 for IE and Firefox. Uninstalling the Firefox plugin is missing, since Adobe's uninstall_flash_player.exe removes both plugins, which is not our goal here. If you want to install a newer version (this is for 9.0.16.0), don't forget to change the value in the 'check type' tag.
<package id="flashplayerfirefox" name="Flash Player Firefox" revision="90160" reboot="false" priority="0"> <depends package-id="firefox"/> <check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\Mozilla Firefox\plugins\NPSWF32.dll" value="9.0.16.0"/>
<install cmd='%SOFTWARE%\Flash\install_flash_player /S' /> <upgrade cmd='%SOFTWARE%\Flash\install_flash_player /S' />
</package>
<package id="flashplayerie" name="Flash Player IE" revision="90160" reboot="false" priority="0">
<check type="file" condition="versiongreaterorequal" path="%WINDIR%\system32\Macromed\Flash\Flash9.ocx" value="9.0.16.0"/>
<check type="uninstall" condition="exists" path="Adobe Flash Player 9 ActiveX" />
<install cmd='msiexec /q /i %SOFTWARE%\Flash\install_flash_player_active_x.msi'> <exit code="0" /> <exit code="3010" reboot="true" /> </install>
<upgrade cmd='msiexec /q /i %SOFTWARE%\Flash\install_flash_player_active_x.msi'> <exit code="0" /> <exit code="3010" reboot="true" /> </upgrade> <remove cmd='MsiExec.exe /q /X{BB65C393-C76E-4F06-9B0C-2124AA8AF97B}'/> </package>
Anonymous user

Navigation menu