Marco Gaiarin schrieb: > Mandi! Tomasz Chmielewski > In chel di` si favelave... > >> Does it work correctly when started from the command line? (cscript >> \\path\to\wpkg.js /synchronize /debug) > > Perfectly. They fail/stall only if started by service. Something may fail to install with WPKG started as a service only in two cases: 1. It logs too excessively and capacity of Event Log is exceeded. By default wpkg.js, with /quiet flag, logs to Windows Event Log. Default log size in Windows is 512 kB? It is easy to fill it with a simple copy command. Using some quiet flags or redirecting output to >nul solves such problems. 2. Software/installer is poorly installed, and does not install properly if started from username other than Administrator. This would be the case if we start the service as SYSTEM. The second case could be the problem for you - if it's really so, try to change the user running WPKG service to Administrator (using the "WPKG Parameters"). -- Tomasz Chmielewski http://wpkg.org _______________________________________________ wpkg-users mailing list wpkg-users at lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users |