When installing the Quest Server Agent (QSA) using the server installer on Windows, the following error is thrown:
Syntax for file name, directory name, or volume label may be incorrect.
could not create installation directory error 1 dir:
C:"\Program Files\Quest Software \Quest Server Agent\orcl
Press any key to continue. . . .
The qsaparms.bat file has a "tab" or space character at the end of the QSA_BASE_DIR parameter:
"set QSA_BASE_DIR=\Program Files\Quest Software "
Edit the qsaparms.bat file and remove any trailing characters at the end of the parameters.
For example (remove the double quotes):
"set QSA_BASE_DIR=\Program Files\Quest Software"