Re: [WiX-users] validating integer input

2011-04-29 Thread Bisht, Pradeep
Looks like Type="MaskedEdit" with Integer="yes" is not supported. While Type="Edit" with Integer="yes" works but now how to enforce that user can enter integers only? Thanks. From: "Bisht, Pradeep" To: General discussion for Windows Installer XML toolset. Sent: Thursday, April 28, 2011 3:49 P

[WiX-users] validating integer input

2011-04-28 Thread Bisht, Pradeep
In my following code it is always doing an ascii comparison. How can I do an integer comparision? I tried specifying Interger="Yes" for the Control Id but light gave a warning "warning LGHT1076 : ICE45: .." and later at run time installer failed with an error. Any pointers? Thank you.