We are trying to install the Solarwinds Orion agent silently on Server 2012R2 in order to deploy it to servers but have a problem with the silent installation. If I open a Command Prompt and use the first command below, the installation fails.
If I change the /qn to /qb as in the second example, the installation works but it is not silent, there is one screen shown and a UAC prompt that must be clicked on.
<span style="font-family:'Arial',sans-serif;">msiexec /I Solarwinds-Agent.msi /qn TRANSFORMS=SolarWinds-Agent.mst</span>
<span style="font-family:'Arial',sans-serif;">msiexec /I Solarwinds-Agent.msi /qb TRANSFORMS=SolarWinds-Agent.mst</span>
<span style="font-family:'Arial',sans-serif;"> </span>
<span style="font-family:'Arial',sans-serif;">If I create an installation log for each install example, the exit code is 0 for the /qb example, but for the /qn example it is Windows installer error status 1603. If I check under Program Files I see an empty folder was created for the software but nothing is placed in it.</span>
<span style="font-family:'Arial',sans-serif;"> </span>
<span style="font-family:'Arial',sans-serif;">Should the /qn option work to install it silently, or is there another way to install it silently that I should try? Thanks.</span>