Removing "Verified Publisher" warnings

Deploying to Windows? Utilizing VB Script execution? This is the place to ask Windows-specific questions.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
joel.epsteinBUS31vi
Posts: 135
Joined: Thu Sep 13, 2012 10:25 pm

Removing "Verified Publisher" warnings

Post by joel.epsteinBUS31vi » Thu May 09, 2013 8:05 pm

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

shaosean
Posts: 906
Joined: Thu Nov 04, 2010 7:53 am

Re: Removing "Verified Publisher" warnings

Post by shaosean » Thu May 09, 2013 9:08 pm

Either turn off the UAC in Windows, or code sign your executable..

joel.epsteinBUS31vi
Posts: 135
Joined: Thu Sep 13, 2012 10:25 pm

Re: Removing "Verified Publisher" warnings

Post by joel.epsteinBUS31vi » Thu May 09, 2013 10:55 pm

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

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Removing "Verified Publisher" warnings

Post by Simon » Fri May 10, 2013 4:16 am

Here's a compny:
http://codesigning.ksoftware.net

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

Post Reply