|
From: Andy N. <an...@ve...> - 2005-06-29 02:02:19
|
This is probably more of a Windows Installer 101 thing, but I can't get it to work. =20 I want to display a string I added to UIText table in a Text control, so here is how the code looks like: <Control Id=3D"warning" Type=3D"Text" . . . Text=3D"strWarning" /> where strWarning is the ID of the string in UIText table. At runtime the text "strWarning" is displayed instead of the intended string. I saw this is done in bitmap controls. =20 I really appreciate your help. =20 Andy |