Difference between revisions of "Wincvs"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
Line 7: | Line 7: | ||
id="wincvs" name="WinCVS" revision="1" priority="0" reboot="false"> | 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='%SOFTWARE%\cvsnt_setup.exe /sp- /silent /norestart' /> |
− | <install cmd='% | + | <install cmd='%SOFTWARE%\wincvs_setup.exe /sp- /silent' /> |
<remove cmd='"%PROGRAMFILES%\cvsnt\unins000.exe" /sp- /silent /norestart' /> | <remove cmd='"%PROGRAMFILES%\cvsnt\unins000.exe" /sp- /silent /norestart' /> | ||
− | <upgrade cmd= '% | + | <upgrade cmd= '%SOFTWARE%\wincvs_setup.exe /sp- /silent' /> |
</package> | </package> | ||
− | [[category:Silent Installers | + | [[category:Silent Installers]] |
Revision as of 13:46, 3 October 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='%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>