Jump to content

Uninstaller question


Recommended Posts

I have a question, that I can't seem to answer with search, or prior knowledge.

What I wanted to know, is like a program like ventrilo.

The uninstall isn't listed in it's folder, and I choose not to use the windows uninstall interface.

What I wanted to do, was use autoit to uninstall ventrilo. But there's no uninstall .exe in the folder.

So how do I go about removing it without using window's uninstaller?

Sure I could delete the directory. Is that the same method that the windows uninstaller is using, then removing all the registry entries when theres no uninstall.exe with the program?

Any help would be great.

[font="Verdana"]Valik:Get it straight - I'm not here to say please, I'm here to help - if my help's not appreciated then lotsa luck, gentlemen.[/font]

Link to comment
Share on other sites

I have a question, that I can't seem to answer with search, or prior knowledge.

What I wanted to know, is like a program like ventrilo.

The uninstall isn't listed in it's folder, and I choose not to use the windows uninstall interface.

What I wanted to do, was use autoit to uninstall ventrilo. But there's no uninstall .exe in the folder.

So how do I go about removing it without using window's uninstaller?

Sure I could delete the directory. Is that the same method that the windows uninstaller is using, then removing all the registry entries when theres no uninstall.exe with the program?

Any help would be great.

Try checking out the registry keys located under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall sometimes there'll be an uninstall string for your particular app here.

Link to comment
Share on other sites

Not to sound more clueless on this subject, but if there is a uninstall string, then where would I go from there?

[font="Verdana"]Valik:Get it straight - I'm not here to say please, I'm here to help - if my help's not appreciated then lotsa luck, gentlemen.[/font]

Link to comment
Share on other sites

Not to sound more clueless on this subject, but if there is a uninstall string, then where would I go from there?

Read the UninstallString value and Run() it.

:whistle:

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Ah, ok. I'll look into that.

Thank you all.

[font="Verdana"]Valik:Get it straight - I'm not here to say please, I'm here to help - if my help's not appreciated then lotsa luck, gentlemen.[/font]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...