How can I enable logging in my MSI project and set MsiLogFileLocation? Now I am running my setup.msi with command line arguments:
To enable auto logging for MSI installer it needs to be edit with Orca to set an appropriate value for MsiLogging property. MSI is editable with Orca, the official MS tool for editing MSI packages.
MSI packages are not executable binaries but rather a Database with data defining the installation process. We can add the MsiLogging property with value v.
(ref)