J
Julie
Is there any class in .Net that handles uninstallation of an installed application?
Something that takes the add/remove program name, and then looks up the
appropriate command line in the registry and then calls the uninstaller?
System.Configuration.Install.Installer does *not* seem to do what I want, as
far as I can tell anyway.
Anything in the framework that handles this? If not, any source out there that
accomplishes this?
Thanks
Something that takes the add/remove program name, and then looks up the
appropriate command line in the registry and then calls the uninstaller?
System.Configuration.Install.Installer does *not* seem to do what I want, as
far as I can tell anyway.
Anything in the framework that handles this? If not, any source out there that
accomplishes this?
Thanks