/build/static/layout/Breadcrumb_cap_w.png

How do I silently uninstall LogMeIn from Windows XP and Windows 7?

We have hundreds of LMI free clients installed across LAN/WAN PCs.  With their change to limit of 10 free installations (and our successful deployment of VNC/TightVNC), we need to uninstall silently.  Any ideas?


0 Comments   [ + ] Show comments

Answers (3)

Posted by: KevinF 10 years ago
Senior Yellow Belt
3

Grab the uninstall string from the registry then use

Msiexec.exe /x string

Or you could use wmi in a script


Comments:
  • In case if silent uninstall is not available using msiexec and there is a uninstall switch provided by vendor, u can try hiding the uninstall dialog using AutoIT script. i'll leave that as an assignment to you, to figure out how we can suppress the screen. I once implemented it with a friend of mine - talonsprem87 10 years ago
  • FYI: The software GUID can be found in this location in the registry

    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall

    then your uninstall command would look something like this

    msiexec.exe /x {25892e17-80f6-415f-9c65-7395632f0223} /qn - mpace 10 years ago
Posted by: terebent 10 years ago
Second Degree Brown Belt
1

Please tell us which version LogMain client do you use.

 

You can open the Regedit on a client and go to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall. Search for LogMain in this location and you shold find the Uninstall registry entrys for this application. You can verify this if the DisplayName entry has the value LogMain or something related to the applications.

Read the value from UninstallString entry and use it to see if is a silent uninstallation or not. You can put the string here and we can help you to create a silent uninstallation string.

Posted by: dcoulson 10 years ago
Senior White Belt
0

The solution: you were right - found the reg key, created Online Shell Script containing "msiexec.exe /x {string} /qn"

Side note: this did not work as script.sh in K1000.  Changed it to a .bat file and it worked like a champ for Windows 7 and XP.

Thanks!



Comments:
  • Im using version 4.1.0.3268 and I cant find the registry key under uninstall registry. Where exactly did you find it? What version were you using? - dice10 10 years ago

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

View more:

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ