Difference between revisions of "Authorware Player"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
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:'''
  
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
+
 
     <package<br>
+
     <package
         id="authorwareplayerfirefox"<br>
+
         id="authorwareplayerfirefox"
         name="Authorware Player Firefox"<br>
+
         name="Authorware Player Firefox"
         revision="1"<br>
+
         revision="1"
         reboot="false"<br>
+
         reboot="false"
         priority="0"><br>
+
         priority="0">
         <check type="file" condition="exists" path="C:\Programme\Mozilla Firefox\plugins\np32asw.dll" /><br>
+
         <check type="file" condition="exists" path="%PROGRAMFILES%\Mozilla Firefox\plugins\np32asw.dll" />
<br>
+
         <install cmd="\\server\Admin\Non-MSI\Macromedia_Players\Authorware_Firefox\Authorware_Web_Player_Plugin.exe /S"><br>
+
         <install cmd="%SOFTWARE%\Authorware_Firefox\Authorware_Web_Player_Plugin.exe /S" />
            <exit code="0" /><br>
+
        </install><br>
+
 
     </package>
 
     </package>
</blockquote>
+
 
  
  
 
'''This is a Macromedia Authorware Player for the Internet Explorer installer:'''
 
'''This is a Macromedia Authorware Player for the Internet Explorer installer:'''
  
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
+
 
     <package<br>
+
     <package
         id="authorwareplayerie"<br>
+
         id="authorwareplayerie"
         name="Authorware Player IE"<br>
+
         name="Authorware Player IE"
         revision="1"<br>
+
         revision="1"
         reboot="false"<br>
+
         reboot="false"
         priority="0"><br>
+
         priority="0">
         <check type="uninstall" condition="exists" path="Macromedia Authorware Web Player" /><br>
+
         <check type="uninstall" condition="exists" path="Macromedia Authorware Web Player" />
         <check type="file" condition="exists" path="C:\windows\system32\Macromed\AUTHORWA\awswax.ocx" /><br>
+
         <check type="file" condition="exists" path="%WINDIR%\system32\Macromed\AUTHORWA\awswax.ocx" />
<br>
+
 
         <install cmd="\\server\Admin\Non-MSI\Macromedia_Players\Authorware_IE\Authorware_ActiveX_Web_Player_Installer.exe /S"><br>
+
         <install cmd="%SOFTWARE%\Authorware_IE\Authorware_ActiveX_Web_Player_Installer.exe /S" />
            <exit code="0" /><br>
+
        </install><br>
+
 
     </package>
 
     </package>
</blockquote>
+
 
  
 
[[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>