Difference between revisions of "WinRAR"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
(some minor changes)
Line 1: Line 1:
This is the XML file for WinRAR 3.6.1 (silent installer and uninstaller).
+
This is the XML file for [http://www.rarsoft.com WinRAR 3.6.1] (silent installer and uninstaller).
 +
<pre>
 
  <?xml version="1.0" encoding="UTF-8"?>
 
  <?xml version="1.0" encoding="UTF-8"?>
 
  <packages>
 
  <packages>
Line 10: Line 11:
 
    
 
    
 
       <check type="uninstall" condition="exists" path="WinRAR archiver" />
 
       <check type="uninstall" condition="exists" path="WinRAR archiver" />
       <install cmd='"%SOFTWARE%\winrar\WinRAR.3.61.Final.English.Corporate.Edition.exe" /s' />
+
       <install cmd='"%SOFTWARE%\winrar\WinRAR.3.61.Setup.exe" /s' />
 
       <remove cmd='"%PROGRAMFILES%\winrar\uninstall.exe" /s' />
 
       <remove cmd='"%PROGRAMFILES%\winrar\uninstall.exe" /s' />
 
   </package>
 
   </package>
 
  </packages>
 
  </packages>
 +
</pre>
 
If you want to include a settingsfile (exportable from within winrar: Settings.reg), open the winrar installationfile with WinRAR and add the settingsfile. It will be installed in the program folder and automaticly read when a user starts winrar for the first time
 
If you want to include a settingsfile (exportable from within winrar: Settings.reg), open the winrar installationfile with WinRAR and add the settingsfile. It will be installed in the program folder and automaticly read when a user starts winrar for the first time
  
 
A license file can be inserted the same way (rarreg.key)
 
A license file can be inserted the same way (rarreg.key)
 +
 +
[[Category:Silent Installers]]

Revision as of 09:09, 21 September 2006

This is the XML file for WinRAR 3.6.1 (silent installer and uninstaller).

 <?xml version="1.0" encoding="UTF-8"?>
 <packages>
   <package
      id="winrar"
      name="WinRAR 3.6.1 English"
      revision="361"
      reboot="false"
      priority="2">
   
      <check type="uninstall" condition="exists" path="WinRAR archiver" />
      <install cmd='"%SOFTWARE%\winrar\WinRAR.3.61.Setup.exe" /s' />
      <remove cmd='"%PROGRAMFILES%\winrar\uninstall.exe" /s' />
   </package>
 </packages>

If you want to include a settingsfile (exportable from within winrar: Settings.reg), open the winrar installationfile with WinRAR and add the settingsfile. It will be installed in the program folder and automaticly read when a user starts winrar for the first time

A license file can be inserted the same way (rarreg.key)