Tomasz Chmielewski a écrit : > Nicolas LEBRUN schrieb: >> Hi, >> >> Just want an advice ... >> >> My configuration is : >> - wpkg.js 1.1.0 M6 >> - WpkgClient 1.3.6 >> >> I install at Shutdown with a scheduled shutdown every evening by a >> service named Poweroff >> (http://users.telenet.be/jbosman/poweroff/poweroff.htm) ... >> >> But if a package needs a reboot, the station reboot and remain switched >> on till next evening >> >> Then which RebootCmd should I use in config.xml to avoid that ? > > Does the workstation reboot if you uninstall this "poweroff" utility? I will try, when back to office ... I'm on holidays, now ;) > > Why don't you use "shutdown -r -t 0" instead (assuming you use anything > more modern than Windows 2000)? Only Windows XP sp3 PowerOff allows to schedule shutdown on every evening... and I installed it to shutdown at a random time between 19h00 and 20h00 ... "shutdown -r -t 0" is for a reboot, is'nt it ? What I want is having a "shutdown" (as scheduled by "poweroff") neither a "reboot" ( as needed by the package ) ... If the station reboots on next day, it is sufficient to me. I thought I could add a rebootcmd in config.xml which could make a "shutdown" rather than a "reboot". Not sure I'm clear ... |