Hello everyone. I have a question, I have created a visual studio installer setup project for an application I created. Is there a way to access uninstall event on code to vb.net, so that to delete some files like mdf and log from application data roaming folder and how can I do that? I know that in C# it is possiple to override the uninstall event but I am missing the way for visual basic. Thank you so much in advanced.