I create a setup project for windows application. I want to create
uninstall.exe to uninstall the installed project on target machine. How can
I create or add uninstall.exe to the set up project.
Regards
kiran
Hi,
To uninstall, use the following code as a batach file.
msiexec /x [ProductCode]
You can also run the above command in a exe file.
Ahmad Zia
> I create a setup project for windows application. I want to create
> uninstall.exe to uninstall the installed project on target machine. How can
> I create or add uninstall.exe to the set up project.
>
> Regards
> kiran