http://bugzilla.wpkg.org/show_bug.cgi?id=106 Rainer Meier <r.meier at wpkg.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |r.meier at wpkg.org --- Comment #1 from Rainer Meier <r.meier at wpkg.org> 2008-03-31 21:20:39 --- First of all, 1.0-RC2 is outdated. Does this happen to you as well when 1.0-RC8 is used? I have to admit that I do not use the logon delay feature of WPKG client. However the behavior of WPKG should be the same. Unfortunately from the description it seems not to be clear if wpkg.js is called at all. In any case you should see some envent log entries: WpkgService: WPKG Service trying to start... WpkgService: WPKG Service->RegisterServiceCtrlHandler: successfuly done WpkgService: WPKG Service->SERVICE_START_PENDING: successfuly done WpkgService: ServiceStart WpkgService: Offline mode enabled: successfuly done. WpkgService: Offline mode: server connecting method selected. WpkgService: Server connecting: successfuly done. WpkgService: Set script security context: successfuly done. WpkgService: Network resource connected WSH: ... WpkgService: Script execution: successfuly done WpkgService: Network resource: successfuly disconnected WpkgService: WPKG Service: successfuly done Depending on your settings the offline mode entries might be missing. This example I took from my event logs when there is a wpkg-xml save script run at each start (execute=always). Now I remove this script from my profile (so everything is synchronized and no package is to be installed/updated/removed: WpkgService: WPKG Service trying start... WpkgService: WPKG Service->RegisterServiceCtrlHandler: successfuly done WpkgService: WPKG Service->SERVICE_START_PENDING: successfuly done WpkgService: ServiceStart WpkgService: Offline mode enabled: successfuly done. WpkgService: Offline mode: server connecting method selected. WpkgService: Server connecting: successfuly done. WpkgService: Set script security context: successfuly done. WpkgService: Network resource: successfuly connected WpkgService: Script execution: successfuly done WpkgService: Network resource: successfuly disconnected WpkgService: WPKG Service: successfuly done So it looks the same - except that there is no output from WSH as there is nothing to be done. NOTE: I just re-started the service - without rebooting for this quick test. To me it looks slightly like there is a problem to run the script (by WPKG client). Which version of WPKG client are you using? My Versions: wpkg.js 1.0-RC8 WPKG Client 1.2.0 (final) executing wrapper.js (not directly wpkg.js) OS: Windows Vista x64 Probably somebody could verify. Does it happen to somebody else as well? If yes, can somebody verify if wpkg.js is executed or even not invoked at all? If wpkg is executet it should start to write a log file right from the beginning (see config.xml for location and configuration). If this log file is not created (even not the temporary startup-log within %TEMP% of the executing user) it is probably a misconfiguration or WPKG client issue. Even if it works perfectlty for me at the moment. So please provide more information if possible. -- Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. |