Hi again (youhou second Post :)
I wish to know how I can script a silent install of the Kiwi Syslog Server and specially Web Access Component.
I read the Online Help of the product, at part "Advanced Information > Automating install"
Where I am atm :
- I can install Kiwi Syslog Server with :
start "kiwisyslog" /wait "%syslogsourcedir%\%syslogsetupfile%" /S INSTALL=SERVICE /D="%sysloginstallpath%"
Setup is OK, but it doesn't launch the Web Access Installation when finished.
The subfolder Setup which contains WebAccess setup File isn't even created when i am using silent install.
Well, i launched a fresh install with the "click click world" (IE : install Wizard) ; I saw now the setup file for the Web Access. (KiwiSyslogWebAccess_1.3.1_Setup.exe)
I copy this setup file and try to launch it from command line and see how i can install it in silent mode...
But no way, i can't pass parameters like the HTTP port, and admin user name and password.
I saw that this file contains Two MSI files (syslogwebaccess.msi and and CassiniServer2Setup.msi ) + a Data1.cab
How can i Work with those files in order to fully automatised the install of the Syslog Web Access ?
Regards