S
Steve Long
Hello all,
is there a way to programatically uninstall a program via one of the Windows
Management classes or one of the Win32 classes? I'm looking for a way to
invoke the process that occurs when you click Add or Remove Programs in the
control panel. I have some applications in an install base that I not longer
have the setup.exe file (Installshield express) for. If I had that, I could
just use the command line switches to do it but alas, I don't have a way to
tell which versions are installed.
I'm looking at the Win32_Product class as a possibility but it would be nice
to see an example of how to use the Uninstall method? Anybody???
Thanks in advance for any help.
Steve
is there a way to programatically uninstall a program via one of the Windows
Management classes or one of the Win32 classes? I'm looking for a way to
invoke the process that occurs when you click Add or Remove Programs in the
control panel. I have some applications in an install base that I not longer
have the setup.exe file (Installshield express) for. If I had that, I could
just use the command line switches to do it but alas, I don't have a way to
tell which versions are installed.
I'm looking at the Win32_Product class as a possibility but it would be nice
to see an example of how to use the Uninstall method? Anybody???
Thanks in advance for any help.
Steve