I want to run this command using the RUN but having problems cause of the quotes

mdac4.exe /q:a /c:"dasetup.exe /q /n"

I've tried this but didn't work

Run "%windir%\mdac4.exe /q:a /c:"dasetup.exe /q /n""

and have tried single quotes, can someone tell me how to do this. Thanks