On 07-Mar-14 05:45, Dan Watson wrote:
> 1) I understand the power of Bootstrapper project in bundling multiple MSI 
> setups (the Office installation being a good example) but is there an 
> equivalent of Burn command that would package my MSI setup as setupbld.exe 
> did with a command switches?
No. Bundles are built like everything else in WiX, by compiling and linking.

> 2) If I use a Bootstrapper project,  does it mean that I need to move my 
> existing UI in the MSI installer to the Bootstrapper?
In general, that's the best user experience. It's possible to use 
MsiPackage/@DisplayInternalUI but it has limitations and ends up with 
two UIs (the bundle and the .msi).

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


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to