dB. wrote:

<Control Id="Text" Type="Text" X="48" Y="15" Width="194" Height="30" Text="[LOGON_ERROR]" />

<Control Id="Icon" Type="Icon" X="15" Y="15" Width="24" Height="24" FixedSize="yes" IconSize="32" Text="WixUI_Ico_Exclam" />

   </Dialog>

Then the user enters some other credentials and gets a different value of LOGON_ERROR. Unfortunately that dialog has already been created and the value of the text field has been set. So I see the old error.


There's no documented way to do it. However, if you set the text box's Property to LOGON_ERROR, it seems MSI "pays attention" better to changes. Give it a shot but know you're in undocumented territory.

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to