Installer with few clicks

Features wanted...
Post Reply
hari3
Posts: 225
Joined: 25 Sep 2016 13:57
Location: win 10,64 bit

Installer with few clicks

Post by hari3 »

Create installer with fewer clicks like agree and install in the same window also including the path where it will be installed such that
one can install in few clicks.I have seen many installers which do this with few clicks,don should change the installer used.
If you want for e.g see editpad pro it installs in 2 or 3 clicks, it's created with deploy master an installer which can be bought.

The reason being is xy is updated daily and users update it frequently.

Borut
Posts: 1412
Joined: 19 Oct 2010 19:29

Re: Installer with few clicks

Post by Borut »

So then, your problem is the updater, not the installer. BTW, XY needs not to be installed at all.

To automate the update process, do the following:

Add a user defined button in the toolbar.

Define the following action for its left click:

Code: Select all

update 1+4;
That's it. (See Help (F1) for more details on the Update scripting command.)

Also, in case you do not want to add update button to your toolbar, under
Help > Online Support > Check for Updates
you have more or less the same functionality.
Win 10 Pro 64bit

hari3
Posts: 225
Joined: 25 Sep 2016 13:57
Location: win 10,64 bit

Re: Installer with few clicks

Post by hari3 »

What have u thought don? are u going to change the installer?

Leito
Posts: 561
Joined: 26 Sep 2016 15:37
Location: Windows 10 1809 x64

Re: Installer with few clicks

Post by Leito »

hari3 wrote: 04 Jan 2019 10:38 What have u thought don? are u going to change the installer?
Why should he do this?

Your requirements are already covered by the updater, as stated by @Borut.

Post Reply