Hi,
I have a created an .msi package and trying to deploy it but it is getting failed. I have tried every possible switch that I could use but every time it is failed. If I check “exemgr. Log” file it says “execution is complete for program to install. The exit code is 0. Execution status is success”
Switches I have used : 1. "C:\Windows\system32\msiexec.exe" /i "test.msi" /qn
2. msiexec /i test.msi /qn
3. msiexec /i test.msi /quiet
If I use the same switches through command prompt, installation goes successful. It is happening on every computer.
Please suggest??
Thanks