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 ------------------------------------------------------------------------- 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
