Hi all -
I saw some information on the boards about this topic, but it was rather dated. I'd appreciate any guidance you could provide.
When compiling for a Windows Standalone, I see that I can choose the UAC Execution level.
If I choose "default," when I run my app, I get the following warning: "The publisher could not be verified. Are you sure you want to run this software?"
If I choose another level of UAC, I get this warning: "Do you want to allow the following program from an unknown publisher to make changes to this computer?"
I really want to avoid having any warning show. Please let me know what steps I need to take to avoid these dialog warnings.
Thanks so much.
Joel
Removing "Verified Publisher" warnings
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 135
- Joined: Thu Sep 13, 2012 10:25 pm
Re: Removing "Verified Publisher" warnings
Either turn off the UAC in Windows, or code sign your executable..
-
- Posts: 135
- Joined: Thu Sep 13, 2012 10:25 pm
Re: Removing "Verified Publisher" warnings
Aaack! Thanks for the response. I was afraid of that.
Any advice/thoughts for me on the thoughts of code signinging the executable. I've not done that before...
Joel
Any advice/thoughts for me on the thoughts of code signinging the executable. I've not done that before...
Joel
Re: Removing "Verified Publisher" warnings
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!