Difference between revisions of "WinRAR"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(some minor changes)
m
 
Line 1: Line 1:
 
This is the XML file for [http://www.rarsoft.com 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>
+
 
 +
<source lang="xml">
 
  <?xml version="1.0" encoding="UTF-8"?>
 
  <?xml version="1.0" encoding="UTF-8"?>
 
  <packages>
 
  <packages>
Line 15: Line 16:
 
   </package>
 
   </package>
 
  </packages>
 
  </packages>
</pre>
+
</source>
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]]
 
[[Category:Silent Installers]]

Latest revision as of 11:04, 1 May 2008

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).