Changes

FAQ

299 bytes added, 16:48, 14 March 2011
Silent installs and the %SOFTWARE% Environment variable
== Silent installs and the %SOFTWARE% Environment variable ==
Many of the silent installs are listed with %SOFTWARE% as a placeholder for the location of the installation files. If your installation files are for licensed software then there is probably something in the license that says you have to control access wish to use the install files. If silent installs from this wiki, you must set the %software% environment variable globally then any command prompt will reveal the location of these filesyourself. You can prevent this by setting the variable in the wpkg-start.bat batch file To do so that it only affects that "session". It also keeps all , add something like the environment variable settings for WPKG as part following to one of the WPKG script and ensures the variable is set before the script runs.your profiles:
<code><pre><profiles>
<profile id="Base">
<variable name="SOFTWARE" value="\\SERVER\WPKG$"/>
</profile>
</profiles></pre></code>
 
 
If your installation files are for licensed software then there is probably 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? ==
3
edits