PowerPro can be deployed as an msi package using the following Command :
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