MyInstaller() : base() { BeforeUninstall += new InstallEventHandler(BeforeUninstallEventHandler); } private void BeforeUninstallEventHandler(object sender, InstallEventArgs e) { // Add steps to perform any actions before the Uninstall process. Console.WriteLine("Code for BeforeUninstallEventHandler"); }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)