Re: [fpc-pascal] FPC generated executables and digital signatures

2016-04-08 Thread Michael Thompson
On 8 April 2016 at 22:19, Graeme Geldenhuys wrote: > Excellent, that did the trick - thanks! I ticked the "all network paths > (UNCs)" option. I would never have found that option as I don't > consider my local network as part of "Internet Options'. Oh well, that's > just me. No, it's not jus

Re: [fpc-pascal] FPC generated executables and digital signatures

2016-04-08 Thread Michael Thompson
On 8 April 2016 at 22:12, Michael Thompson wrote: > As you've worked out, this isn't an issue with the exe, it's the new > security paradigm. To solve/workaround you need to let your windows know > the network location is secure. From memory, internet option / security / > trusted sites / add

Re: [fpc-pascal] FPC generated executables and digital signatures

2016-04-08 Thread Graeme Geldenhuys
On 2016-04-08 15:12, Michael Thompson wrote: > From memory, internet option / security / > trusted sites / Excellent, that did the trick - thanks! I ticked the "all network paths (UNCs)" option. I would never have found that option as I don't consider my local network as part of "Internet Options

Re: [fpc-pascal] FPC generated executables and digital signatures

2016-04-08 Thread Michael Thompson
On Fri, 8 Apr 2016 22:02 Graeme Geldenhuys wrote: > On 2016-04-08 14:48, Tony Caduto wrote: > > It only does that if the exe is executed from a location windows deems > > unsafe. > > I just noticed that if I run the executable from a console window (not > Windows Explorer, Total Commander, Double

Re: [fpc-pascal] FPC generated executables and digital signatures

2016-04-08 Thread Graeme Geldenhuys
On 2016-04-08 14:48, Tony Caduto wrote: > It only does that if the exe is executed from a location windows deems > unsafe. I just noticed that if I run the executable from a console window (not Windows Explorer, Total Commander, Double Commander etc), then the prompt does not appear. We got to lo

Re: [fpc-pascal] FPC generated executables and digital signatures

2016-04-08 Thread Tony Caduto
It only does that if the exe is executed from a location windows deems unsafe. Even on Windows 10 my laz exes work fine with no publisher warning but as soon as you try from a network mapped drive or a UNC location bam you get the warning. On Apr 8, 2016 8:39 AM, "OBones" wrote: > If the exe is u

Re: [fpc-pascal] FPC generated executables and digital signatures

2016-04-08 Thread OBones
If the exe is unsigned, then Windows will complain everytime it is run. If it is signed with a fully resolved certificate (not a self created one), then it will show the publisher in the dialog and depending on your security settings will either ask you if you want to be asked the next time or

Re: [fpc-pascal] FPC generated executables and digital signatures

2016-04-08 Thread Tony Caduto
Graeme, Glad to help, that's always annoyed me as well but have never had time to fully investigate it, I imagine it's due to a signing issue like you originally thought. If you find anything out let us know 😁 On Apr 8, 2016 8:01 AM, "Graeme Geldenhuys" wrote: On 2016-04-08 13:51, Tony Caduto wr

Re: [fpc-pascal] FPC generated executables and digital signatures

2016-04-08 Thread Graeme Geldenhuys
On 2016-04-08 13:51, Tony Caduto wrote: > I only get that if I run the exe from a shared network drive on Windows 7 > and up. Ha, that was the problem! My Win7 is a VirtualBox VM, and my source code is on a VirtualBox shared folder (mapped to a drive letter in Windows 7). If I copy that executabl

Re: [fpc-pascal] FPC generated executables and digital signatures

2016-04-08 Thread Graeme Geldenhuys
On 2016-04-08 13:35, Sven Barth wrote: > > Do you mean an UAC elevation dialog (with a broad yellow bar at the top), No, see attached screenshot. It is weird. Only some applications seem to pop up with this dialog, others don't. This specific app doesn't require admin privileges, and doesn't us

Re: [fpc-pascal] FPC generated executables and digital signatures

2016-04-08 Thread Tony Caduto
I only get that if I run the exe from a shared network drive on Windows 7 and up. Maybe your not enabling the manifest, the laz ide does it automatically for win32. On Apr 8, 2016 6:20 AM, "Graeme Geldenhuys" wrote: > Hi, > > I don't visit Windows much, but was doing some testing on a Win7 VM. >

Re: [fpc-pascal] FPC generated executables and digital signatures

2016-04-08 Thread Sven Barth
Am 08.04.2016 13:20 schrieb "Graeme Geldenhuys" < mailingli...@geldenhuys.co.uk>: > > Hi, > > I don't visit Windows much, but was doing some testing on a Win7 VM. > Every time I run my FPC generated executable I get a Security Warning > dialog pop up and it mentions a "Unknown Publisher", and I hav

Re: [fpc-pascal] FPC generated executables and digital signatures

2016-04-08 Thread Graeme Geldenhuys
On 2016-04-08 12:36, Marco van de Voort wrote: > Try ...snip... Thanks Marco, I'll give those a try. >> Like I said, I don't know which much, and when I do us Windows, it's >> normally Win2000 which doesn't have this issue. Wow, that reads terrible. My brain thought one thing, and my fingers t

Re: [fpc-pascal] FPC generated executables and digital signatures

2016-04-08 Thread Marco van de Voort
In our previous episode, Graeme Geldenhuys said: > Every time I run my FPC generated executable I get a Security Warning > dialog pop up and it mentions a "Unknown Publisher", and I have to then > click the 'Run' button before my application runs. > Does anybody know what is required to get rid of

[fpc-pascal] FPC generated executables and digital signatures

2016-04-08 Thread Graeme Geldenhuys
Hi, I don't visit Windows much, but was doing some testing on a Win7 VM. Every time I run my FPC generated executable I get a Security Warning dialog pop up and it mentions a "Unknown Publisher", and I have to then click the 'Run' button before my application runs. Does anybody know what is requi