My bundle code has:

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



I referred theme file and loc file from HyperlinkTheme.xml and 
HyperlinkTheme.wxl. In these files we have variable called 'SuccessHeader' 
which is used in "<Page Name="Success">" part of xml.
I have modified it to display something like "Installation is successful. 
Please restart you browser for configuration to take effect"
However when I am uninstalling my application, even after that same message is 
appearing as I guess 'SuccessHeader' variable is being used for successful 
installation and un-installation both?
How can I display a different message on successful un-installation?


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 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