Hi all,
I have a "maskedit" text control field which allows the user to input up
to a 5 digits number.
It goes something like that:
<Control Id="control1" Type="MaskedEdit" X="225" Y="106" Width="30"
Height="15" Sunken="yes" Text="#####" Property="my_prop" >
This worked great, until one of our QA personnel decided to get smart
and did a copy-paste of an invalid string (e.g "abc") to that field.
Surprisingly, that went well and caused the installation to fail later
on (because it tried to use the data as a number for something).
This is VERY frustrating, I thought that by masking that field I am safe
from such stupidities.
Is there a way to check that the content of the field is indeed valid
with the template? How come the MSI doesn't check it by itself?
Any help appreciated,
Michal.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users