You can use Wix XML to author MSI package project(s) or a Bundle
(bootstrapper) project, but you do not have to author a bootstrapper.
http://wixtoolset.org/documentation/manual/v3/bundle/

A Bundle includes a "Bootstraper Application" (BA) which is processed by the
Wix Burn engine.  The event handlers are used communication with the Burn
engine in a bootstrapper application.

You can use the WixStandardBootstrapperApplication and then you only use XML
unless you want to customize it with a BAFunctions.dll.  You may decide to
write your own bootstrapper application, in either C# or C++ and then you
need to implement certain event handlers.  

Personally I prefer the model of creating many, small focused MSI packages
which have no UI, and then chaining them in a Bundle (bootstrapper) with a
managed UI (mba), which installs the suite of applications.  The wix source
code includes the Setup folder which is the setup used to install the Wix
Toolset and is an example of this approach.





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Uninstall-Lite-and-or-Pro-version-with-RelatedBundle-property-tp7598930p7598933.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to