Hi,
i have created a batch file for uninstall a c# application.

@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

Use vbs script or System.Diagnostics.Process methods to run batch file in invisible mode.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.