KACE: MSI Deployment is Backing Out
I can issue this command from a command prompt and it successfully installs my Access 2002 runtime package:
- msiexec /i accessrt.msi /passive
In KACE I try it and it fails. The MSI progress bar advances like it's installing them backs out. Nothing gets installed. Any ideas?
3 Comments
[ + ] Show comments
-
Have you tried via managed install? Sounds like you are running a script. - rick07 10 years ago
-
I did try it managed with the /i before accessrt.MSI. I didn't know how to add the /passive in managed mode. - srheath65 10 years ago
-
In the managed install all you need is /i /passive. The accessrt.msi and msiexec.exe will be automatically added for you. - rick07 10 years ago
Answers (1)
Please log in to answer
Posted by:
EdT
10 years ago
Enable MSI verbose logging by adding /L*v c:\windows\temp\installLog.txt on the command line.
Then look for return code = 3 in the log and check what action was running that caused the error.
It could well prove to be a missing dependency.
I assume you have tried a manual install and not had to enter any information or encountered any errors?