Hi manideep.paul,
Our engineering says that while it's not possible to use SCCM to automate KSS installation, you can use the PsExec tool:
The below command line will install Kiwi Syslog server as NT Service without Web Access,
"AppPath\Kiwi_Syslogd_X.X.X.setup.exe" /S INSTALL=SERVICE /D=InstallPath
Notes:
- AppPath refers to the actual path of the installation package (Kiwi_Syslogd_X.X.X.setup.exe) is currently located
- Double quotes are required where shown if there are spaces in AppPath e.g. "C:\Program Files\"
- Registration can only be done manually.
Regards,
Jiri