[RESOLVED] Veeam Agent 13.0.3.1220 return code 1002 (reboot required) silent mode > manual installation does not require it
Published: June 18, 2026 - 1:58 PM
Hello,
We are using WAPT Enterprise version 2.6.1.17813 on a Linux Ubuntu 22.04.5 server and manage the console via our admin sessions on Windows 11 Professional 25H2 build 26200.8655 machines.
Context:
I am developing a WAPT package to automate the update of the Veeam Agent for Microsoft Windows from version 6.3.2.1302 to 13.0.3.1220 (a major upgrade), using the official Veeam executable in silent mode (/silent /noreboot).
The idea is to be able to modify the package each time a new version is available to automate updates of the Veeam agent deployed on our VIPs' machines.
Problem encountered:
Uninstalling the old version (6.3.2.1302) works correctly. However, the installation of the new version (13.0.3.1220) never completes successfully: the installer consistently returns error code 1002, which in Veeam means "reboot required to complete installation." The Veeam service (VeeamEndpointBackupSvc) is never created after this error, and the software does not appear in the list of installed programs; the installation is therefore blocked, not just waiting for a reboot.
Notably, a manual/interactive installation of the same executable, on the same machine model, completes normally without requiring a reboot. The behavior thus differs significantly between interactive execution (user session) and silent execution via the wapt service (SYSTEM context).
My script handles error code 1002 in setup.py (capturing the exception thrown by run(), returning 3010 to WAPT to schedule a reboot), but I haven't yet been able to confirm that a subsequent reboot will complete the installation, since Veeam 13 currently won't install at all in this context.
Question:
Has anyone encountered this type of blockage with an installer requiring drivers (Veeam, or other products with drivers like antivirus/EDR/CBT) installed silently via WAPT? Is it related to the SYSTEM context of the WAPT service, a residual pending reboot state, or is there a known Veeam flag/parameter to bypass this silent blockage?
Thanks in advance.
Amaël
We are using WAPT Enterprise version 2.6.1.17813 on a Linux Ubuntu 22.04.5 server and manage the console via our admin sessions on Windows 11 Professional 25H2 build 26200.8655 machines.
Context:
I am developing a WAPT package to automate the update of the Veeam Agent for Microsoft Windows from version 6.3.2.1302 to 13.0.3.1220 (a major upgrade), using the official Veeam executable in silent mode (/silent /noreboot).
The idea is to be able to modify the package each time a new version is available to automate updates of the Veeam agent deployed on our VIPs' machines.
Problem encountered:
Uninstalling the old version (6.3.2.1302) works correctly. However, the installation of the new version (13.0.3.1220) never completes successfully: the installer consistently returns error code 1002, which in Veeam means "reboot required to complete installation." The Veeam service (VeeamEndpointBackupSvc) is never created after this error, and the software does not appear in the list of installed programs; the installation is therefore blocked, not just waiting for a reboot.
Notably, a manual/interactive installation of the same executable, on the same machine model, completes normally without requiring a reboot. The behavior thus differs significantly between interactive execution (user session) and silent execution via the wapt service (SYSTEM context).
My script handles error code 1002 in setup.py (capturing the exception thrown by run(), returning 3010 to WAPT to schedule a reboot), but I haven't yet been able to confirm that a subsequent reboot will complete the installation, since Veeam 13 currently won't install at all in this context.
Question:
Has anyone encountered this type of blockage with an installer requiring drivers (Veeam, or other products with drivers like antivirus/EDR/CBT) installed silently via WAPT? Is it related to the SYSTEM context of the WAPT service, a residual pending reboot state, or is there a known Veeam flag/parameter to bypass this silent blockage?
Thanks in advance.
Amaël