AutoCAD install command

Hey guys, how I can run this command line?

.\Img\Setup.exe /W /q /I Img\AutoCAD.ini /language en-us

That should be the exact command line to use. Im not sure why I cant ran using

Execute-Process -Path $dirfiles\Img\Setup.exe -Arguments '/W /q /I $dirfiles\Img\AutoCAD.ini /language en-us ’

-Arguments is not a valid cmdlet parameter, you are needing to use -Parameters

Cool thanks! Got it buddy!