I don't think you want that check. You want Burn to register the package for
each bootstrapper that installs it. In other words, you want to install it
everytime, even if it's already installed. Burn should detect that the
package is already installed and just skip over it. That way, when one
bundle is uninstalled, the package ref count will be decreased by one, and
the package is only removed if ref count reaches zero (after all bundles
that reference it are uninstalled).

But if the package wasn't installed by Burn, you probably aren't getting the
benefit of the package ref counting (since that's a Burn feature).



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Difficulties-with-Burn-and-introducing-myself-tp7587950p7590340.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to