> The source is in Common.wxs. >> 3. Where I should put the reference to WelcomeDlg to go back. I am not sure what dialog it is, but could be VerifyReadyDlg. > Yes, that's the next after WelcomeEulaDlg.
I am sorry, I didn't describe my situation well, so ... I put WelcomeDlg instead of WelcomeEulaDlg. My aim was to remove Licence screen and use the WixUI_minimal. So when first screen appears (WelcomeDlg) I can go to the next screen, without seeing the licence. So far so good. But when trying to go back from second screen, the button Back is doing nothnig.See the dialog sequence below. And the question is, what I need to change to go back from second screen to first one (WelcomeDlg). I believe the second screen is VerifyReadyDlg. Thanx for rest of answers. bye bye X. P.S. Does it exist the common sequence of dialogs available as a graph, e.g UML diagram, just some picture where can be find the sequence of single dialog in the queue of processing <Property Id="WixUI_WelcomeDlg_Next" Value="VerifyReadyDlg" /> <Property Id="WixUI_VerifyReadyDlg_BackCustom" Value="CustomizeDlg" /> <Property Id="WixUI_VerifyReadyDlg_BackChange" Value="CustomizeDlg" /> <Property Id="WixUI_VerifyReadyDlg_BackRepair" Value="MaintenanceTypeDlg" /> <Property Id="WixUI_VerifyReadyDlg_BackRemove" Value="MaintenanceTypeDlg" /> <Property Id="WixUI_VerifyReadyDlg_BackTypical" Value="SetupTypeDlg" /> <Property Id="WixUI_VerifyReadyDlg_BackFeatureTree" Value="CustomizeDlg" /> <Property Id="WixUI_VerifyReadyDlg_BackComplete" Value="CustomizeDlg" /> <Property Id="WixUI_MaintenanceWelcomeDlg_Next" Value="MaintenanceTypeDlg" /> <Property Id="WixUI_MaintenanceTypeDlg_Back" Value="MaintenanceWelcomeDlg" /> <Property Id="WixUI_MaintenanceTypeDlg_Change" Value="CustomizeDlg" /> <Property Id="WixUI_MaintenanceTypeDlg_Repair" Value="VerifyReadyDlg" /> <Property Id="WixUI_MaintenanceTypeDlg_Remove" Value="VerifyReadyDlg" /> ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users