While I haven't used Burn yet, I've done a lot of Setup Prereqs in 
InstallShield.  In general, I like to either a) duplicate my prereq checks 
in  the chainer and the MSI  or put a check in the MSI that enforces that 
it was launched by the bootstrapper/chainer.   You don't want to get in a 
situation where a prereq fails to install properly and the MSI doesn't 
check it.  Especially if the prereq is an installer dependency rather then 
an application dependency.

----------------------------------------
 From: "StevenOgilvie" <sogil...@msn.com>
Sent: Wednesday, October 03, 2012 4:52 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Burn installCondition vs Product.wxs Condition

its a dependency of a MSI that I am installing, once I get it working
properly I can take out that condition in the MSI...

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-installCo
ndition-vs-Product-wxs-Condition-tp7581071p7581073.html
Sent from the wix-users mailing list archive at Nabble.com.

----------------------------------------------------------------------------
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to