How do I create a log file for a WiX Installer?
I need to create a log file during installation of my installer created in WiX. Currently I only know the commandline option to run the MSI file and generate a log file.
But I need to create a log file by running only the MSI file normally (not in commandline), and log each process happening during installation.