BigFix Script to Uninstall Project 2019

Hi Folks

I have this command located on one of the windows registry key to uninstall project 2019. I need to uninstall project in several hundred of computers. Can anyone help?

C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=ProjectPro2019Retail.16_en-us_x-none culture=en-us version.16=16.0

I’ve always used the C2R Office Deployment Tool to uninstall:

setup.exe /configure Uninstall.xml

<Configuration>
    <Remove>
        <Product ID="ProjectProRetail">
            <Language ID="en-us"/>
        </Product>
    </Remove>
</Configuration>