I have several fields in an INI in which two are password fields. One field should validate against the other and this is the kind of idea I have...
This is obviously not the case at trial. I have checked this page but believe its a little more complicated than it should be. http://nsis.sourceforge.net/archive/....php?pageid=87[Field 9]
ValidateText=[Field 10]
[Field 10]
ValidateText=[Field 9]
I also checked the test.nsi script but that is far off from trying to simply validate one field in an INI to another.
Is this simple? I tried it with and without the square brackets "[]" but I cannot get one field to validate against another... Can someone please help?
Thank you