A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize request, please see:
Initial testing of the product using the switches "/S /v /qn" installs the C++ pre-requisites silently but the wrapper installer then launches a subsequent MSI which requires user input for:-
1. Accepting the EULA 2. Specifying a "User Name" and "Organization" property
Currently trying to see if the vendor offers other install switches for a complete silent installation. If they can't provide this we may be unable to add the product to our catalog, unfortunately, because we are unable pass installation switches to child processes during installation.
Saw this on Twitter, definitely has value for our Amlaw 100 firm.
using /S /V"/qn REBOOT=ReallySuppress" appears to pass the silent install param successfully to child launched MSI's. Back on the radar!
Initial testing of the product using the switches "/S /v /qn" installs the C++ pre-requisites silently but the wrapper installer then launches a subsequent MSI which requires user input for:-
1. Accepting the EULA
2. Specifying a "User Name" and "Organization" property
Currently trying to see if the vendor offers other install switches for a complete silent installation. If they can't provide this we may be unable to add the product to our catalog, unfortunately, because we are unable pass installation switches to child processes during installation.