I created an installer project for a C# desktop app I created. When I install the app I have to run the setup.exe file as administrator in order for it to install in the correct directory. If I do not run it as administrator it installs the app in the root directory. What do i need to do so I do not have to run as administrator?
Thanks,
Brian