Thanks, I've installed Orca, and I see the list you're referring to. For the 
record (i.e. anyone looking for the same thing), here
are the lists in order of sequence (in my very simple MSI; perhaps there are 
more that may appear under particular conditions).

InstallUISequence:
LaunchConditions        100
ValidateProductID       700
CostInitialize          800
FileCost                900
CostFinalize            1000
ExecuteAction           1300

InstallExecuteSequence:
LaunchConditions        100
ValidateProductID       700
CostInitialize          800
FileCost                900
CostFinalize            1000
InstallValidate         1400
InstallInitialize               1500
ProcessComponents       1600
UnpublishFeatures       1800
RemoveFiles             3500
InstallFiles            4000
RegisterUser            6000
RegisterProduct 6100
PublishFeatures 6300
PublishProduct          6400
InstallFinalize         6600

-----Original Message-----
From: Chad Petersen [mailto:chad.peter...@harlandfs.com] 
Sent: January 18, 2013 17:05
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] List of all InstallUISequence & InstallExecuteSequence 
actions/events

+1 for Orca. I use it a ton to inspect the resulting MSI and see if it looks 
like it built like I wanted it to. You can sort by
Sequence number in those two tables to see what relative order things go in. 
Very handy.

-----Original Message-----
From: John Cooper [mailto:jocoo...@jackhenry.com]
Sent: Friday, January 18, 2013 1:49 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] List of all InstallUISequence & InstallExecuteSequence 
actions/events

For a given installer, open it in Orca and look at the appropriate table.

--
John Merryweather Cooper
Build & Install Engineer - ESA
Jack Henry & Associates, Inc.®
Shawnee Mission, KS  66227
Office:  913-341-3434 x791011
jocoo...@jackhenry.com
www.jackhenry.com 




-----Original Message-----
From: The Ouizard [mailto:the.ouiz...@gmail.com]
Sent: Friday, January 18, 2013 3:38 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] List of all InstallUISequence & InstallExecuteSequence 
actions/events

Where can I find a complete list of all the InstallUISequence and 
InstallExecuteSequence, and the order in which they occur?

I'm having trouble figuring out where to put my dialogs in the installation 
sequence when I don't even know the possibilities.


------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get 
web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
NOTICE: This electronic mail message and any files transmitted with it are 
intended exclusively for the individual or entity to
which it is addressed. The message, together with any attachment, may contain 
confidential and/or privileged information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution is strictly prohibited. If you have received
this message in error, please immediately advise the sender by reply email and 
delete all copies.


------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get 
web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get 
web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to