Difference between revisions of "Authorware Player"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
| Line 8: | Line 8: | ||
'''This is a Macromedia Authorware Player for Mozilla Firefox installer:''' | '''This is a Macromedia Authorware Player for Mozilla Firefox installer:''' | ||
| − | + | ||
| − | <package | + | <package |
| − | id="authorwareplayerfirefox" | + | id="authorwareplayerfirefox" |
| − | name="Authorware Player Firefox" | + | name="Authorware Player Firefox" |
| − | revision="1" | + | revision="1" |
| − | reboot="false" | + | reboot="false" |
| − | priority="0" | + | priority="0"> |
| − | <check type="file" condition="exists" path=" | + | <check type="file" condition="exists" path="%PROGRAMFILES%\Mozilla Firefox\plugins\np32asw.dll" /> |
| − | + | ||
| − | <install cmd=" | + | <install cmd="%SOFTWARE%\Authorware_Firefox\Authorware_Web_Player_Plugin.exe /S" /> |
| − | + | ||
| − | + | ||
</package> | </package> | ||
| − | + | ||
'''This is a Macromedia Authorware Player for the Internet Explorer installer:''' | '''This is a Macromedia Authorware Player for the Internet Explorer installer:''' | ||
| − | + | ||
| − | <package | + | <package |
| − | id="authorwareplayerie" | + | id="authorwareplayerie" |
| − | name="Authorware Player IE" | + | name="Authorware Player IE" |
| − | revision="1" | + | revision="1" |
| − | reboot="false" | + | reboot="false" |
| − | priority="0" | + | priority="0"> |
| − | <check type="uninstall" condition="exists" path="Macromedia Authorware Web Player" / | + | <check type="uninstall" condition="exists" path="Macromedia Authorware Web Player" /> |
| − | <check type="file" condition="exists" path=" | + | <check type="file" condition="exists" path="%WINDIR%\system32\Macromed\AUTHORWA\awswax.ocx" /> |
| − | + | ||
| − | <install cmd=" | + | <install cmd="%SOFTWARE%\Authorware_IE\Authorware_ActiveX_Web_Player_Installer.exe /S" /> |
| − | + | ||
| − | + | ||
</package> | </package> | ||
| − | + | ||
[[category:Silent Installers|Authorware Player]] | [[category:Silent Installers|Authorware Player]] | ||
Revision as of 13:41, 27 September 2006
This is a silent installer for Macromedia Authorware Player.
There are two versions of Macromedia Authorware Player - for Internet Explorer and for Mozilla Firefox.
Authorware Player for Firefox should be installed after Firefox is installed - and hence the Firefox installer should have a higher priority.
This is a Macromedia Authorware Player for Mozilla Firefox installer:
<package
id="authorwareplayerfirefox"
name="Authorware Player Firefox"
revision="1"
reboot="false"
priority="0">
<check type="file" condition="exists" path="%PROGRAMFILES%\Mozilla Firefox\plugins\np32asw.dll" />
<install cmd="%SOFTWARE%\Authorware_Firefox\Authorware_Web_Player_Plugin.exe /S" />
</package>
This is a Macromedia Authorware Player for the Internet Explorer installer:
<package
id="authorwareplayerie"
name="Authorware Player IE"
revision="1"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="Macromedia Authorware Web Player" />
<check type="file" condition="exists" path="%WINDIR%\system32\Macromed\AUTHORWA\awswax.ocx" />
<install cmd="%SOFTWARE%\Authorware_IE\Authorware_ActiveX_Web_Player_Installer.exe /S" />
</package>