How can I install EventReporter unattended?
Created on 2000-July-24 by Rainer
Gerhards.
Unattended installation is painless with EventReporter. If you plan to
do so, we recommend using the "engine only" install set. To install
unattended:
- configure EventReporter on a master machine
- export the registry key & subkeys "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Adiscon
EvntSLog\Parameters". Be sure to include the subkeys (like application,
system, ...)
- load the resulting .reg file into notepad
- remove all references to nLastRecord
- create a batch file that
- calls regedit yourfile.reg
- copies
evntslog.exe to a local directory
- installs the service via
"evntslog -i"
- run that file on the target machines
|