Unable to create an Installed Engine Build

I am trying to create an installed engine build but am not sure what I am doing wrong.
I am running the following command but it just errors with ExitCode=1 (Error_Unknown)

Engine\Build\BatchFiles\RunUAT.bat BuildGraph -target=“Make Installed Build Win64” -script=“./Engine/Build/InstalledEngineBuild.xml” -set:HostPlatformOnly=true -set:WithDDC=false -set:SignExecutables=false -clean

This is from a fresh clone from source with no modifications.
I am attaching the log in case it helps log.txt
Any suggestions would be greatly appreciated.