This guide explains how to run the Sightlab2 installer with command-line parameters for automated deployment. The installer runs with a visible GUI showing installation progress, but automatically skips manual input steps when parameters are provided.
Prerequisites
Windows 10/11
Administrator privileges
Internet connection (for downloading components)
At least 10 GB free disk space
Installation Steps
Step 1: Open Command Prompt
In Windows Search type "cmd" and hit enter to open the Command Prompt Window
Step 2: Navigate to Installer Directory
cd "path to installer"
Step 3: Run the Installer
With License Key (Auto-skips on user input, uses default path):
Note: You may need admin privileges to kill the installer since it runs elevated.
Verification After Installation
After the installer window closes (installation complete), verify everything installed correctly:
Check Installed Components
:: Check Resources
dir "C:\Program Files\WorldViz\Sightlab2"
:: Check Projects
dir "C:\Users\%USERNAME%\Documents\Sightlab2"
:: Check Vizard
dir "C:\Program Files\WorldViz\Vizard8"
:: Check Desktop Shortcuts
dir "%USERPROFILE%\Desktop\Sightlab*.lnk"
dir "%USERPROFILE%\Desktop\E-Learning*.lnk"
Test Launch
Double-click the "Sightlab2" shortcut on your desktop. It should open File Explorer showing your projects folder with example scripts.
Command-Line Parameters Reference
Parameter
Description
Behavior
Example
/LICENSE=key
Provide license key
Auto-skips license page and validates key
/LICENSE=SMITH-SINGLE-ABC1234
/DIR=path
Custom installation directory
Auto-skips folder selection page
/DIR="D:\MyProjects\Sightlab2"
Parameter Behavior:
No parameters: Shows all GUI pages (license entry, folder selection)
With /LICENSE=: Skips license page, still shows folder selection (or uses default)
With /DIR=: Skips folder selection page, still shows license page (if Core selected)
Both parameters: Fully automated - only shows component selection, then proceeds
Vizard installation runs silently (no separate window)
Installation takes 5-15 minutes
Desktop shortcuts appear
Folders created in Documents and Program Files
Installer closes automatically when complete
❌ Error Indicators:
Error message box appears
Download result shows error code (not "OK")
Installation stops prematurely
No files in C:\Program Files\WorldViz\Sightlab2
No files in C:\Users\[Username]\Documents\Sightlab2
No desktop shortcuts created
Automated Installation Script Example
For streamlined deployment with command-line parameters, create auto_install.bat:
@echo off
echo ========================================
echo Sightlab2 Automated Installation
echo ========================================
echo.
echo The installer will start with:
echo - License: RABAUDI@WORLDVIZ-MULTI-4CB6114
echo - Directory: C:\Users\%USERNAME%\Documents\Sightlab2
echo.
echo A GUI window will show installation progress.
echo This will take approximately 5-15 minutes.
echo.
echo Starting installer...
echo.
cd"C:\Users\sepsi\Documents\WorldViz Work\sightlab_utils_git\sightlab_utils"
Sightlab2_Installer_Full.exe /LICENSE=RABAUDI@WORLDVIZ-MULTI-4CB6114
echo.
echo ========================================
echo Installation Complete!
echo ========================================
echo.
echo Check the following locations:
echo - C:\Program Files\WorldViz\Sightlab2
echo - C:\Users\%USERNAME%\Documents\Sightlab2
echo - Desktop shortcuts
echo.
pause
Run as Administrator: auto_install.bat
Note: The installer will still show a GUI window with progress, but will skip the license and folder selection pages since they're provided via command line.
Post-Installation
After successful installation:
Check Help Documentation:
Opens automatically at the end: https://help.worldviz.com/sightlab/
Explore Examples:
Navigate to: C:\Users\[Username]\Documents\Sightlab2\ExampleScripts\