Difference between revisions of "TortoiseCVS"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(New page: Tortoise CVS is a CVS client for Windows which integrates quite well into the shell. More information on the [http://www.tortoisecvs.org/ TortoiseCVS homepage]. Install using the followin...)
 
m
Line 1: Line 1:
 +
Silent install for TortoiseCVS.
 +
 
Tortoise CVS is a CVS client for Windows which integrates quite well into the shell. More information on the [http://www.tortoisecvs.org/ TortoiseCVS homepage].
 
Tortoise CVS is a CVS client for Windows which integrates quite well into the shell. More information on the [http://www.tortoisecvs.org/ TortoiseCVS homepage].
  
 
Install using the following XML file:
 
Install using the following XML file:
<pre>
+
 
 +
<source lang="xml">
 
<?xml version="1.0" encoding="utf-8" ?>
 
<?xml version="1.0" encoding="utf-8" ?>
 
<packages>
 
<packages>
Line 15: Line 18:
  
 
</packages>
 
</packages>
</pre>
+
</source>
  
 
[[Category:Silent Installers]]
 
[[Category:Silent Installers]]

Revision as of 17:35, 23 April 2008

Silent install for TortoiseCVS.

Tortoise CVS is a CVS client for Windows which integrates quite well into the shell. More information on the TortoiseCVS homepage.

Install using the following XML file:

<?xml version="1.0" encoding="utf-8" ?>
<packages>

<package id='TortoiseCVS' name='TortoiseCVS' revision='1831' priority='50' reboot='false' >
  <!-- TortoiseCVS -->
  <check type='uninstall' condition='exists' path='TortoiseCVS 1.8.31' />
  <install cmd='"%SOFTWARE%\TortoiseCVS v.1.8.31\TortoiseCVS-1.8.31.exe" /VERYSILENT /SP- /NORESTART' />
  <remove cmd='"%ProgramFiles\TortoiseCVS\unins000.exe" /SILENT' />
  <upgrade cmd='"%SOFTWARE%\TortoiseCVS v.1.8.31\TortoiseCVS-1.8.31.exe" /VERYSILENT /SP- /NORESTART' />
</package>

</packages>