Replies: 1 comment
-
It'd definitely be possible to do with Burn. Not sure how easy it'd be. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all
Is it possible to install WSL easily using wix. Things that need to be done:
Set the default WSL version to 2
wsl --set-default-version 2
Install the WSL image
wsl --import {wsl-Image}
Set this image as the default
wsl --set-default {wsl-Image}
Ideally on uninstall it should do the following too:
Any thoughts on this?
Thanks
Donie
Beta Was this translation helpful? Give feedback.
All reactions