Difference between revisions of "Wincvs"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(No difference)

Revision as of 15:03, 8 April 2006

This is a silent install of WinCVS, 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='\\server\wpkg\packs\cvsnt_setup.exe /sp- /silent /norestart' />
  <install cmd='\\server\wpkg\packs\wincvs_setup.exe /sp- /silent' />
  <remove cmd='"C:\Program Files\cvsnt\unins000.exe" /sp- /silent /norestart' />
  <upgrade cmd= '\\server\wpkg\packs\wincvs_setup.exe /sp- /silent' />
 </package>