Search code examples
visual-studio-2008windows-installerorca

Special characters and MSI


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.


Solution

  • 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 '//'.