The search returned 3 results

by Remi
June 24, 2021 - 11:48
Forum: WAPT Packages
Subject: Bitdefender Endpoint Package Creation Problem
Answers: 5
Views : 4635

Re: Bitdefender Endpoint Package Creation Problem

Hello,

a quick update:

I managed to launch the uninstallation command using the following command:

def uninstall():

print('Bitdefender Gravity Zone: uninstallation in progress...')

uninstallstring=r'"C:\Program Files\Bitdefender\BitdefenderUninstall\Best_uninstallTool.exe" "/bdparams ...
by Remi
June 21, 2021 - 4:06 PM
Forum: WAPT Packages
Subject: Bitdefender Endpoint Package Creation Problem
Answers: 5
Views : 4635

Re: Bitdefender Endpoint Package Creation Problem

Hi Denis,

thanks for the clarification.

If I understand correctly, the command syntax should be:

`uninstallstring = [r"C:\Program Files\Bitdefender\BitdefenderUninstall\Best_uninstallTool.exe"]`.

Can I add the arguments `/bdparams` and `/password=mypassword` like this...?
by Remi
June 18, 2021 - 6:21 PM
Forum: WAPT Packages
Subject: Bitdefender Endpoint Package Creation Problem
Answers: 5
Views : 4635

Problem Creating Bitdefender Endpoint Package

Hello everyone,

first of all, being brand new here, if I'm not in the right section or if anything is missing, please excuse me in advance :D

For testing prior to a deployment for a client company, I'm creating a Bitdefender GravityZone package...