Changes

WPKG-GP

48 bytes added, 09:31, 6 March 2014
Installing with wpkg: Separate WPKG-GP replacing WPKG Client
[[File:Bootup-windows-7-small.png]]
=Installing with wpkgWPKG=If you have already installed the standard [[WPKG Client]], you can use a package to replace it with WPKG-GP.
This example installs version 0.16, with a configuration defined through a [http://code.google.com/p/wpkg-gp/source/browse/trunk/Wpkg-GP.ini wpkg-GP.ini file]. Then it uninstalls the standard Wpkg Client.
<source lang="xml">
<exit code="3010" reboot="delayed" />
</install>
 
<!-- Uninstall WPKG Client -->
<install cmd='msiexec /x "%SOFTWARE%\wpkg\WPKG Client 1.3.14-%ARCHITECTURE%.msi" /qn /norestart' />
<upgrade cmd="%SOFTWARE%\wpkg-gp\Wpkg-GP-%VERSION%_%ARCHITECTURE%.exe /S /INI %SOFTWARE%\wpkg-gp\Wpkg-GP.ini">
</source>
===Replace WPKG Client with WPKG-GP===
If you already have [[WPKG Client]] installed, you can add the following, to the package above, to replace WPKG Client with WPKG-GP:
 
<source lang="xml">
<!-- Uninstall WPKG Client -->
<install cmd='msiexec /x "%SOFTWARE%\wpkg\WPKG Client 1.3.14-%ARCHITECTURE%.msi" /qn /norestart' />
</source>
= External Links =
577
edits