I've made a simple Windows Forms application with Visual Studio 2010 that doesn't need elevated rights to work.
I've created a setup project to install the files in following location to not need administrative rights during the installation: [LocalAppDataFolder][Manufacturer][ProductName]. And no registry keys are installed either by the installer.
But it keeps asking "Do you want to allow the following program from an unknown publisher to make changes to your computer?" during the installation, and I'd like to avoid this.
I've seen that this message will keep being prompted until the installer file has not been signed with a certificate purchased from an official authority.
Is there a way to do this freely? Or to avoid this message when the application doesn't need elevated rights?
Thanks in advance for your help, Julien