Authorware Player
From WPKG | Open Source Software Deployment and Distribution
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>