I should note that I had to move the destination of the log file like so:
msiexec /i C:\UnrealEngineInstaller-1.1.0-2054669.msi /L*V C:\test\UnrealEngineInstallerLog.txt
or I would get the following error:
[Window Title]
Windows Installer
[Main Instruction]
Error opening installation log file. Verify that the specified log file location exists and is writable.
[OK]
(Which is suspicious, but I have triple checked that my account has Full Control of the C drive, as well as program files.)
Since you have double checked the permissions on the target install folder we’ll need to check the other two. According to your log, it looks like the issue may be invalid permissions on the C:\WINDOWS\Installer folder. Check out the links I provided which give some info on how to adjust the permissions on this folder.
Have you tried running the installer as Administrator? Check out the links in the other answers to this thread. Also, we would be happy to look at your logs to see if we can pinpoint the issue.