1 Apr 2011 15:35
strange network printer share print driver deployment issue
Mike Burgener <mike.burgener <at> u-blox.com>
2011-04-01 13:35:05 GMT
2011-04-01 13:35:05 GMT
Hi all, very happy with wpkg, but i have a very very strange issue at the moment. Wen want to deploy printer drivers using wpkg during boot, there is a script which is executed by wpkg: cmd-script http://pastebin.com/A0VpTEUp the wpkg-package file: http://pastebin.com/xcqW5HnJ if i manually run the .cmd file, it works. Server on which the script is run is "servera" but the printers rely on "serverb", if i'm logged in using a network user the script works, however if i run it without network user the .cmd just hangs while executing the first "rundll" part. However i tried to implement a workaround by doing the "net use" first, but this did not help either. But if i do the "net use" first while testing without wpkg as a local user, it does fix it. The strange thing on some workstations it seems to function but on other not and all seem to have the same installation.(Continue reading)
> - Optionally run in system tray and check for updated packages at regular
> intervals. Inform users about updates and prompt them with alternatives.
> (the platform is designed to be able do this)
Here, we do not want to have messages in system tray. Our users get
bored by such ToolTips.
> - Hopefully be able to install software at shutdown with feedback to user
> (this is not easily achievable AFAIK, as Windows does not have an API for
> giving information to users at shutdown)
We run WPKG client at shutdown to avoid a delay at startup, our users
are more inclined to have a shutdown delay rather than a startup one.
I wonder how the windows "install updates and shutdown" works, seems
that we can register[1] an application to block the shutdown process.
The user can force the shutdown to occur, if so, the client can force a
run at the next startup if it was canceled by the user (like the windows
RSS Feed