3
edits
Changes
FAQ
,→Silent installs and the %SOFTWARE% Environment variable
<code><pre><profiles>
<profile id="Base">
<variable name="SOFTWARE" value="\\SERVER\WPKG$path\to\installers"/>
</profile>
</profiles></pre></code>
If your installation files are for licensed software then there is probably may be something in the license that says you have to control access to the install files. If you set the %software% environment variable globally then any command prompt will reveal the location of these files. You can prevent this by setting the variable in the wpkg-start.bat batch file so that it only affects that "session". It also keeps all the environment variable settings for WPKG as part of the WPKG script and ensures the variable is set before the script runs.
== Logging: How to change the amount of log output? ==