Difference between revisions of "TortoiseSVN"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
| Line 16: | Line 16: | ||
</package> | </package> | ||
| − | [[category:Silent Installers]] | + | [[category:Silent Installers|TortoiseSVN]] |
Revision as of 13:52, 6 July 2007
TortoiseSVN
<package
id="TortoiseSVN"
name="TortoiseSVN 1.4.3"
revision="1"
priority="60"
reboot="true">
<check type="uninstall" condition="exists" path="TortoiseSVN 1.4.3.8645 (32 bit)" />
<install cmd='msiexec /i "%SOFTWARE%\TortoiseSVN\TortoiseSVN.msi" /qn TARGETDIR="%ProgramFiles%\TortoiseSVN\"' />
<upgrade cmd='msiexec /i "%SOFTWARE%\TortoiseSVN\TortoiseSVN.msi" /qn TARGETDIR="%ProgramFiles%\TortoiseSVN\"' />
<remove cmd='MsiExec.exe /Q /x {E0B2264B-6BE4-4F8B-8300-A05BFA87AAA0}' />
</package>