As company IT administrator, you can deploy Virtual Surveyor in a more automated way. You can silently install Virtual Surveyor running a command prompt and prevent Virtual Surveyor's default behavior from starting up automatically when the installation is complete.
How to Silently Install Virtual Surveyor
Run the following command through a command window or from the installation script or package.
virtualsurveyorinstaller.exe /qn STARTAPP="false"
- /qn makes the installer run without UI.
- STARTAPP="false" makes sure that the application does not start after installation.