Hi Rainer, > [...] > > Are you sure you're checking the right %TEMP% directory? WPKG client executes > wpkg.js within SYSTEM context. Usually %TEMP% for the system user refers to > %SystemRoot%\temp (c:\windows\temp). So if you access %TEMP% on your user > account you will check in > C:\Users\<user>\AppData\Local\Temp > or (on XP) > c:\Documents and Settings\<user>\Local Settings\Temp Of course I was *not* looking in the right place ;-). Thank you very much for pointing this out. Now I have the logfile and the desired informations. Maybe some explanations on http://wpkg.org/ (e.g. http://wpkg.org/Debugging?), explaining the logfile/event viewer logging differences and such pitfalls like the various %TEMP% locations could help clarifying that for other users, too. > Alternatively just specify a log_file_path value of "C:\\temp\" in order to > write the file into any hard-coded path which you know how it's resolved. I'll do so. Thanks again frank |