I have create setup file for instal my application in .net 2008.
I have created one xml file in my app in run time.The file is created when i install and run the .exe
But I am trying to uninstall the app It can not remove that xml file located in installtion path(c:/programfiles/app/sample.xml).
It will remove only the exe file.So I want to remove all the files when I uninstall the app.
Lalit MPosted Dec 22, 2009, 2:24 AM
->go->Start->run->regedit(enter)->Find(Ctrl+F) Type your app name->then remove app folder(Note:-delete folder then press F3(F3 use to find next) and delete then continue delete still massage display during search finish)
and reboot your system and try to install.
Hope you will get you solution.
kuppuraj muthusamyPosted Dec 22, 2009, 5:40 AM
manually its ok.But I want to do that programatically.I already did the process of uninstalling the app by programatically.
only problem is the file in installed path can not remove.Now I want to remove the file also by only programatically.
Thanks in advance..........