I have an app and I am working on the installer for it. Assuming that I want the installation to not require elevation and I want the application itself to never require elevation and I want the updater for the application (which is build in) to never require elevation where should I install the application to?
Caveats:
- This application is not signed.
- I am okay if each user has to install it separately under their profile.
- Can I use the registry in the install and accomplish the same goal?
- The only writes it makes are to setttings/configuration files.
- .NET 4 app.