Out of the box WixStdBA doesn't but if you were into doing a custom BA, you 
could cache the state from OnDetectComplete. When switching to the success page 
(WIXSTDBA_PAGE_SUCCESS) you would then want to hide or show the appropriate 
text control based on the previously cached value.

-----Original Message-----
From: Neil Sleightholm [mailto:n...@x2systems.com] 
Sent: Monday, January 14, 2013 3:32 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] SuccessHeader - Impemented where?

With the standard BA I don't think there is anyway to differentiate between a 
successful install or uninstall. Looking at the code I am not even sure if the 
burn engine supports this.

Neil



>As I have customized the xml's I have changed the static text:
>
><Text X="11" Y="80" Width="-11" Height="90" FontId="2"
>DisablePrefix="yes">#(loc.SuccessHeader)</Text>
>
><String Id="SuccessHeader">Your browser has been configured to work 
>with xyz systems. You must restart IE for configuration to take effect.
></String>
>
>
>i.e. for 'SuccessHeader' from 'setup successful' to above message. The 
>changed text is shown on installer UI on successful installation 
>however the same message is shown when the application is un-installed 
>which should not be the case. I did not see where this 'SuccessHeader' 
>is used in the code however if you change its value to different 
>message it is displayed on UI.
>
>Regards,
>
>Aparna Karkare
>
>-----Original Message-----
>From: Neil Sleightholm [mailto:n...@x2systems.com]
>Sent: Friday, January 11, 2013 9:00 AM
>To: General discussion for Windows Installer XML toolset.
>Subject: Re: [WiX-users] SuccessHeader - Impemented where?
>
>It isn't a variable it is a localisation string used in 
>HyperlinkTheme.xml
>- so effectively it is static text shown on the Success page as defined 
>in HyperlinkTheme.xml.
>
>Neil
>
>
>>In HyperlinkTheme.xml and HyperlinkTheme.wxl there is variable 
>>'SuccessHeader' which displays the success message on successful 
>>installation and un-installation.
>>However I checked the whole code for wixstdba and I did not find where 
>>this variable or control is being used or implemented. I found the 
>>implementation of all other controls e.g. 'SuccessLaunchButton', 
>>'SuccessRestartText' etc.
>>
>>I want to display a custom message on un-installation which is 
>>different than what is displayed on installation success.
>>
>>
>>Regards,
>>Aparna Karkare
>>
>>======================================================================
>>===
>>=
>>====
>>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 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. SALE $99.99 this month only -- learn more at:
>http://p.sf.net/sfu/learnmore_122412
>_______________________________________________
>WiX-users mailing list
>WiX-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
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. 
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
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. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to