We use the following BIOS deployment package:
Code: Select all
# -*- coding: utf-8 -*-
from setuphelpers import *
def install():
print(f"installing {control.package}")
run_notfatal(f'"{glob.glob("*.exe")[0]}" /p=monpasswordbios/s /r') # le /r est nécessaire seulement pour restaurer un bios plus ancienThe problem is as follows: After a successful installation, the WAPT console still returns the value of the old BIOS.
Therefore, it's impossible to know if our BIOS is up to date on the machines.
We use the property:
dmi/BIOS_Information/Version
All other BIOS-related properties also revert to the previous version.
However, on the machines in question, when you go into the BIOS, it is indeed the more recent version installed by the Wapt package that is on the machine...
No matter how many times we refresh the console or restart the machine, nothing works.
How can I make the console return the version actually installed on the machine?
Thank you for your help.
Wapt Enterprise Server: 2.2.3.12463
Debian 11
