Difference between revisions of "Wincvs"
From WPKG | Open Source Software Deployment and Distribution
Line 5: | Line 5: | ||
<package | <package | ||
− | id="wincvs" name=" | + | id="wincvs" name="WinCVS" revision="1" priority="0" reboot="false"> |
<check type="uninstall" condition="exists" path="WinCvs 2.0" /> | <check type="uninstall" condition="exists" path="WinCvs 2.0" /> | ||
− | <install cmd=' | + | <install cmd='%PACKAGES%\cvsnt_setup.exe /sp- /silent /norestart' /> |
− | <install cmd=' | + | <install cmd='%PACKAGES%\wincvs_setup.exe /sp- /silent' /> |
− | <remove cmd='" | + | <remove cmd='"%PROGRAMFILES%\cvsnt\unins000.exe" /sp- /silent /norestart' /> |
− | <upgrade cmd= ' | + | <upgrade cmd= '%PACKAGES%\wincvs_setup.exe /sp- /silent' /> |
</package> | </package> | ||
[[category:Silent Installers|WinCvs]] | [[category:Silent Installers|WinCvs]] |
Revision as of 16:01, 2 September 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='%PACKAGES%\cvsnt_setup.exe /sp- /silent /norestart' /> <install cmd='%PACKAGES%\wincvs_setup.exe /sp- /silent' /> <remove cmd='"%PROGRAMFILES%\cvsnt\unins000.exe" /sp- /silent /norestart' /> <upgrade cmd= '%PACKAGES%\wincvs_setup.exe /sp- /silent' /> </package>