Audit of the Firefox package
Published: April 17, 2024 - 2:04 PM
WAPT Enterprise, version 2.5.4.15342, Linux
Good morning,
I use an MSI package for Firefox deployment:
Browser updates are therefore done automatically at the machine level.
The problem is that the package audit fails as soon as Firefox is updated, because the uninstallation key has changed
Good morning,
I use an MSI package for Firefox deployment:
Code: Select all
def install():
# Declaring local variables
# Installing the software
print("Installing: Firefox Setup 124.0.2.msi")
install_msi_if_needed('Firefox Setup 124.0.2.msi', key="Mozilla Firefox 124.0.2 (x64 fr)",min_version='124.0.2')
The problem is that the package audit fails as soon as Firefox is updated, because the uninstallation key has changed