Difference between revisions of "SetEnv"
From WPKG | Open Source Software Deployment and Distribution
Line 1: | Line 1: | ||
− | This is a silent installer and deinstaller for the | + | This is a silent installer and deinstaller for the [http://www.codeproject.com/KB/applications/SetEnv.aspx SetEnv utility]. |
<source lang="xml"> | <source lang="xml"> |
Revision as of 04:46, 10 November 2008
This is a silent installer and deinstaller for the SetEnv utility.
<package
id="setenv"
name="SetEnv utility"
revision="109"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="SetEnv 1.09" />
<install cmd='"%SOFTWARE%\setenv\SetEnv_Setup.exe" /S' />
<upgrade cmd='"%SOFTWARE%\setenv\SetEnv_Setup.exe" /S' />
<remove cmd='"%ProgramFiles%\Xanya\Bin\Installs\SetEnv\uninst.exe" /S' />
</package>