Thursday, August 4, 2011

Create Log File for MSI Setup

msiexec /i  <MSI File Path>  /l*vx <LogFile Path>

e.g:
msiexec /i C:\Users\Test.msi /l*vx C:\LogFile.log

No comments:

Post a Comment