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.
