I want to achieve this command line:
code:
setup.exe /v" /norestart /qb INSTALLDIR="C:\Program Files\Folder"
I believe it's not the quotation because if I manually input the following command:
code:
setup.exe /v" /norestart /qb INSTALLDIR="C:\Test"
it will work. I believe $\" is the way of escaping ".
It must have something to do with the space i think... because I coded it the way like the one I posted. Anyways I will try your suggestion.
Thanks a lot...