[SOLVED] Rancher Desktop MSI package deployment issue
Published: June 13, 2024 - 2:57 PM
WAPT Enterprise: 2.5.4.15342 (Unbuntu 20.04)
Windows 11 23H2 workstations
Hello, I'm trying to deploy an MSI file: "Rancher Desktop 1.14.1"
In a development role using PYScripter, it deploys/uninstalls without any problems
During a park deployment, I consistently get an error:
This 1603 code is a bit generic, so I tried several methods (using properties, also without going through an "install_msi_if_needed")
In manual installation: at the validation steps, I only have the acceptance of the Terms and Conditions and the choice of installation as "Alluser"
It should be noted that I had no problems with version 1.11.1.
Windows 11 23H2 workstations
Hello, I'm trying to deploy an MSI file: "Rancher Desktop 1.14.1"
Code: Select all
install_msi_if_needed('Rancher.Desktop.Setup.1.14.1.msi')During a park deployment, I consistently get an error:
Code: Select all
CalledProcessErrorOutput: Command 'msiexec /norestart /q /i "Rancher.Desktop.Setup.1.14.1.msi" ' returned non-zero exit status 1603.In manual installation: at the validation steps, I only have the acceptance of the Terms and Conditions and the choice of installation as "Alluser"
It should be noted that I had no problems with version 1.11.1.