In those cases where IT Departments need to make mass deployments of Plex-Earth on several machines, the following process must be followed:
1) Open Command Prompt (cmd) and locate the folder of the setup file (.msi).
2) Execute the msiexec command:
msiexec /i <Product.msi>
Replace <Product.msi> with the actual setup file name.
Ex:
msiexec /i SETUP-PLEXEARTH-23.0.8172
3) Finally, the Subscription Code must be provided to each user, so as to complete the activation and workstastion registration individually.
Feel free to contact us at support@plexscape.com for any questions you might have.
Other useful optional parameters are:
/quiet - Quiet mode, no user interaction
/passive - Unattended mode - progress bar only
/q[n|b|r|f]
Sets user interface level
n - No UI
b - Basic UI
r - Reduced UI
f - Full UI (default)