This message was deleted.
# rancher-desktop
a
This message was deleted.
f
Sorry, I don't know. The Rancher Desktop project provides the installers from GitHub releases, and the software has an auto-update feature to keep itself up-to-date.
We do not have any influence over whatever 3rd-party packagers/installers are doing.
w
sorry Slack access disappeared on me again.
winget install suse.rancherdesktop --override "WSLINSTALLED=1 WSLKERNELINSTALLED=1 MSIINSTALLPERUSER=1 /qn /l* c:\temp\rancher.log" --accept-package-agreements --accept-source-agreements --source winget
is in the ballpark of what I have used in the past (note custom is preferred for newer winget I just had a bunch of old 1.5/1.6 folks). winget community entry isn't "repacked" just a recipe, but 100% they didn't add a user scope. So I think you need to add
WSLINSTALLED=1
instead of kernel based on https://github.com/rancher-sandbox/rancher-desktop/issues/5951. Have not done another run through as of late, but i believe that should work unless @proud-jewelry-46860 has any thoughts on the MSI param mix.
👍 1