Hello,
I observed that on Windows 2016 & Windows 2019 , msi log are not getting generated after setting installer logging per as per this page
Any suggestion/comment for creating MSI logs by setting registry value?
Thanks & Regards,
-Digambar
Hello,
I observed that on Windows 2016 & Windows 2019 , msi log are not getting generated after setting installer logging per as per this page
Any suggestion/comment for creating MSI logs by setting registry value?
Thanks & Regards,
-Digambar
Hello,
did you try to install the setup by command line ...
msiexec.exe /i "C:\example.msi" /L*V "C:\package.log"
Hi,
Where did you check the MSI log? I followed the same page to enable MSI log via registry modification.
And navigate to MSIxxx.log per created time with "%temp%" path.
Or you could also test by command like below:
msiexec /i <path_to_msi> /L*V <path_to_log>
More details could be referred to:
How do I create an installation log?
https://www.advancedinstaller.com/user-guide/qa-log.html
Please note: Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.
Hope this helps and please help to accept as Answer if the response is useful.
Thanks,
Jenny
Hi,
Is there any update? Have you got a chance to verify above suggestions?
Please feel free to let us know if more assistance needed.
Hope this helps and please help to accept as Answer if the response is useful.
Thanks,
Jenny
Hi,
I am checking to see how things are going there on this issue.
Please let me know if you would like further assistance.
Thanks,
Jenny
10 people are following this question.