frjames
Posts: 27
Joined: Wed Apr 18, 2012 8:40 pm

Skipping Dialog

I've added a BrowseIIS dialog according to this tutorial
http://www.advancedinstaller.com/user-g ... e-iis.html

But if I put it before my SQLConnectionDlg, it skips right to the ProgressDlg when clicking next. It works ok when putting it earlier.

My SQLConnectionDlg is searching for existing databases. The NewDialog under published events for Next goes to sqlconnectiondlg so not sure what's going on.
frjames
Posts: 27
Joined: Wed Apr 18, 2012 8:40 pm

Re: Skipping Dialog

Got it to skip to install step again, so not sure why it's doing that. When it ran, I picked an existing website, and during configuring IIS part of install, it says Web Site "name" already exists on this server. Do you want to skip this web site and continue the installation? The Select IIS Website example project doesn't do that, and would assume it wouldn't try to install if you pick an existing from the dropdown. Any reason for that?
frjames
Posts: 27
Joined: Wed Apr 18, 2012 8:40 pm

Re: Skipping Dialog

It skips to install step when you type in a new website vs. selecting a new one.

Also found the option "Skip item installation" under Error Policy in IIS so no longer get prompt for existing website.
frjames
Posts: 27
Joined: Wed Apr 18, 2012 8:40 pm

Re: Skipping Dialog

Still wondering why I can't have them iis, then sqlconnection order, and why typing in website can jump to install step.
Bogdan
Posts: 2794
Joined: Tue Jul 07, 2009 7:34 am
Contact: Website

Re: Skipping Dialog

Can you please send us the aip file to support at advancedinstaller dot com so we can investigate it?

Regards,
Bogdan
Bogdan Mitrache - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”