Difference between revisions of "RealOne Player"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
Line 15: Line 15:
 
communs\Real\Update_OB\r1puninst.exe" -all
 
communs\Real\Update_OB\r1puninst.exe" -all
  
For create a uninstall silent do yo have:
+
For a silent uninstall, do the following:
  
1. Get Resource Hacker or XN Resource Editor
+
# Get Resource Hacker or XN Resource Editor
2. Copy r1puninst.exe somewhere
+
# Copy r1puninst.exe somewhere
3. Open the copied version in Resource Hacker
+
# Open the copied version in Resource Hacker
4. Open "Dialog"
+
# Open "Dialog"
5. Open "912"
+
# Open "912"
6. Right click on "1033" (should be the "Uninstallation complete" dialog box)
+
# Right click on "1033" (should be the "Uninstallation complete" dialog box)
7. Select Delete Resources [912:1033], delete dialog in XNResource Editor
+
# Select Delete Resources [912:1033], delete dialog in XNResource Editor
8. Click Yes
+
# Click Yes
9. Select File, Save
+
# Select File, Save
  
 
== Question ==
 
== Question ==
  
Question: How do you customize the installer by (1) disabling all the desktop icons and (2) disabling non-RealPlayer file assoications (3) disable the message center (4) disable the weather center?
+
Question: How do you customize the installer by (1) disabling all the desktop icons and (2) disabling non-RealPlayer file associations (3) disable the message center (4) disable the weather center?
  
  

Revision as of 07:00, 8 February 2008

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='%SOFTWARE%\realone\RealPlayer10-5gold.exe /S' />
</package> 


To install it, just use /s To uninstall it, use: "C:\Program Files\Fichiers communs\Real\Update_OB\r1puninst.exe" -ask -all or "C:\Program Files\Fichiers communs\Real\Update_OB\r1puninst.exe" -all

For a silent uninstall, do the following:

  1. Get Resource Hacker or XN Resource Editor
  2. Copy r1puninst.exe somewhere
  3. Open the copied version in Resource Hacker
  4. Open "Dialog"
  5. Open "912"
  6. Right click on "1033" (should be the "Uninstallation complete" dialog box)
  7. Select Delete Resources [912:1033], delete dialog in XNResource Editor
  8. Click Yes
  9. Select File, Save

Question

Question: How do you customize the installer by (1) disabling all the desktop icons and (2) disabling non-RealPlayer file associations (3) disable the message center (4) disable the weather center?


Related