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

Thank you.

Kevin

-----Original Message-----
From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 15, 2008 3:10 PM
To: Kevin Burton
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Upgrade (options?)

Kevin Burton wrote:
> I have included the WIX code that I am using for the dialog below (with a
> considerable number of sections removed). How should I modify
> <InstallUISequence> ? There is a "SHOW" attribute on this element? As you
> can see below I have not attributes or sub elements of this element
defined,
> just <InstallUISequence/>.
>   

If you're using Publish to publish control events in the wizard 
sequence, then you need two for each dialog surrounding the optional 
one: one to move to/from the optional and one to skip it. Your 
conditions need to be mutually exclusive.

You could use InstallUISequence to show the dialog before the modal 
wizard dialog starts. But once the wizard starts, you need to use Publish.

-- 
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