Hi Rumbleroar! I’m investigating your issue and have been looking through your logs
I definitely agree that the issue you are seeing is very specific; that Win32\UE4Game-Win32-Shipping.exe only
Even from the log that was generated when you deleted the whole Win32 folder, the installer managed to successfully install all of the win32 files except this one. For this reason, I don’t believe you are experiencing an issue with permissions.
My current thoughts are that the biggest clue is the part of the error “VerifyFile cannot open”. This is not a corruption, the file is missing.
From the looks of your text file listing all the Win32 files you can see, that would agree.
It’s hard to imagine that this is not some external process or setup that is making it impossible for the launcher to move that exact file.
There are no errors to suggest that the installer was unable to stage the exe file, so my current theory is an issue moving this file from the staging location, to the installation location. It’s interesting to see however that this failure is silent, as if windows told us the move was just fine when really it’s not - either that or some third party process removed the file after we moved it.
If you wouldn’t mind, I could do with some further information / experiments.
This particular file, would be staged here:-
C:\Program Files\Epic Games\Launcher\PatchStaging\UE_4.7Live-Windows\Install\Engine\Binaries\Win32\UE4Game-Win32-Shipping.exe
Do you see it get created, or is it there now?
If it’s there, what happens if you manually move it to the install location where it should be, and then run the install again?
Look forward to hearing your response!