Adam Williams schrieb: > > Falko Trojahn wrote: >> Eventlog size is initially too small in Windows. See the mails from >> 9.11.2007 in this list. >> >> Try to run it without /quiet flag. >> >> /quiet makes WPKG write to event log. >> >> > > Thanks, I made a .reg file containing below. How do I silently load it > it into the registry? if I run c:\windows\system32\regedit.exe > \\server\wpkg\pkg\eventlogfix.reg it won't hang at "Are you sure you > want to add the information in \\server\wpkg\pkg\eventlogfix.reg to the > registry?" when I run it with /synchronize /quiet? > > REGEDIT4 > > [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application] > "MaxSize"=dword:2048000 > > [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application] > "Retention"=dword:0000000
Add a /s parameter to regedit.exe. See also: http://wpkg.org/Adding_Registry_Settings -- Tomasz Chmielewski http://wpkg.org ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ------------------------------------------------------- Easy Software Deployment >> http://wpkg.org _______________________________________________ wpkg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wpkg-users
