[wpkg-users] WPKG-GP 0.16 deployment problems
Nils Thiele
it.service.kultur at uni-hamburg.de
Thu Feb 20 11:08:51 CET 2014
After the new release i was trying to deploy it to all my current
clients.
Until now WPKG-GP 0.15 was only installed manually, i was now trying to
upgrade those installations to 0.16.
Using following package:
<package
id="wpkg-gp"
name="WPKG-GP"
revision="%version%" >
<variable name="version" value="0.16" />
<check type="uninstall" condition="versiongreaterorequal"
path="Wpkg-GP.+" value="%version%"/>
<install architecture="x64"
cmd="%SOFTWARE%\wpkg-gp\wpkg-gp-%version%_x64.exe /S /INI
%SOFTWARE%\wpkg-gp\wpkg-gp.ini">
<exit code="3010" reboot="delayed" />
</install>
<install architecture="x86"
cmd="%SOFTWARE%\wpkg-gp\wpkg-gp-%version%_x86.exe /S /INI
%SOFTWARE%\wpkg-gp\wpkg-gp.ini">
<exit code="3010" reboot="delayed" />
</install>
<upgrade include="install" />
</package>
and this are the parts of the deployed WPKG-GP.ini i have changed:
WpkgCommand = \\ip-of-server\wpkg\wpkg.js
WpkgNetworkUsername = wpkg
WpkgNetworkPassword = "clear:pass1 at pass2"
the package deploys fine but wpkg-gp is not able to launch at startup,
it gets stuck on the initializing screen and after 1-2 min it goes to
the login screen. No connection to the wpkg server, no synchronisation.
i also tried i also tried WpkgNetworkPassword = pass1 at pass2 but no
difference...
If i install the client manually with exactly the same settings it works
fine..
any idea?
Thanks!
Greetings,
Nils
More information about the wpkg-users
mailing list