Jump to content

Registry Key to Uninstall


Recommended Posts

Registry Uninstall Key - C:\Program Files (x86)\InstallShield Installation Information\{495A8A3C-8FD0-4C46-9979-95C26181A1AB}\setup.exe" -runfromtemp -l0x0409 -removeonly

No matter what I tried I couldn't make this work. It won't do it in windows from a link command, any uninstaller tools, or a run command line. It only reinstalls program. No Setup.exe /x nothing works. This is the uninstall string in the registry but the only way I can get the above registry key to uninstall right is from Add and Remove programs and clicking uninstall. Then it will start uninstalling. Other wise it will only reinstall. Anyone have any idea how I could script this to uninstall? This one has me stumped. I have spent hours on this form looking at different ways to figure this one out but no luck. I am stumped. PS doesn't work in DOS prompt either or rundll32.

Link to comment
Share on other sites

I have succesfully try your Registry uninstallstring

RunWait ( @ProgramFilesDir & '\InstallShield Installation Information\{DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}\setup.exe -runfromtemp -l0x0c0c -removeonly' )

and jetaudio is uninstalled ! Posted Image

If it doesn't work for you try

RunWait ( 'MsiExec.exe /X{DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}' )
Edited by wakillon

AutoIt 3.3.14.2 X86 - SciTE 3.6.0WIN 8.1 X64 - Other Example Scripts

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...