On Thu, 23 Apr 2009 17:31:31 +0200 Tomasz Chmielewski <mangoo at wpkg.org> wrote: > Anders Nilsson schrieb: > > I have a problem with automatic rebooting after package > > installation. > > > > I've tried using the reboot="true" option for a package but no > > actual reboot occurs. > > The log output of wpkg.js says "System reboot in progress!" after > > successful installation of the package, but not such thing happens. > > > > I've tried using both versions 1.0.2 and 1.0.4 of wpkj.js. > > > > I've also tried using the "shutdown -r -f -t 0" command as the > > last install command (as follows) of the package, but still no > > reboot. <install cmd='cmd.exe /C shutdown -r -f -t 0' /> > > > > What am i missing / doing wrong here? > > What operating system do you use? Windows XP, SP3. > > How do you launch wpkg.js (i.e. using WPKG Client or any other > method)? > > I don't use the wpkg client but start wpkg.js from a Windows startup script like this: cscript.exe wpkg.js /synchronize >> startup.log |