Advanced Installer allows you to make the MSI installation package silent by setting the LIMITUI property inside the MSI. This is done automatically when you check the Limit to basic user interface (simple progress and error handling) option in the Install Parameters page. 2. Basic or no user interface through the MSIEXEC command line
Full Answer
How do I silently install an MSI in Linux?
A regular command line to silently install an MSI should look like this: The /l*v install parameter is used to create an installation log. Having an installation log is useful because when you run a silent installation, the GUI is hidden and the errors are not shown. In addition to the silent installation parameters, an MSI accepts properties.
What are the Silent Install parameters for an EXE format installer?
When it comes to the .exe format type of installer, compared to the MSI, there is no standard process regarding silent install parameters. These parameters will vary depending on the software that was used to create the setup installer. But, if there's no standard process, how do we find the silent install parameters?
How do I install an MSI application on my computer?
Installing MSI-based Applications for Computers To install an MSI application to the computers, follow the steps below: Navigate to Software Deployment -> Install/Uninstall Software Configuration -> Computer configuration. Provide a name and description for the configuration.
How do I add separate MSI and EXE based software packages?
Desktop Central allows you to add separate packages for MSI and EXE based software applications: Navigate to Software Deployment tab and click Add Packages. Select the Package type as MSI and specify the following details:
5 Replies
Hi Terry Let me know if you still need help with this. I successfully deploy the agent as a post deploy script in MDT Regards Mark
Attachments
Thanks Roobhan exactly what I was after (using the GPO script was failing)