Search found 3 matches

by loomy79
18 May 2011 08:20
Forum: DOS Batch Forum
Topic: Pass Argument with quotes to MsiExec.exe
Replies: 5
Views: 12346

Re: Pass Argument with quotes to MsiExec.exe

Hello !!
I finally found a solution:
"Setup.exe" /v" /log \"D:\Program Files\Syntergy\Logs\InstallationLog.log\" /qn+ INSTALLDIR=\"D:\Program Files\Syntergy\""

The Program Ed is Replicator software for replicating content between SharePoint farms.
Thnks a lot!
by loomy79
18 May 2011 08:15
Forum: DOS Batch Forum
Topic: Pass Argument with quotes to MsiExec.exe
Replies: 5
Views: 12346

Re: Pass Argument with quotes to MsiExec.exe

Thank you Ed for your help. I think (not quite sure) that since the MSI is embded in a setup.exe created by InstallShield software there is a way to pass parameters to the MSI when this is extracted and executed. This can be implemented by using the -v command line argument. The problem here has to ...
by loomy79
18 May 2011 07:18
Forum: DOS Batch Forum
Topic: Pass Argument with quotes to MsiExec.exe
Replies: 5
Views: 12346

Pass Argument with quotes to MsiExec.exe

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\...