On Wed, Apr 4, 2018 at 4:21 PM, Graham Samuel via use-livecode <
use-livecode@lists.runrev.com> wrote:

>
> I’ve got a standalone which is cross-platform and works well on Mac and
> PC. Unfortunately I’m having a lot of trouble with making a viable Windows
> Installer, using the Inno system. All goes well with the installation
> process until the user checks “launch” for the app at the end of the
> installation process. He/she then gets and error message (this is on both
> Windows 7 and Windows 10):
>
> > C:/Program Files\Myprogram\Myprogram.exe
> >
> > CreateProcess failed: code 740
> > The requested operation requires elevation
>

Have you tried adding the following configuration option to your .iss file?

PrivilegesRequired=admin

If not then give it a try.

-- 
Trevor DeVore
ScreenSteps
www.screensteps.com
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to