Difference between revisions of "TreeSize"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
| Line 1: | Line 1: | ||
| − | This is a silent installer and | + | This is a silent installer and uninstaller for [http://www.jam-software.com/freeware/index.shtml TreeSize]. |
<pre> | <pre> | ||
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||
Revision as of 15:02, 8 June 2007
This is a silent installer and uninstaller for TreeSize.
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id="treesize"
name="TreeSize Free V1.78"
revision="178"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="TreeSize Free V1.78" />
<install cmd='"%SOFTWARE%\treesize\TreeSizeSetup.exe" /silent' />
<remove cmd='"%PROGRAMFILES%\JAM Software\TreeSize\unins000.exe" /SILENT' />
</package>
</packages>