Detect when trying to install as regular user and print helpful message #11

Closed
opened 2024-10-12 01:09:56 +00:00 by scott · 2 comments
Owner

Currently trying to install as regular user, on Windows at least, only results in some unhelpful errors from the system. Would be nice to detect this and instruct the user to try again as admin.

Currently trying to install as regular user, on Windows at least, only results in some unhelpful errors from the system. Would be nice to detect this and instruct the user to try again as admin.
mik-tf added the
enhancement
label 2024-10-12 01:15:30 +00:00
Owner

TODO

  • Catch error using install and print out clear error for regular user
  • Turn all { panic(err) into clear error messages
# TODO - Catch error using install and print out clear error for regular user - Turn all { panic(err) into clear error messages
mik-tf self-assigned this 2024-10-12 01:17:51 +00:00
mik-tf added the
Issue
label 2024-10-12 01:17:55 +00:00
Owner

Completed in #15

Completed in #15
Sign in to join this conversation.
No description provided.