Difference between revisions of "RealOne Player"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (organize, add related)
Line 10: Line 10:
  
 
----
 
----
 +
 +
== Question ==
 +
 
Question: How do you customize the installer by (1) disabling all the desktop icons and (2) disabling non-RealPlayer file assoications?
 
Question: How do you customize the installer by (1) disabling all the desktop icons and (2) disabling non-RealPlayer file assoications?
 
----
 
----
 +
 +
 +
== Related ==
 +
 +
* See [[Real_Alternative]]
 +
  
 
[[category:Silent Installers|RealOne Player]]
 
[[category:Silent Installers|RealOne Player]]

Revision as of 16:20, 11 May 2006

This is a silent installer for RealOne Player.

<package id="realplayer" name="RealOne Player (movie player, plugin)" revision="1" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="RealPlayer" />
<install cmd='\\server\share\realone\RealPlayer10-5gold.exe /S' />
<remove cmd="" />
<upgrade cmd= />
</package> 

Question

Question: How do you customize the installer by (1) disabling all the desktop icons and (2) disabling non-RealPlayer file assoications?



Related