The VertiGIS Network Pro .msi installer supports standard Windows Installer (MSI) command-line parameters for silent deployment.
Fully Silent Install (/qn): No user interface or prompts are displayed. Requires administrative privileges.
msiexec.exe /i "VertiGIS-Network-Pro-v99.99.99.msi" /qn
Basic UI Install (/qb): Shows a simplified progress UI but requires no user interaction.
msiexec.exe /i "VertiGIS-Network-Pro-v99.99.99.msi" /qb
Fully Silent Uninstall (/qn):
msiexec.exe /x "VertiGIS-Network-Pro-v99.99.99.msi" /qn
Basic UI Uninstall (/qb):
msiexec.exe /x "VertiGIS-Network-Pro-v99.99.99.msi" /qb