Borgas
Posts: 56
Joined: Tue Jan 22, 2008 10:49 pm

Unable to set SQLServerConnectionDlg to run only firsttime

Hi!

I am unable to set SQLServerConnectionDlg to only show in first time installation. Even if i only have Dialog in "First Time Install" folder i shows when i uppgrade. How can i supress dialog for SQL in uppgrade mode?
My setup uses Instances
Borgas
Posts: 56
Joined: Tue Jan 22, 2008 10:49 pm

Re: Unable to set SQLServerConnectionDlg to run only firsttime

Attached my AIP file
Attachments
Qpick setup.aip
(29.78 KiB) Downloaded 249 times
Catalin
Posts: 6586
Joined: Wed Jun 13, 2018 7:49 am

Re: Unable to set SQLServerConnectionDlg to run only firsttime

Hello,

In order to display your dialog only on the first time install, you can proceed as it follows:

-Go to "Dialogs" page, right click on your dialog --> "Show only if..." and set the condition as it follows:

Code: Select all

NOT OLDPRODUCTS
Hope this helps.

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

Return to “Common Problems”