Hi,
i have created a batch file for uninstall a c# application.
But when the user click the uninstall option, a command window is poping up.Code:@echo off @msiexec /qr /x {********}
I searched in net for a solution, but didnt get any solution.
Please help




Reply With Quote