I want to uninstall my software that only prompt a UAC window and after that it doesn't show any UI. i am using msiexec.exe to uninstall it. But how can i do it silently....
MsiExec.exe /x{Product Guid}
how it is possible in silent mode
I want to uninstall my software that only prompt a UAC window and after that it doesn't show any UI. i am using msiexec.exe to uninstall it. But how can i do it silently....
MsiExec.exe /x{Product Guid}
how it is possible in silent mode
Have you tried
MsiExec.exe /x{Product Guid} /quiet
You can see all the supported options if you just type msiexec in the cmd.