The VertiGIS Studio Desktop installer is an executable Burn bootstrap bundle.
Do not use msiexec.exe to install or uninstall Studio Desktop. The installer automatically selects the appropriate embedded MSI package based on the ArcGIS Pro installation environment.
•Use the /quiet parameter to perform a completely hidden installation.
•Use the /passive parameter to display a progress bar while the installation runs.
•Use the /norestart parameter to prevent the installer from restarting the computer.
Command Line Variables
Variable |
Default |
Description |
|---|---|---|
InstallPrinting |
TRUE |
Installs the Studio Desktop Printing component. |
InstallWorkflow |
TRUE |
Installs the Studio Desktop Workflow component. |
InstallRooClient |
FALSE |
Installs the Studio Desktop CrossLink (RooClient) component. |
EnableLandingPage |
FALSE |
Enables the Studio Desktop Landing Page by default. |
The following command performs a silent installation using the default component settings (Printing and Workflow enabled):
VertiGIS-Studio-Desktop-v99.99.99.exe /quiet /norestart
The following command installs all optional components and enables the Landing Page by default:
VertiGIS-Studio-Desktop-v99.99.99.exe /quiet /norestart InstallRooClient=TRUE EnableLandingPage=TRUE
The following command disables the Printing and Workflow components:
VertiGIS-Studio-Desktop-v99.99.99.exe /quiet /norestart InstallPrinting=FALSE InstallWorkflow=FALSE
The Post Installer supports silent license activation for enterprise deployments using tools such as SCCM or Microsoft Intune.
The Post Installer executable is located in the installation directory under Post-Installer\bin\app.exe.
•Activate with Account ID: app.exe --silent --account-id=<VertiGIS Account ID Identity>
•Activate with JWT Token: app.exe --silent --jwt=<JWT token>
•Verify Existing License: app.exe --silent
The calling script can evaluate the exit code to verify success.
Exit Code |
Description |
|---|---|
0 |
Success. The license was validated and saved. |
1 |
Failure. The license could not be validated or saved, for example because of invalid credentials, a network error, or a write error. |