I'm having trouble creating a package with an .msi file
I would like to add some arguments.
This installation works when I use cmd without Wapt
Code: Select all
msiexec /i YubiKey-Minidriver-4.6.3.252-x64.msi /quiet INSTALL_LEGACY_NODE=1
Code: Select all
properties = {
'INSTALL_LEGACY_NODE':1,
}
def install():
# Declaring local variables
# Installing the software
print("Installing: YubiKey-Minidriver-4.6.3.252-x64.msi")
install_msi_if_needed('YubiKey-Minidriver-4.6.3.252-x64.msi', properties = properties)
Thanks in advance
Sincerely,
Brice
###############################
- Installed WAPT version 2.6.0
- Linux server OS and Debian version
- Operating system of the administration machine/Windows 11 package creation
