300k seems about right (my Installer is 1.4 MB - downloading all
MSIs/EXEPackages).

It /does /take awhile for Burn to boot up itself and launch the custom BA
though. But like Neil said, a splash screen does the trick. Add it inside
the <Bundle> element, and close it when your BA has finished loading up. I
hook up the following in my main view's constructor:

this.Loaded += (sender, e) =>
Bootstrapper.InstallEngine.Engine.CloseSplashScreen();



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bundle-Installer-size-issue-tp7582955p7582961.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to