3,217
edits
Changes
WPKG
,no edit summary
= Initial WPKG Client deployment =
WPKG Client is available as a MSI package.
It can be installed silently from command line or in a script like below:
<source lang="dos">
msiexec /norestart /qn /i "%SOFTWARE%\WPKG\WPKG Client 1.2.1.msi" ALLUSERS=1 SETTINGSFILE="%SOFTWARE%\WPKG\settings.xml"
</source>
If you have [wpkg.js] already configured, you can simply do:
<source lang="dos">
cscript \\path\to\wpkg.js /synchronize /quiet
</source>
= WPKG Client upgrade =
I use this setup from now to install all the stuff with a single command; I've simply build up a batch file that defines the same environment variable defined in settings.xml and start directly wpkg.js, as:
</package>
</source>
[[Category:Silent Installers]]