Re: [WiX-users] Checking User Input and Writing it to a File

2007-10-10 Thread Bob Arnson
0x001A4 wrote: > This can be disregarded. The question I am now stuck on is checking for empty > values. For instance, in the example below, I got the password check to > work, but by default the text boxes are empty and are equal. It is not until > something is typed into the first password box th

Re: [WiX-users] Checking User Input and Writing it to a File

2007-10-10 Thread 0x001A4
This can be disregarded. The question I am now stuck on is checking for empty values. For instance, in the example below, I got the password check to work, but by default the text boxes are empty and are equal. It is not until something is typed into the first password box that the Next button bec

[WiX-users] Checking User Input and Writing it to a File

2007-10-10 Thread 0x001A4
I was wondering how one would go about checking user input and then writing it to a text file? This is what I have so far in my UserSetupDlg (I dont want the Next button enabled unless the password matches): [PASSWORD] = [CONFIRMPAS