Changes

Flash Player

346 bytes removed, 17:27, 1 September 2006
no edit summary
This is a silent installer for Macromedia Adobe Flash Player.
There are two versions of Macromedia Adobe Flash Player - for Internet Explorer and for [[Firefox|Mozilla Firefox]].
Adobe Flash Player for Firefox should be installed '''after''' Firefox is installed - and hence the [[Firefox]] installer should have a higher priority(or set a dependency).
If you have an environment with mixed language installations of windows it is best to leave out the file check. In English versions it gets installed to C:\Program Files\ and in german versions to C:\Programme\. Thus it is difficult to check. You can replace the file check by the excute="once" directive. '''This is a Macromedia an Adobe Flash Player for Mozilla Firefox installer:'''
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
<check type="file" condition="exists" path="%PROGRAMFILES%\Mozilla Firefox\plugins\NPSWF32.dll" /><br>
<br>
<install cmd='\\server\Admin\Non-MSI\Macromedia_Players\Flash_Firefox\flashplayer7installer.exe /S'><br>
<exit code="0" /><br>
</install><br>
'''This is a Macromedia an Adobe Flash Player for the Internet Explorer installer:'''
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
<check type="file" condition="exists" path="%WINDIR%\system32\Macromed\Flash\Flash.ocx" /><br>
<br>
<install cmd='\\server\Admin\Non-MSI\Macromedia_Players\Flash_IE\flashplayer7_winax.exe /Q'><br>
<exit code="0" /><br>
</install><br>
Anonymous user