[SOLVED] Firefox ESR 32bit/64bit Update Package
Published: April 20, 2018 - 10:07 PM
Hello everyone,
I'm new to WAPT and I need your help.
I want to update Firefox ESR 52.7.2 to 52.7.3 on the network, but only if that version is already installed on the PC.
The `install_exe_if_needed` function doesn't meet my needs.
I have several PCs:
- Windows 7 32-bit with Firefox ESR 52.7.2 32-bit , which I would like to update to Firefox ESR 52.7.3 32-bit
- Windows 7 64-bit with Firefox ESR 52.7.2 32-bit (due to compatibility issues with some applications), which I would like to update to Firefox ESR 52.7.3 32-bit
- Windows 7 and 10 64-bit with Firefox ESR 52.7.2 64-bit , which I would like to update to Firefox ESR 52.7.3 64-bit.
How can I retrieve the version of Firefox ESR installed on the PC (which wasn't installed by wapt)? Is there a Python function that can retrieve this information?
How can I create this package in Python?
I'm new to WAPT and I need your help.
I want to update Firefox ESR 52.7.2 to 52.7.3 on the network, but only if that version is already installed on the PC.
The `install_exe_if_needed` function doesn't meet my needs.
I have several PCs:
- Windows 7 32-bit with Firefox ESR 52.7.2 32-bit , which I would like to update to Firefox ESR 52.7.3 32-bit
- Windows 7 64-bit with Firefox ESR 52.7.2 32-bit (due to compatibility issues with some applications), which I would like to update to Firefox ESR 52.7.3 32-bit
- Windows 7 and 10 64-bit with Firefox ESR 52.7.2 64-bit , which I would like to update to Firefox ESR 52.7.3 64-bit.
How can I retrieve the version of Firefox ESR installed on the PC (which wasn't installed by wapt)? Is there a Python function that can retrieve this information?
How can I create this package in Python?