Unable to uninstall througt the below command

Please suggest were am i wrong?

waithidden cmd…exe /C "{msiexec.exe /x {2635EEB8-0BDC-43F4-8477-3F3A17485D9A} /qn}

Hi @shruthi ,

You can use:
wait msiexec.exe /x {{2635EEB8-0BDC-43F4-8477-3F3A17485D9A} /qn

On ActionScript, the { character is a reserved char
So to escape it, you use {{

3 Likes