Page 1 of 1

Veeam Endpoint Backup Packet Error

Published: June 19, 2017 - 4:43 PM
by neckatskin
Hello,

I'm trying to create a package for Veeam Endpoint Backup. The installation returns error code 1000, but the software is still functional. The problem is that the WAPT server doesn't recognize that the software is installed, which is causing me an issue.

Is there a way to tell WAPT that the installation is successful despite this error? (Adding status code 1000 as a success code or another way to work around the problem)

You will find attached screenshots of the installation error code and the Veeam Endpoint Backup setup.py file.

Thank you in advance for your reply.

Best regards,

NeckAtSkin


EDIT: Inspired by your code regarding Microsoft Visual C++ Redistributable packages, I added "accept_returncodes=[0,1000]" to the installation parameters, which seems to solve the problem. Hoping this can help others!