Difference between revisions of "SetEnv"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
 
Line 1: Line 1:
This is a silent installer and deinstaller for the [http://www.codeproject.com/KB/applications/SetEnv.aspx SetEnv utility].
+
This is a silent installer and deinstaller for the [http://www.codeproject.com/KB/applications/SetEnv.aspx SetEnv utility], which is used to add or set environment variables.
  
 
<source lang="xml">
 
<source lang="xml">

Latest revision as of 04:46, 10 November 2008

This is a silent installer and deinstaller for the SetEnv utility, which is used to add or set environment variables.

<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>