i created and installation program using setup wizard of vs.net, when the program runs 2 files are created during run time, how can i delete them while running the unistallation program?!
Printable View
i created and installation program using setup wizard of vs.net, when the program runs 2 files are created during run time, how can i delete them while running the unistallation program?!
Just an idea, but you might be able to create a custom action in your setup project. I know there is an uninstall folder in the custom actions editor.