Difference between revisions of "Flash Player"
Line 1: | Line 1: | ||
− | This is a silent installer for | + | This is a silent installer for Adobe Flash Player. |
− | There are | + | There are versions of Adobe Flash Player for Internet Explorer and for [[Firefox|Mozilla Firefox]]. |
− | Flash Player for Firefox should be installed '''after''' Firefox is installed - and hence the [[Firefox]] installer should have a higher priority. | + | 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). |
− | + | '''This is an Adobe Flash Player for Mozilla Firefox installer:''' | |
− | + | ||
− | '''This is | + | |
<blockquote style="background: white; border: 1px solid black; padding: 1em;"> | <blockquote style="background: white; border: 1px solid black; padding: 1em;"> | ||
Line 18: | Line 16: | ||
<check type="file" condition="exists" path="%PROGRAMFILES%\Mozilla Firefox\plugins\NPSWF32.dll" /><br> | <check type="file" condition="exists" path="%PROGRAMFILES%\Mozilla Firefox\plugins\NPSWF32.dll" /><br> | ||
<br> | <br> | ||
− | <install cmd='\\server\Admin\Non-MSI | + | <install cmd='\\server\Admin\Non-MSI\Flash_Firefox\flashplayer7installer.exe /S'><br> |
<exit code="0" /><br> | <exit code="0" /><br> | ||
</install><br> | </install><br> | ||
Line 25: | Line 23: | ||
− | '''This is | + | '''This is an Adobe Flash Player for Internet Explorer installer:''' |
<blockquote style="background: white; border: 1px solid black; padding: 1em;"> | <blockquote style="background: white; border: 1px solid black; padding: 1em;"> | ||
Line 36: | Line 34: | ||
<check type="file" condition="exists" path="%WINDIR%\system32\Macromed\Flash\Flash.ocx" /><br> | <check type="file" condition="exists" path="%WINDIR%\system32\Macromed\Flash\Flash.ocx" /><br> | ||
<br> | <br> | ||
− | <install cmd='\\server\Admin\Non-MSI | + | <install cmd='\\server\Admin\Non-MSI\Flash_IE\flashplayer7_winax.exe /Q'><br> |
<exit code="0" /><br> | <exit code="0" /><br> | ||
</install><br> | </install><br> |
Revision as of 17:27, 1 September 2006
This is a silent installer for Adobe Flash Player.
There are versions of Adobe Flash Player for Internet Explorer and for 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).
This is an Adobe Flash Player for Mozilla Firefox installer:
<package
id="flashplayerfirefox"
name="Flash Player Firefox"
revision="1"
reboot="false"
priority="0">
<check type="file" condition="exists" path="%PROGRAMFILES%\Mozilla Firefox\plugins\NPSWF32.dll" />
<install cmd='\\server\Admin\Non-MSI\Flash_Firefox\flashplayer7installer.exe /S'>
<exit code="0" />
</install>
</package>
This is an Adobe Flash Player for Internet Explorer installer:
<package
id="flashplayerie"
name="Flash Player IE"
revision="1"
reboot="false"
priority="0">
<check type="file" condition="exists" path="%WINDIR%\system32\Macromed\Flash\Flash.ocx" />
<install cmd='\\server\Admin\Non-MSI\Flash_IE\flashplayer7_winax.exe /Q'>
<exit code="0" />
</install>
</package>