How Can We Help?
Issue:
How to install XMDesignerIs used to configure XMPro BPM solutions. 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:
- Extract the XMDesigner.exe downloaded from XMPro Documentation site. Use an archiver tool to extract, i.e. WinRAR.
- Upon extracting, two files will be extracted: Setup.exe and XMDesigner.msi
- 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.