
yona.eilat1.5524896183612717E12 asked a question.
Check PATH Length
How can i check the PATH environment variable length before setup begins.
In case PATH's length is larger than 1024 characters (should calculate current
PATH with the predicted additions), we need to cancel the setup and ask the
user to clean his PATH.
Thanks.
if StrLength(PATH variable) > 1024
//Ask user