[wpkg-users] Forcing a second reboot...

2009-10-29 Thread Marco Gaiarin

I'm moving in my organization from symantec corporate edition to
kaspersky as AV solution.

I'm doing some tests with WPKG, disinstalling old AV and installing new
one.
I'm using WPKG 'install on shutdown'.

I've done some test, and:

 - symantec are correctly removed
 - then, kaspersky network client got installed
 - then kaspersky AV fail saying 'reboot needed before installing'

after that, machine shut down/reboot, but at next startup... the
machine are without AV until next shutdown. I cannot keep machines an
entire day without AV... ;(((

I've tried to add to 'network agent' installation a row like:

install cmd='schtasks /create /tn KNA forced reboot /sc ONSTART /ru 
SYSTEM /tr shutdown /r /t 5 /f' /

but does not work, probably because the 'shutdown' executed on startup
are ignored (the scheduled task are correctly installed and work runned
by hand).


How can i force a reboot at next boot? ONLOGON will suffice?

Thanks.
-
wpkg-users mailing list archives  http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] Forcing a second reboot...

2009-10-29 Thread luca_manganelli
wpkg-users-boun...@lists.wpkg.org scritti il 29/10/2009 12.23.53

 I'm doing some tests with WPKG, disinstalling old AV and installing new
 one.
 I'm using WPKG 'install on shutdown'.

So do us.

 I've done some test, and:

 - symantec are correctly removed
 - then, kaspersky network client got installed
 - then kaspersky AV fail saying 'reboot needed before installing'

 after that, machine shut down/reboot, but at next startup... the
 machine are without AV until next shutdown. I cannot keep machines an
 entire day without AV... ;(((

 How can i force a reboot at next boot? ONLOGON will suffice?

The problem is that if you force a reboot IMMEDIATELY at the next login
screen, the WPKGMessage.exe window will remain stuck because the Windows
Network subsystem is not completely initialized.

Have you tried to launch  ...\wpkg.js /synchronize /nonotify /sendStatus ?

-
wpkg-users mailing list archives  http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] Forcing a second reboot...

2009-10-29 Thread Pendl Stefan

 I've tried to add to 'network agent' installation a row like:

   install cmd='schtasks /create /tn KNA forced reboot
 /sc ONSTART /ru SYSTEM /tr shutdown /r /t 5 /f' /

 but does not work, probably because the 'shutdown' executed on startup
 are ignored (the scheduled task are correctly installed and
 work runned
 by hand).


 How can i force a reboot at next boot? ONLOGON will suffice?

 Thanks.
 --

I would use ONIDLE with a delay of 5 minutes and remove the task with the 
installation of the new AV.

---
Stefan
-
wpkg-users mailing list archives  http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users