Logo

Find step-by-step guides, troubleshooting tips, and feature explainers to get the most out of our platform.

Can I install PowerPro using an msi package?

Licensing and Installation

Can I install PowerPro using an msi package?

Yes, using msiexec, please read on

Last updated on 05 Aug, 2024

PowerPro can be deployed as an msi package using the following Command :

 

Image

 

where:

msiexec is the command

/i specifies normal install

D:\Temp\workstation.msi specifies the full path to the installation package file

/qn specifies there's no UI during the installation process

/quiet specifies quiet mode, which means there's no user interaction required

/log ppmsilog.txt (optional) specifies the logging and name of the log file

 

 

 

Did you find this article helpful?
Previous

Workstation Install Error

Next