Hi,
I have deployed my VB.Net application and in the custom action i added an exe file in uninstall folder which will delete some value in the registry . And for uninstalling the application i am using a batch file,which uninstalls the whole application but it keeps some 2 xml files which were created after installation and how can i delete the whole application while uninstalling.
my batch file code is
Msiexec / x {PRODUCTCODE}
Even when I use add/remove programs to uninstall,the exe file I added in the uninstall folder of custom action is not working.
Please give me a solution for this problem.
Thank you,