Re: [WiX-users] sequencing custom actions

2010-09-29 Thread jhennessey
You should schedule it before LaunchConditions in both the InstallUISequence (I'm assuming you are using standard MSI UI) and InstallExecuteSequence. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/sequencing-custom-actions-tp5573077p5584163.html Se

Re: [WiX-users] Sequencing custom actions

2009-10-13 Thread Blair
Sequencing is the order in which the actions are queued to run. Conditions is the decision to run or not run any arbitrary action. You need to look at conditional syntax and set the condition of your action. However, there is an issue with what you describe you need: In the sequence between Cost