
Feel free to contact me if you need beta testers for this feature. In our case, users would gladly have a limited user-only install without direct links, so a selection in the beginning ("Full" or "Light" install) would be perfectly fine and shouldn't be too hard to implement. What a lot of programs do is ask at the very beginning whether the program should be installed only for the user (to appdata) or for every user (to Program Files) and only request admin privileges if the user selects all users. Currently, the Admin prompt pops up before selecting the folder, so users that do not have privileges will not even get to that part. I think the default install location will also cause problems: Admin rights are always needed to install to the Program Files folder.


I'm looking into whether there's a similar registry write we can do that doesn't require admin privileges. Hello This video will show you how to install any software without knowing admin password.THIS IS WORKING SPECIALLY FOR WINDOWS 10CODE-cmd /min /C 'set CO. From what I can tell, the only piece of our installation that requires admin privileges is the registry write to HKEY_CLASSES_ROOT we make to support direct links.
