Is it possible to catch the uninstall event and execute some code when the program starts uninstalling?
program is installed by autoinstall. i already try to use this
public override void Uninstall(
IDictionary savedState
)
but it said that method can not be overriden becouse it does not exist.