How do I install PDF-XChange PRO on Windows?⌄
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id TrackerSoftware.PDF-XChangePRO --exact --version 10.8.5.410. winget downloads the installer from Tracker Software Products (Canada) Ltd. and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install PDF-XChange PRO silently for unattended deployment?⌄
Add --silent and accept the agreements upfront: winget install --id TrackerSoftware.PDF-XChangePRO --exact 10.8.5.410 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall PDF-XChange PRO via winget?⌄
Run: winget uninstall --id TrackerSoftware.PDF-XChangePRO --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from PDF-XChange PRO's Apps & Features entry.
Is PDF-XChange PRO free?⌄
PDF-XChange PRO is distributed under Proprietary. Refer to the publisher (https://www.tracker-software.com/product/pdf-xchange-pro) for the full license terms - Wingetly itself does not charge for installation.
Does PDF-XChange PRO 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 PDF-XChange PRO directly from the publisher.
How do I keep PDF-XChange PRO up to date?⌄
Run winget upgrade --id TrackerSoftware.PDF-XChangePRO --exact, or winget upgrade --all to update everything winget tracks. We index 5 versions of PDF-XChange PRO from microsoft/winget-pkgs.