Thanks for the reply Neil.

Can src\Setup\WixBA(C#) be used in place of src\ext\BalExtension(C++)?
Not very comfortable to modify BalExtension(C++) so if I modify WixBA according 
to my UI need and refer in my bootstrapper application will it work?

Will the below code be the same if I replace WixBalExtension with WixBA?

<BootstrapperApplicationRef 
Id="WixStandardBootstrapperApplication.HyperlinkLicense">
                <bal:WixStandardBootstrapperApplication 
ThemeFile="Theme\InstallerUI.xml" LocalizationFile="Theme\InstallerUI.wxl"
                         
LicenseUrl=""></bal:WixStandardBootstrapperApplication>                        
                </BootstrapperApplicationRef>

Regards,

Aparna Karkare

-----Original Message-----
From: Neil Sleightholm [mailto:n...@x2systems.com] 
Sent: Friday, January 11, 2013 7:30 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] bootstrapper custom UI?

The code for the UI is the wixstdba project, this is C++ not C #. If you
want to self contained starting point for your custom version this should
help http://wixextba.codeplex.com/.

Neil


>Currently I am referring WixBalExtension.dll in my bootstrapper project.
>I need to have my own message on the installer window on successful
>installation and successful un-installation. I tried to customize the
>theme files but it seems that is not enough as there is common message
>being shown on installation and un-installation both. I think I need to
>change the code and create new dll for WiXBalExtension but seems that is
>not the exact place where the code to create/handle UI is written.
>
>Can you please help, in identifying which project exactly (written in C#)
>I can rebuild and refer to in my application to get my own UI?
>
>Regards,
>Aparna Karkare
>(O) +91-80 6624 3681 | (M) +91-9742366933
>
>
>==========================================================================
>====
>This communication, including attachments, is confidential, may be
>subject to legal privileges, and is intended for the sole use of the
>addressee. Any use, duplication, disclosure or dissemination of this
>communication, other than by the addressee, is prohibited. If you have
>received this communication in error, please notify the sender
>immediately and delete or destroy this communication and all copies.
>--------------------------------------------------------------------------
>----
>Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
>much more. Get web development skills now with LearnDevNow -
>350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
>SALE $99.99 this month only -- learn more at:
>http://p.sf.net/sfu/learnmore_122812
>_______________________________________________
>WiX-users mailing list
>WiX-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


==============================================================================
This communication, including attachments, is confidential, may be subject to 
legal privileges, and is intended for the sole use of the addressee. Any use, 
duplication, disclosure or dissemination of this communication, other than by 
the addressee, is prohibited. If you have received this communication in error, 
please notify the sender immediately and delete or destroy this communication 
and all copies. 


------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to