[OT, maybe] - configuring a Windows Installer for a Standalone

Trevor DeVore lists at mangomultimedia.com
Thu Apr 5 22:26:45 EDT 2018


On Wed, Apr 4, 2018 at 4:21 PM, Graham Samuel via use-livecode <
use-livecode at 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



More information about the use-livecode mailing list