Hi,
i have created a batch file for uninstall a c# application.
Code:
@echo off

@msiexec  /qr /x  {********}
But when the user click the uninstall option, a command window is poping up.
I searched in net for a solution, but didnt get any solution.

Please help