Hi I have to have password input into an msi I created using Visual studio 2008. But I notice that if a password have ‘ “ ‘ character in it. I Get a FileNotFoundException. Is there a setting in Orca that can correct this? Have tried other special character and they work fine.

link|improve this question

68% accept rate
feedback

1 Answer

up vote 0 down vote accepted

The problem was not special characters, but the '/' character at the end off the text box. If you need to use it at the end the user has to input ut like this '//'.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.