Difference between revisions of "Authorware Player"
m |
m |
||
| Line 42: | Line 42: | ||
</blockquote> | </blockquote> | ||
| − | [[category:Silent Installers| | + | [[category:Silent Installers|Authorware Player]] |
Revision as of 21:28, 10 August 2005
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="C:\Programme\Mozilla Firefox\plugins\np32asw.dll" />
<install cmd="\\server\Admin\Non-MSI\Macromedia_Players\Authorware_Firefox\Authorware_Web_Player_Plugin.exe /S">
<exit code="0" />
</install>
</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="C:\windows\system32\Macromed\AUTHORWA\awswax.ocx" />
<install cmd="\\server\Admin\Non-MSI\Macromedia_Players\Authorware_IE\Authorware_ActiveX_Web_Player_Installer.exe /S">
<exit code="0" />
</install>
</package>