Find MSI File Properties using MSIEXEC

The below will generate a log file which will contain options for command line properties. Search the log file for ‘property(s) and property(c)’

msiexec /log log.txt /i program.msi

To get just the properties, l for log, p for terminal properties, ! for flush each log line.

msiexec /lp! log.txt /i program.msi

Leave a Reply

Your email address will not be published. Required fields are marked *