I'm trying to create an application that does not require admin rights to use.
When I publish the application there are 3 components shown:
- A folder called "Application Files"
setup.exe
MyApplicationName.application
Running MyApplicationName.application
executes my application as intended, adds an icon to the desktop and notifies the user when an update has been pushed out. :)
My users by default try to click on setup.exe
and this requires them to get admin rights to install the application.
I can see two solutions and I'll accept either.
- How do I get rid of the
setup.exe
file from being created on publish. - How do I get the
setup.exe
file not to require installation of the .NET framework or anything else that will need admin rights/privileges.