using ExecWait to run .msi to install software
I can not get ExecWait to run sucessfully "postgresql-8.0-int.msi". any idea why how to do it?
6 posts
Full details about the usage of MSIEXEC can be found at http://msdn.microsoft.com/library/de...ne_options.asp
ExecWait "'C:\path_to\msiexec.exe' /i postgresql-8.0-int.msi"