The search returned 5 results

by Thierry83
November 30, 2020 - 8:53 PM
Forum: WAPT Packages
Subject: Fatal error: MSI kes_win.msi has been installed but the uninstall key ... can not be
Answers: 0
Views : 5374

Fatal error: MSI kes_win.msi has been installed but the uninstall key ... can not be

Hello,

I'm having trouble installing kes_win.msi correctly; the installation generates a FATAL ERROR!

Fatal error: MSI kes_win.msi has been installed but the uninstall key... cannot

. I'm using install_msi_if_needed(with the properties arguments), how can I avoid this...?
by Thierry83
November 26, 2020 - 12:30
Forum: WAPT Packages
Subject: Uninstalling software with a password? Wapt script
Answers: 7
Views : 7742

Re: Software uninstallation with password? Wapt script

Hello,

I'm testing https://www.wapt.fr/fr/doc/wapt-create- ... aquet.html.

I'm getting the machine UUIDs in the WAPT console, but where is the

encrypt-text.json

? It's generating an error as if the file doesn't exist:

FATAL ERROR: IOError ...
by Thierry83
November 24, 2020 - 6:28 AM
Forum: WAPT Packages
Subject: Uninstalling software with a password? Wapt script
Answers: 7
Views : 7742

Re: Software uninstallation with password? Wapt script

I need to test this because, from what I can see in your script (assuming I've read it correctly): `


encryptlist = json.loads(open('encrypt-txt.json','r').read())
if WAPT.host_uuid in encryptlist:
host_key = WAPT.get_host_key()
encrypttxt = host_key.decrypt(encryptlist[WAPT.host_uuid].decode ...`
by Thierry83
November 23, 2020 - 7:40 PM
Forum: WAPT Packages
Subject: Uninstalling software with a password? Wapt script
Answers: 7
Views : 7742

Re: Software uninstallation with password? Wapt script

Thanks Gaetan and Vincent,

I had indeed seen the script to encrypt the password, but I didn't know about the Kasp login and password.

Thanks to both of you for this answer which confirms this lead, I'm going to experiment! :)
by Thierry83
November 22, 2020 - 8:16 PM
Forum: WAPT Packages
Subject: Uninstalling software with a password? Wapt script
Answers: 7
Views : 7742

Software uninstallation with password? Wapt script

Hello,

Great tool, but when trying to create an uninstallation package I ran into a problem: the Kaspersky antivirus is password-protected, preventing its uninstallation.

Question: Does Wapt allow managing a password for software uninstallation?

In...