On 2/24/2010 3:44 AM, Lisa Gracias wrote:
> I've tried the GenerateBootstrapper task in MSBuild but since it bootstraps
> all the prerequisites before calling the msi, it doesn't serve my purpose.
>    

You can't install multiple .msis from within another .msi -- that's not 
supported by the MSI engine. That's why bootstrappers are standalone 
.exes. Most (like Visual Studio's) do all their UI in the .exe code, not 
the .msi.

-- 
sig://boB
http://joyofsetup.com/


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to