Difference between revisions of "SetEnv"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(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...)
 
Line 1: Line 1:
This is a silent installer and deinstaller for the [SetEnv utility http://www.codeproject.com/KB/applications/SetEnv.aspx].
+
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:45, 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>