[wpkg-users] Feature request - prevent logi until package installs completed

Anders Nilsson andersn at isy.liu.se
Thu Apr 23 17:04:59 CEST 2009


On Thu, 23 Apr 2009 10:43:33 +0100
Chris Wilcox <not_rich_yet at hotmail.com> wrote:

> 
> I can't recall if I asked this before, but it would be highly useful
> if I could choose to display the WPKG interface until the package
> install(s) was complete rather than specify a login delay
> 
>  
> 
> For a number of schools I support, it would prevent users being able
> to cancel or stop any installations by closing the cscript window (on
> XP anyhow, Vista is not an issue per-se as the same screen does not
> show), and ensure that package installs of new software are completed
> before the user tries to run any software that might have
> dependencies on the currently installing program(s).
> 
>  
> 
> I know you could set the login delay to a huge number, but with the
> newer beta feature of a password-protected cancellation option in
> case there is a problem, having WPKG show the interface and hold the
> login process until complete would be very useful.
> 
>  
> 
> Chris
> 
> 
> 
> _________________________________________________________________
> Share your photos with Windows Live Photos – Free.
> http://clk.atdmt.com/UKM/go/134665338/direct/01/


I start wpkg.js from the startup script in Windows, and then the
following registry keys prevent users from logging in, by simply
not presenting the login prompt, until the script has finished. That is
until wpkg has finished installing packages.

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon]
"RunLogonScriptSync"=dword:00000001
"SyncForegroundPolicy"=dword:00000001


  /Anders



More information about the wpkg-users mailing list