
cinar.yusuf1.5524897099429568E12 asked a question.
Creating msi logs
Is there a way to create msi logs at some certain location even when the msi is NOT run with msiexec switches?
So when a user dbl clicks the installer, I always want the msi to create a log in the installdir location for example. the installer will run with windows installer 3.0 or later.
Thanks in advance.
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer]
"Logging"="voicewarmup"
This automatically enables logging.
David Cole