Bugs item #1323224, was opened at 2005-10-10 12:34
Message generated for change (Settings changed) made by robmen
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1323224&group_id=105970

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: light
Group: v2.0
>Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Jerry Dennany (jerdenn)
Assigned to: Derek (derekc)
Summary: Improper InstallUISequence using "After" Attribute

Initial Comment:
If you do a sequence like the following:

 <InstallUISequence>
   <Show Dialog="Finished1"  OnExit="success"/>
   <Show Dialog="Finished2" After="Finshed2" />
</InstallUISequence>

WiX will properly give Dialog Finished1 a sequence 
number of -1, but will give Finished2 a sequence of 0.

WiX should not allow "After" or "Before" sequencing of 
anything with a sequence number of  <0, as these are 
reserved sequence numbers.

----------------------------------------------------------------------

Comment By: Derek (derekc)
Date: 2005-10-12 18:18

Message:
Logged In: YES 
user_id=518766

This should be fixed in the next drop.

----------------------------------------------------------------------

Comment By: Derek (derekc)
Date: 2005-10-10 15:57

Message:
Logged In: YES 
user_id=518766

Nice catch.  I've got a local change to fix this in 3.0 (all
action sequencing code has been re-written) but a 2.0 fix
would probably also be a good idea.

----------------------------------------------------------------------

Comment By: Jerry Dennany (jerdenn)
Date: 2005-10-10 14:15

Message:
Logged In: YES 
user_id=707226

Oops!  There's a bug in the bug report.  The proper snippet 
should be:

<InstallUISequence>
<Show Dialog="Finished1" OnExit="success"/>
<Show Dialog="Finished2" After="Finished1" />
</InstallUISequence>


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1323224&group_id=105970


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to