Check_MK_Agent Installation Windows without GUI

Hello

Chaining multiple options together on the command line does not seem to achieve the desired options when installing CheckMK agent using MSI on Windows (in my case, Server 2016 - note I’m running without /qn to make sure it’s selecting the options as I wanted to automate this):
MsiExec.exe /I .\check-mk-agent-2.0.0p32-231d80b5763e04c6.msi WIXUI_CLEANINSTALL= WIXUI_REMOVELEGACY= WIXUI_MIGRATELEGACY=“”
Results in Remove Legacy and Migrate from Legacy being selected
but
MsiExec.exe /I .\check-mk-agent-2.0.0p32-231d80b5763e04c6.msi WIXUI_CLEANINSTALL= WIXUI_CLEANLEGACY= WIXUI_MIGRATELEGACY=“” results in only “Migrate Legacy” being selected, which is not what the wiki for 2.0.0 says should happen

Best regards