See my reply in this thread. 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/UI-Edit-Bo
x-not-updating-td5077648.html


-----Original Message-----
From: James Green [mailto:james.gr...@lalpac.com] 
Sent: 05 July 2010 13:46
To: 'General discussion for Windows Installer XML toolset.'
Subject: [WiX-users] Showing Message after running Managed CA

Hi All,
 
So far all is working OK with my installer.  I have a single managed
(C#) Custom Action that gets run to test a database connection.  I have
it writing out to a property like this:
 
session["DB_CONNECTION_OK"] = "1";

I can see this getting updated in the log correctly.  However, on the
dialog the message I have 'bound' to this property is never shown when
the property is updated however, it is in to correct state when the
dialog is initialised
(ie: hidden):

<Control Id="DbConnMessage" Type="Text" Text="Database connection tested
successfully!!" Width="200" Height="18" X="125" Y="202">
  <Condition Action="show">DB_CONNECTION_OK = 1</Condition>
  <Condition Action="hide">DB_CONNECTION_OK = 0</Condition> </Control>

What extra steps are required to get this message to show on the form
one the DB_CONNECTION_OK property is set to 1?
 
Kind regards,
 
James Green
.NET Developer

LalPac Limited registered in England No: 4211747

Partner in Licensing to over 120 UK local government authorities.

Temple Court, 8 The Causeway, Chippenham, Wiltshire, SN15 3BT, UK.
Tel: +44 (0)1249 660088    Fax: +44 (0)1249 660099 - Technical Support:
+44 (0)1249 462542
Web: www.lalpac.com - Email: i...@lalpac.com

This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed. 
If an addressing or transmission error has misdirected this e-mail,
please notify the author by replying to this e-mail. If you are not the
intended recipient you may not use, disclose, distribute, copy, print or
rely on this e-mail.

Opinions advice, conclusions and other information in this message that
do not relate to the official business of LalPac Ltd shall be understood
as neither given nor endorsed by it or on its behalf, and consequently
LalPac Ltd shall bear no responsibility whatsoever in respect thereof.

This e-mail and any attachments have been checked by anti-virus software
and are believed to be free of viruses but it is your responsibility to
carry out all necessary virus checks and LalPac Ltd accepts no liability
in connection therewith.

The Company actively monitors all incoming and outgoing e-mails to
ensure a satisfactory level of customer service is maintained, to
maintain Company security, and to prevent abuse of the Company systems.

Please do not print this e-mail unless absolutely necessary - SAVE PAPER


------------------------------------------------------------------------
------
This SF.net email is sponsored by Sprint What will you do first with
EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
</pre>
<BR style="font-size:4px;">
<a href = "http://www.sdl.com";><img src="http://www.sdl.com/images/email 
logo_150dpi-01.png" alt="www.sdl.com" border="0"/></a>
<BR>
<font face="arial"  size="2" "><a href = "http://www.sdl.com"; 
style="color:005740; font-weight: bold">www.sdl.com</a>
<BR>
<BR>
<font face="arial"  size="1" color="#736F6E">
<b>SDL PLC confidential, all rights reserved.</b>
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.<BR>
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.<BR>
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.
</font>



------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to