Pass Argument with quotes to MsiExec.exe
Posted: 18 May 2011 07:18
Dear Experts,
I want to make an installation CD of a SW and I have created an autorun.info which calls a bat file.
Setup.exe is an installshield EXE created software.
/v passes the parameters to MsiExec.exe to execute.
The bat file includes:
Setup.exe /v" InstallDir=D:\Folder\ /log D:\Syntergy\Logs\InstallationLog.log /qn+"
This works perfect. However I would like to Install the SW under D:\Program Files\Folder1 folder.
How can I pass this path to the InstallDir flag ??
The following line does not work!
Setup.exe /v" InstallDir=D:\Program Files\Folder\ /log D:\Syntergy\Logs\InstallationLog.log /qn+"
Thanks,
Dimitris.
I want to make an installation CD of a SW and I have created an autorun.info which calls a bat file.
Setup.exe is an installshield EXE created software.
/v passes the parameters to MsiExec.exe to execute.
The bat file includes:
Setup.exe /v" InstallDir=D:\Folder\ /log D:\Syntergy\Logs\InstallationLog.log /qn+"
This works perfect. However I would like to Install the SW under D:\Program Files\Folder1 folder.
How can I pass this path to the InstallDir flag ??
The following line does not work!
Setup.exe /v" InstallDir=D:\Program Files\Folder\ /log D:\Syntergy\Logs\InstallationLog.log /qn+"
Thanks,
Dimitris.