conaticus/FileExplorer

Windows support for installation by non-administrator accounts

mud-ali opened this issue · 0 comments

Please consider allowing installation without the User Account Control popup requesting an administrator password (if this is possible).

I'm not too familiar with the subject but possible solutions I've thought of could be:

  • use an .exe installer instead of a .msi
  • if there is some permission requesting API used to gain access to system folders, avoid requesting that permission until the user attempts to directly access them
  • Some signing of the app, since I did get a few warnings about infrequently downloaded apps

Not quite sure, but any assistance would be appreciated.

Thank you!