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

Reply via email to