Installing XMDesigner Silently

How Can We Help?

Installing XMDesigner Silently

< Back

Issue:

How to install XMDesigner silently via command line option?

Scenario:

There are instances with XMPro clients that XMDesigner needs to be distributed/installed onto user’s machines without them being disturbed by the process.

Solution:

To install XMDesigner silently via the command line option, follow the steps below:

  1. Extract the XMDesigner.exe downloaded from XMPro Documentation site. Use an archiver tool to extract, i.e. WinRAR.
  2. Upon extracting, two files will be extracted: Setup.exe and XMDesigner.msi
  3. Use the msiexec command-line as followed in the Windows command prompt to install XMDesigner silently.
msiexec/i C:\Downloaded\XMDesigner.msi/qn/L*V "C:\temp\xmdesigner_installation.log"

Option

Meaning

/I

Installs or configures a product.

/QN

No UI

/L

Writes logging information into a logfile.

“*” – Wildcard, log all information. “V”, verbose output.

For more information on msiexec command-line option check out:

https://docs.microsoft.com/en-gb/windows/win32/msi/command-line-options

The command line mentioned will install XMDesigner to the default location:

C:\Program Files (x86)\XMPro\Designer

 

 

Comments are closed.

This is the legacy version of the XMPro Documentation site. For the latest XMPro documentation, please visit documentation.xmpro.com

X