Changes

Jump to: navigation, search

FAQ

539 bytes added, 19:47, 4 January 2008
m
I'm getting an error "Event log file is full", and then WPKG exits
cscript \\server\wpkg\wpkg.js /synchronize /nonotify >nul
 
It is generally a good idea to start most of the <code><install cmd</code> commands in a quiet way (there are sometimes quiet switches), or redirect their output to >nul. Examples of such commands are copy, xcopy, robocopy, del etc.
The problem can be avoided by changing the default settings for Windows logging, which are too small. Open the '''Event Viewer''', select the '''Application Log''', and choose '''Properties''' from the '''Action''' menu. You can increase the maximum log size and change the setting to overwrite events, so the log file will not get filled. You can probably set up a silent install package to make these changes on all your workstations by editing registry keys. See HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\logfile.
== I'm getting an error 'Input Error: There is no script engine for file extension ".js".', and WPKG won't start ==
21
edits

Navigation menu