I'm using below command to launch my installer from command prompt:
msiexec /i "myproduct.msi" /l*v install.log
Since I'm using /l*v
option so installer automatically shows me a check box on the finish screen having its label as "Show the Windows Installer log".
Now I check the check box and then click on the finish button but it doesn't open the install.log
file which got created during the installation process. I can see the install.log
file present in the root of the directory from where I had initiated the installation. Why the log file is not opening?