Difference between revisions of "TreeSize"
From WPKG | Open Source Software Deployment and Distribution
m |
m (Easier upgrading to newer TreeSize versions) |
||
Line 6: | Line 6: | ||
<package | <package | ||
id="treesize" | id="treesize" | ||
− | name="TreeSize Free | + | name="TreeSize Free" |
revision="178" | revision="178" | ||
reboot="false" | reboot="false" | ||
priority="0"> | priority="0"> | ||
− | <check type="uninstall" condition="exists" path="TreeSize Free | + | <check type="uninstall" condition="exists" path="TreeSize Free.*" /> |
<install cmd='"%SOFTWARE%\treesize\TreeSizeSetup.exe" /silent' /> | <install cmd='"%SOFTWARE%\treesize\TreeSizeSetup.exe" /silent' /> | ||
<remove cmd='"%PROGRAMFILES%\JAM Software\TreeSize\unins000.exe" /SILENT' /> | <remove cmd='"%PROGRAMFILES%\JAM Software\TreeSize\unins000.exe" /SILENT' /> |
Latest revision as of 12:48, 29 June 2015
This is a silent installer and uninstaller for TreeSize.
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id="treesize"
name="TreeSize Free"
revision="178"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="TreeSize Free.*" />
<install cmd='"%SOFTWARE%\treesize\TreeSizeSetup.exe" /silent' />
<remove cmd='"%PROGRAMFILES%\JAM Software\TreeSize\unins000.exe" /SILENT' />
</package>
</packages>