Error: Path contains invalid characters
Posted: Thu Jul 24, 2014 2:22 am
Hi,
using a standard template for a win32 setup project I ran into the following situation:
In the destination folder dialog a user ibserted an invalid character into the path of the targetdir.
The setup continued without prompting the error, tried to install and stopped with an error.
I found no function to check via regexp or via string contains.
What is the correct way to ensure valid user input?
Regards
Anja
using a standard template for a win32 setup project I ran into the following situation:
In the destination folder dialog a user ibserted an invalid character into the path of the targetdir.
The setup continued without prompting the error, tried to install and stopped with an error.
I found no function to check via regexp or via string contains.
What is the correct way to ensure valid user input?
Regards
Anja