YehudaKremer / msix

Create Msix installer for flutter windows-build files.
https://pub.dev/packages/msix
MIT License
279 stars 69 forks source link

[BUG] If you don't have admin rights, the installing the test certificate silently fails #271

Open sma opened 3 months ago

sma commented 3 months ago

When running dart run msix:create in the terminal without admin rights, the installation silently fails and display "successfully installed" which took me (as a windows noob) really long to find out. An error message would have been really helpful. Right now, all output from the spawned process is ignored.

Even better would have been if the install script would automatically try to acquire admin rights.

At least, a bold notice in the README would be useful, I think.