Difference between revisions of "Wincvs"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m (add external link)
Line 1: Line 1:
This is a silent install of WinCVS, please download and unpack the .zip file into your package directory, before executing.
+
This is a silent install of WinCVS à CVS Gui for Windows. More infos from [http://cvsgui.sourceforge.net/ here]
 +
 
 +
 
 +
Please download and unpack the .zip file into your package directory, before executing.
  
 
<source lang="xml">
 
<source lang="xml">

Revision as of 08:42, 31 March 2011

This is a silent install of WinCVS à CVS Gui for Windows. More infos from here


Please download and unpack the .zip file into your package directory, before executing.

<package 
   id="wincvs" name="WinCVS" revision="1" priority="0" reboot="false">
   <check type="uninstall" condition="exists" path="WinCvs 2.0" />
   <install cmd='%SOFTWARE%\cvsnt_setup.exe /sp- /silent /norestart' />
   <install cmd='%SOFTWARE%\wincvs_setup.exe /sp- /silent' />
   <remove cmd='"%PROGRAMFILES%\cvsnt\unins000.exe" /sp- /silent /norestart' />
   <upgrade cmd= '%SOFTWARE%\wincvs_setup.exe /sp- /silent' />
</package>