How to see the log files of msi package installation?

2

I am trying to install mongoDB msi package but the setup fails and rollsback. Where can i see the log files?

ByteArtisan

Posted 2018-03-01T13:26:13.403

Reputation: 201

Answers

2

The package can be run using msiexec like this:

msiexec /i "<the package>.msi" /l*v "install.log"

ByteArtisan

Posted 2018-03-01T13:26:13.403

Reputation: 201