Difference between revisions of "Flash Player"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
Line 7: Line 7:
 
'''This is an Adobe Flash Player for Mozilla Firefox installer:'''
 
'''This is an Adobe Flash Player for Mozilla Firefox installer:'''
  
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
+
 
    <package<br>
+
<package
        id="flashplayerfirefox"<br>
+
  id="flashplayerfirefox"
        name="Flash Player Firefox"<br>
+
  name="Flash Player Firefox"
        revision="1"<br>
+
  revision="1"
        reboot="false"<br>
+
  reboot="false"
        priority="0"><br>
+
  priority="0">
        <check type="file" condition="exists" path="%PROGRAMFILES%\Mozilla Firefox\plugins\NPSWF32.dll" /><br>
+
 
        <br>
+
  <check type="file" condition="exists" path="%PROGRAMFILES%\Mozilla Firefox\plugins\NPSWF32.dll" />
        <install cmd='%PACKAGES%\Flash_Firefox\flashplayer7installer.exe /S'><br>
+
 
    <exit code="0" /><br>
+
  <install cmd='%PACKAGES%\Flash_Firefox\flashplayer7installer.exe /S' />
        </install><br>
+
 
    </package>
+
</package>
</blockquote>
+
  
  
 
'''This is an Adobe Flash Player for Internet Explorer installer:'''
 
'''This is an Adobe Flash Player for Internet Explorer installer:'''
  
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
+
<package
    <package<br>
+
  id="flashplayerie"
        id="flashplayerie"<br>
+
  name="Flash Player IE"
        name="Flash Player IE"<br>
+
  revision="1"
        revision="1"<br>
+
  reboot="false"
        reboot="false"<br>
+
  priority="0">
        priority="0"><br>
+
 
        <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>
+
 
        <install cmd='%PACKAGES%\Flash_IE\flashplayer7_winax.exe /Q'><br>
+
  <install cmd='%PACKAGES%\Flash_IE\flashplayer7_winax.exe /Q' />
    <exit code="0" /><br>
+
 
        </install><br>
+
</package>
    </package><br>
+
 
</blockquote>
+
  
 
[[category:Silent Installers|Flash Player]]
 
[[category:Silent Installers|Flash Player]]

Revision as of 17:37, 2 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='%PACKAGES%\Flash_Firefox\flashplayer7installer.exe /S' />
</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='%PACKAGES%\Flash_IE\flashplayer7_winax.exe /Q' />
</package>