/build/static/layout/Breadcrumb_cap_w.png

Google Desktop Search

Does anyone have a script or package that they could share that does nothing more than uninstall Google Desktop Search from a PC that can be deployed from a push or login script?

0 Comments   [ + ] Show comments

Answers (3)

Posted by: Sooner 18 years ago
Yellow Belt
0
I spent a number of days trying to find a way of automatically removing this product as well as the yahoo variant and here is what I determined.

If you run the uninstall using same credentials as the person who installed it it will be removed. The problem is that most things run as the local system account or some administrator account, which gives you back an error when trying to remove it that this can only be run under the same user credentials. About the best you could hope to do is to delete the files and registry entries via script so that it would be disabled.
Posted by: Foleymon 18 years ago
Orange Senior Belt
0
You might be able to package something and have the 'User' execute is by dropping the command into

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce

then it would be running with the current users credentials.
Posted by: linstead 18 years ago
Blue Belt
0
Dim WshShell

Set WshShell = WScript.CreateObject("WScript.Shell")

wshshell.regread "HKEY_LOCAL_MICHINE\Software\Microsoft\windows\currentversion\uninstall\uninstall # here"

If ("uninstall #")exists Then
wshshell.Run("wscript.exe " & "google\Install.wsf uninstall", 0, True)

or

you can Put a constants and check If exist and msiexec /i the product key
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
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