emrexdx
Posts: 7
Joined: Thu Dec 05, 2019 9:31 am

Start installing when i start setup

Fri Sep 18, 2020 9:32 am

Hi,
I have InstallDlg and ProgressDlg. I have gif in ProgressDlg so i am showing it. But I need to press Next button to move from InstallDlg to Progressdlg.
I don't want this. I want automatic press Next button when form loaded or skip InstallDlg.
Thanks!

Catalin
Posts: 6544
Joined: Wed Jun 13, 2018 7:49 am

Re: Start installing when i start setup

Mon Sep 21, 2020 3:24 pm

Hello,

In order to achieve this, you can go to "Dialogs" page --> right click on "InstallDlg" --> "Show only if..." --> use a condition that is always evaluated as false.

This way, the dialog will be skipped.

However, are you sure you want to skip this dialog? In this dialog, your EULA will be displayed to the user.

Hope this helps.

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

emrexdx
Posts: 7
Joined: Thu Dec 05, 2019 9:31 am

Re: Start installing when i start setup

Mon Sep 21, 2020 3:36 pm

Image
Image: https://imgur.com/TDTN531
It's disabled.

emrexdx
Posts: 7
Joined: Thu Dec 05, 2019 9:31 am

Re: Start installing when i start setup

Wed Sep 23, 2020 10:31 am

Catalin wrote:
Mon Sep 21, 2020 3:24 pm
Hello,

In order to achieve this, you can go to "Dialogs" page --> right click on "InstallDlg" --> "Show only if..." --> use a condition that is always evaluated as false.

This way, the dialog will be skipped.

However, are you sure you want to skip this dialog? In this dialog, your EULA will be displayed to the user.

Hope this helps.

Best regards,
Catalin
Not solved.

Catalin
Posts: 6544
Joined: Wed Jun 13, 2018 7:49 am

Re: Start installing when i start setup

Fri Sep 25, 2020 12:15 pm

Hello,

This is happening becuase you have removed the "WelcomeDlg" dialog.

Please note that the dialog that comes right after the "PrepareDlg" can not be skipped, at least not from the UI.

In order to skip the "InstallDlg" dialog, please go to "Table Editor" page --> "InstallUISequence" table --> condition the "InstallDlg" action with a false condition.

Hope this helps!

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

emrexdx
Posts: 7
Joined: Thu Dec 05, 2019 9:31 am

Re: Start installing when i start setup

Sat Sep 26, 2020 10:38 am

Catalin wrote:
Fri Sep 25, 2020 12:15 pm
Hello,

This is happening becuase you have removed the "WelcomeDlg" dialog.

Please note that the dialog that comes right after the "PrepareDlg" can not be skipped, at least not from the UI.

In order to skip the "InstallDlg" dialog, please go to "Table Editor" page --> "InstallUISequence" table --> condition the "InstallDlg" action with a false condition.

Hope this helps!

Best regards,
Catalin
Thank you!

Catalin
Posts: 6544
Joined: Wed Jun 13, 2018 7:49 am

Re: Start installing when i start setup

Thu Oct 01, 2020 11:23 am

You are always welcome!

Glad I could help.

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”