How to install WinSyslog in silent mode?
Created on by Andre Lorbach.
Because WinSyslog is using the Windows Installer (MSIE)
it is very easy to start the Installation in silent mode.
There are two ways to do it.
1. Using the WinSyslog msi-file (Only possible if Windows Installer is
installed on the target machine)
The msi-file has to be started with the following command line options (Using a sample File location):
msiexec /i C:\SetupFileName.msi /qn
2. Using the WinSyslog setup-file (Only necessary if Windows Installer
2.0 isn't installed - maybe a reboot is required).
The setup-file has to be started with the following command line options (Using a sample File location):
SetupFileName.exe /v"/qn" /s
For more informations about the Windows Installer command line options see:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/hh/msi/app_73eb.asp.
|