Windows installer exit codes
Return codes used by the MyDeskViewer Windows EXE installer for interactive, silent and Microsoft Store installation scenarios.
Silent installation
The Windows x64 installer supports silent installation with the /q parameter. The installer returns one of the codes below as its process exit code so Microsoft Store and deployment tools can determine the result.
Standard exit codes
0 — Installation successful
The installation completed successfully.
10 — Installation cancelled by user
The user cancelled the installation, including cancellation of the required elevation prompt.
11 — Application already exists
MyDeskViewer is already installed and the requested installation does not need to continue.
12 — Installation already in progress
Another MyDeskViewer installation process is already running.
13 — Disk space is full
The installation could not continue because the target disk does not have enough free space.
14 — Reboot required
The installation requires a Windows restart before all changes can be completed.
15 — Network failure
The installer could not complete a required network operation, such as downloading installation files.
16 — Package rejected during installation
The installation was blocked or rejected by a security or system policy.
99 — Miscellaneous installation failure
The installation failed for a reason that does not match one of the more specific return codes above.
Microsoft Store installer configuration
Package type: EXE
Architecture: x64
Silent parameter: /q
For support or installer-related questions, use the MyDeskViewer feedback page.