@kymkin I'm not exactly sure where the install is failing for you, but I can tell you the additional parameters I've successfully used for my install script. Adding the directory of the forwarder program file location. (i.e., C:\ or D:\ drive before the .msi file name) INSTALLDIR_ parameter (determines where install location of the UF program) I add the the license agreement parameter prior to the log collection parameters. Not sure if this actually changes the install process or not. SPLUNKUSERNAME/SPLUNKPASSWORD parameters to set your own admin credentials. /passive end flag (instead of quiet). This is essentially a quiet installation with a progress display. Hope this helps.
... View more