cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
sureshkottakki
Level 6

GUID Regular expression using installscript

Hi,
I am using Installscript msi project, in one of my dialog I am entering the GUID value in the textbox, I want to check whether the eneterd value is GUID or not, through installscript.

Thanks,
Suresh
Labels (1)
0 Kudos
(2) Replies
orearv2
Level 3

You could use a combination of the RegEx tests here: http://stackoverflow.com/questions/7905929/how-to-test-valid-uuid-guid
And methods to execute RegEx in InstallScript here: http://ulanoff.com/blogs/codeshack/2009/07/20/regular-expressions-in-installscript/
0 Kudos
orearv2
Level 3

0 Kudos