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 _______________________________________________ wpkg-users mailing list wpkg-users at lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users |