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

2018-04-10 Thread Graham Samuel via use-livecode
Hi Matthias I stopped trying to use InstaMaker some time ago, but I’m sorry to say I can’t remember why - maybe I was just worried that as things were not working, there were too many variables for me to cope with. The reason I’ve forgotten is that I have had a pause in my development work

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

2018-04-10 Thread Graham Samuel via use-livecode
Hi Bob Yes, your interpretation is right. InnoSetup didn’t mind the line PrivilegesRequired line (no error flagged up) but the behaviour of the final step of the installation - launch the app - gave the same error as before. But modifying the Standalone Settings as you suggested did the trick.

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

2018-04-10 Thread Bob Sneidar via use-livecode
I think he is saying that PrivilegesRequired=admin DOESN'T work, as I suspected. There is no point to running a Windows app as an administrator unless it is capable of modifying system files or altering settings only an admin can modify. By settings the UAC level to Same as Invoker (which IMHO

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

2018-04-10 Thread Matthias Rebbe via use-livecode
> Am 10.04.2018 um 17:57 schrieb Graham Samuel via use-livecode > >: > > Babysitting over, tried it, it works! > > Thanks a million. > > BTW Trevor’s suggestion of > >> PrivilegesRequired=admin > So if it´s working now

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

2018-04-10 Thread Graham Samuel via use-livecode
Babysitting over, tried it, it works! Thanks a million. BTW Trevor’s suggestion of > PrivilegesRequired=admin didn’t work, and didn’t even get the install process to ask the user to change the privileges, which surprised me, but then I know nothing. Thanks for all the patient readers that

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

2018-04-10 Thread Matthias Rebbe via use-livecode
This is what i´ve found https://www.software.trevix.it/piccolo_installer/ Matthias > Am 10.04.2018 um 17:37 schrieb Bob Sneidar via use-livecode > >: > > Links? > > Bob

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

2018-04-10 Thread Bob Sneidar via use-livecode
Links? Bob S > On Apr 10, 2018, at 02:09 , trevix via use-livecode > wrote: > > You may want to try my stack "Piccolo Installer”, just updated to version > 1.1.6 > > "PiccoloInstaller" is a Livecode stack, to be used to create Mac or Windows > standalone

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

2018-04-06 Thread Bob Sneidar via use-livecode
This all came about because with XP, if you logged in as an administrator account, any process that launched in that session ALSO ran as an administrator, which meant that it could modify system files. It was like a petri dish for malware. Just clicking to preview an email could ruin your day.

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

2018-04-06 Thread Bob Sneidar via use-livecode
I think the problem he has is that the executable is already set to launch as admin and ar runtime he is not elevated. Bob S > On Apr 5, 2018, at 19:26 , Trevor DeVore via use-livecode > wrote: > > Have you tried adding the following configuration option to

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

2018-04-06 Thread Graham Samuel via use-livecode
Treor, thanks, will try it. I despise myself for my ignorance here, but it is very hard to get an easy path to understanding, especially since both the vocabulary and logic seem so alien. Anyway I appreciate all the help I’ve been getting. Graham > On 6 Apr 2018, at 03:26, Trevor DeVore via

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

2018-04-05 Thread Trevor DeVore via use-livecode
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

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

2018-04-05 Thread Graham Samuel via use-livecode
Woo! That looks promising! Will try it - have to go babysitting now, but soon enough… Thanks Graham > On 5 Apr 2018, at 15:46, Bob Sneidar via use-livecode > wrote: > > Just poking around, a manifest is like a config file for the app. As I > mentioned, your

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

2018-04-05 Thread Bob Sneidar via use-livecode
Just poking around, a manifest is like a config file for the app. As I mentioned, your installer maker solution may have a way to configure one. If not, apparently there are solutions that allow you to post process your executable to include one. Also worth considering, in the Windows tab of

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

2018-04-05 Thread Graham Samuel via use-livecode
Hmm, thanks for the discussion. I see that it is not a straightforward issue, and I am probably forced to get my hands dirty in the world of Windows. I am aching for a very simple set of step-by-step instructions, but of course that is not the job of anyone on this list! BTW, I am also asking

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

2018-04-04 Thread Bob Sneidar via use-livecode
Elevation is a security feature of Windows since Vista I believe. Even though you log in with what you might think is an administrator account, the actual session user does NOT have Administrative rights. Anything that user does only has standard user rights. UAC (user access control) must be