Command Line/Script to Remove/Uninstall Program that can only be removed from Add or Remove Programs

C

Conan Kelly

Hello all,

I need to come up with a command line/script to uninstall a program that can
only be removed from Add or Remove Programs.

Can anyone point me in the right direction to
websites/tutorials/walk-thru's.

Thanks for any help anyone can provide,

Conan Kelly



---------------------------
"Smokin' weed kills your brain cells. Drinkin' only screws up your
liver...ya got 2 a those."
- Earl Hickey (NBC's "My Name is Earl")


If Milli Vanilli falls in the woods, does someone else make a sound?
 
P

Pegasus [MVP]

Conan Kelly said:
Hello all,

I need to come up with a command line/script to uninstall a program that
can only be removed from Add or Remove Programs.

Can anyone point me in the right direction to
websites/tutorials/walk-thru's.

Thanks for any help anyone can provide,

Conan Kelly



---------------------------
"Smokin' weed kills your brain cells. Drinkin' only screws up your
liver...ya got 2 a those."
- Earl Hickey (NBC's "My Name is Earl")


If Milli Vanilli falls in the woods, does someone else make a sound?

I believe that you can remove programs by executing the data you will find
against values called "UninstallString" in the registry. You will find them
in HKLM. They can be quite complex, e.g. UninstallString=MsiExec.exe
/I{D2DA04C5-5035-4CE1-8CA7-94FAF280E68B}. I have never tried the technique.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top