hi. I need help. I have made a vb.net program and I also have made a setup file for installing it and it's ok. But after uninstalling the program, all of the folder and file that were made when i run the program, weren't deleted. what I must do to delete them permanently from my hard disk without using vb.net codes ? thank you very much
Software/Hardware used:
vb.net 2010
ASKED:
August 17, 2012 4:21 AM
UPDATED:
August 17, 2012 1:46 PM
“But after uninstalling the program, all of the folder and file that were made when i run the program, weren’t deleted.” according to this line, u may uninstall the folders / files manually. Probably, there is no code of deletion for the folders/files in ur vb progs. However, simply manual deletion can help u by pressing Shift + Delete button together.