I script the installation of a few different programs via MSI. Example: msiexec.exe /i program.msi. The problem I'm having is the command returns right away instead of returning when the installation ...
Is there any way to get an error code from Msiexec without looking in a specified log file?<BR><BR>I'm installing Office from an Admin Install point with the ...