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.