Kevin Burton wrote:
> I am not aware of Publish. I am just following some samples and using
> <InstallUISequence/> as shown in the previous WIX code sample.
>   

I'm not sure what your UI sequence is but you have Publish elements in 
the code you posted. e.g.:

<Publish Event="NewDialog"
Value="[BsiUI_SetupTypeDlg_NextComplete]">1</Publish>


You need the replace the 1 condition with one for the property you're 
using but you need to "fix" all the conditions like this:

Dialog A
   Next: Dialog X if property
   Next: Dialog B if not property
Dialog B
   Next: Dialog C
Dialog C
   Back: Dialog B if not property
   Back: Dialog A if property

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to