Re: [WiX-users] Included reference pulls in WixUI_Advanced

2012-02-08 Thread Bob Arnson
On 06-Feb-12 17:08, Derrick Brown wrote: >[Show Dialog="InstallDirDlg" > After="WelcomeDlg"]UPGRADING_OLDER_PRODUCT AND NOT > INSTALL_LOCATION_FOUND[/Show] You can't use Show for that; once the first modal dialog is shown, you have to publish control events to manage the back/next flow.

[WiX-users] Included reference pulls in WixUI_Advanced

2012-02-06 Thread Derrick Brown
Hello! I managed to ignore the welcome screen, but in some cases, I need the InstallDirDlg dialog to show up. So I put in these lines: [Show Dialog="InstallDirDlg" After="WelcomeDlg"]UPGRADING_OLDER_PRODUCT AND NOT INSTALL_LOCATION_FOUND[/Show] This gives me these errors (I do not have