Changes
SetEnv
,New page: This is a silent installer and deinstaller for the [SetEnv utility http://www.codeproject.com/KB/applications/SetEnv.aspx]. <source lang="xml"> <package id="setenv" name="SetEnv utili...
This is a silent installer and deinstaller for the [SetEnv utility http://www.codeproject.com/KB/applications/SetEnv.aspx].
<source lang="xml">
<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>
</source>
[[category:Silent Installers]]
<source lang="xml">
<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>
</source>
[[category:Silent Installers]]