I don't understand where the following problem comes from:
On several machines, the packet failed with the following message:
Code: Select all
Traceback (most recent call last):
File "C:\Program Files (x86)\wapt\common.py", line 4235, in install_wapt
exitstatus = setup.install()
File "C:\WINDOWS\TEMP\waptry_hdetw\setup.py", line 72, in install
File "C:\Program Files (x86)\wapt\waptutils.py", line 1957, in error
raise EWaptSetupException('Fatal error : %s' % reason)
waptutils.EWaptSetupException: Fatal error : ERROR: This computer BIOS does not boot in UEFI mode, you have to change BIOS mode to continue
On these PCs, I enter Get-ComputerInfo and the property is indeed "Uefi".
So, I don't understand, it seems the package isn't retrieving the property...
Any ideas?
