How do I install 3DVista Virtual Tour on Windows?⌄
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id 3DVista.VirtualTour --exact --version 2025.2.10. winget downloads the installer from 3dVista and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install 3DVista Virtual Tour silently for unattended deployment?⌄
Add --silent and accept the agreements upfront: winget install --id 3DVista.VirtualTour --exact 2025.2.10 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall 3DVista Virtual Tour via winget?⌄
Run: winget uninstall --id 3DVista.VirtualTour --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from 3DVista Virtual Tour's Apps & Features entry.
Is 3DVista Virtual Tour free?⌄
3DVista Virtual Tour is distributed under Proprietary. Refer to the publisher (https://www.3dvista.com/en/kb/faqs/general/download-official-version-of-vt-pro-beta/) for the full license terms - Wingetly itself does not charge for installation.
Does 3DVista Virtual Tour work on Windows 10?⌄
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls 3DVista Virtual Tour directly from the publisher.
How do I keep 3DVista Virtual Tour up to date?⌄
Run winget upgrade --id 3DVista.VirtualTour --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of 3DVista Virtual Tour from microsoft/winget-pkgs.