Re: Memory leak?

2017-01-15 Thread J. Landman Gay via use-livecode
On 1/15/17 3:40 PM, Jeanne A. E. DeVoto via use-livecode wrote: At 2:02 PM -0600 1/15/2017, J. Landman Gay via use-livecode wrote: I've been watching Activity Monitor on OS X while LC 8.1.2 is running. On launch it registered about 52 MB of memory. I opened a stack that has no background scripts

Re: Memory leak?

2017-01-15 Thread Jeanne A. E. DeVoto via use-livecode
At 2:02 PM -0600 1/15/2017, J. Landman Gay via use-livecode wrote: I've been watching Activity Monitor on OS X while LC 8.1.2 is running. On launch it registered about 52 MB of memory. I opened a stack that has no background scripts running, it's completely inert, and after a while it jumped to

Re: Another naive question about code signing

2017-01-15 Thread Matthias Rebbe via use-livecode
Graham, there is a lesson about signing Innosetup Installers http://revolution.screenstepslive.com/s/revolution/m/10695/l/563371-signing-installers-you-create-with-inno-setup Re

Memory leak?

2017-01-15 Thread J. Landman Gay via use-livecode
I've been watching Activity Monitor on OS X while LC 8.1.2 is running. On launch it registered about 52 MB of memory. I opened a stack that has no background scripts running, it's completely inert, and after a while it jumped to 84 MB memory. I let the computer sleep and left it on all night. W

Re: Another naive question about code signing

2017-01-15 Thread Graham Samuel via use-livecode
I’m just using Innosetup on its own, under Windows 7. This works fine, in the sense that all the installers I’ve ever created do exactly what I want them to do (apart from launching the program immediately after installation, which I’ve had to switch off). My problem comes with the code signing

Re: Another naive question about code signing

2017-01-15 Thread Matthias Rebbe via use-livecode
Graham, which installer are you using? I am using tool from Monte called InstallGadget. This tool uses the free Innosetup under the hood and allows to create intallers by drag and drop. As this tools is quite old, i updated the Innosetup stuff inside the InstallGadget folder. So in any case yo

Re: Another naive question about code signing

2017-01-15 Thread Graham Samuel via use-livecode
Matthias, I took your advice. I don’t use tsnet so that wasn’t a difficulty for me. So what I did was to sign the standalone (this was Windows, so it was a .exe file), then create the installer and sign that. I used Ksign for these processes. I then went through the process of downloading and r