Stefan Klaus wrote: > Hello all, > > i have installed wpkg on many pc as a service. How can i set up the force > flag for all pc's remotly?
Did you use the WPKG Installer? Then, make an XML file with WPKG Installer, and set up a one-time task (execute="once") which will perform options update. > And does anyone now how i can log the service prodcedur step by step to a > file on the fileserver (similar to flag /debug)? If you start from a script, a redirect to something like \\server\share\%HOSTNAME%.log should do. I'm not sure WPKG installer will accept something like that though: >> \\server\share\%HOSTNAME%.log to the flags (well, it will accept, but I don't know if it will work). As a workaround you could use a "start before", and there, a script which starts WPKG, with a redirection. You might also look/vote/comment here: http://bugs.wpkg.org/show_bug.cgi?id=33 -- Tomasz Chmielewski http://wpkg.org ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ wpkg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wpkg-users
