Is the fact the following statement from AdvancedWelcomEulaDlg.wxs is
missing an Overridable="yes" attribute an issue?

 

        <InstallUISequence>

            <Show Dialog="AdvancedWelcomeEulaDlg" Before="ProgressDlg">NOT
Installed</Show>

        </InstallUISequence>

 

In my case I am trying to alter the WixUI_Advanced flow by inserting a
different welcome eula dialog which works, but this built in dialog pops
just before ProgressDlg.

 

I guess a work around would be to also define a custom ProgressDlg so that
the built in ProgressDlg does not display.

 

Thanks,

Nik

------------------------------------------------------------------------------
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to