microsoft / WSL-DistroLauncher

Sample/reference launcher app for WSL distro Microsoft Store packages.
MIT License
1.67k stars 517 forks source link

Add 'install' argument to support non-interactive install #36

Closed benhillis closed 6 years ago

benhillis commented 6 years ago

This change adds a "install" argument to the sample to support registering the distribution non-interactively. This is useful because it makes the install scriptable, for example:

mydistro.exe install --root

benhillis commented 6 years ago

Will update readme.md with new arguments.