The search returned 4 results

by Mathéo21
March 21, 2022 - 12:04
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Firefox package uninstallation key error
Answers: 7
Views : 4760

Re: Firefox package uninstallation key error

Hello,



I've switched to WAPT Discovery version 2.2.0.11720 and when I used the code snippet you suggested last time, I got another error.




So I wanted to know what might be causing it.



Thank you for your help.
by Mathéo21
March 16, 2022 - 3:40 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Firefox package uninstallation key error
Answers: 7
Views : 4760

Re: Firefox package uninstallation key error

If the default uninstall key in the .msi package is incorrect, then I don't know if the modification I made in setup.py is correct or not.

Here is the setup.py file for my package:


# -*- coding: utf-8 -*-
from setuphelpers import *

uninstallkey = ["Mozilla Firefox (x64 fr ...
by Mathéo21
March 16, 2022 - 10:42
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Firefox package uninstallation key error
Answers: 7
Views : 4760

Re: Firefox package uninstallation key error

Package created:
creating package 2 .PNG
creating package 2 .PNG (20.31 KB) Viewed 4758 times
by Mathéo21
March 16, 2022 - 10:41
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Firefox package uninstallation key error
Answers: 7
Views : 4760

[SOLVED] Firefox package uninstallation key error

Hello,


For a project during my second-year BTS (Advanced Vocational Diploma) in Computer Science,
I implemented the WAPT solution on a Windows 2016 server.

I installed a Windows 10 client with the agent and then created my own Firefox package using an .msi file.
Once the package was created, I...