Jump to content

acrobat uninstaller network wide


Recommended Posts

Hey Everybody...

with all these security flaws in the Acrobat Reader Program by Adobe that have come about as of late, I need to upgrade our entire corporate network (maybe 100 pc's... mostly on one user vlan). We haven't installed the MOM office suite yet (Microsoft office manager) so I don't know exactly how many users even have it... and managemnet is still debating over which is the best way to "manage" our software assets before we get popped.

but until then i need a work around.

I have made several scripts that will install software, and embedded .exe or what have you. I was wondering if some one could point me in the right direction here... as after i remove any previous versions... i can append my install script to then end of it.

I can't use a simple click start-->settings-->control panel-->move cursor down 3 spots-->uninstall adobe acrobat.

as every user will have a different number of applications and such, as it won't "live" in the same spot on every machine...

any advice would be greatly appreciated, and thanks in advance!! :)

Link to comment
Share on other sites

HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\7.0\InstallPath

You could maybe use this.. I havent found the uninstall command, though this is a way to find the path if the 7.0 exists

Start here if you are new Valuater's AutoIT 1-2-3Looking for an UDF - Look hereDo you need to do it twice - Autoit

Link to comment
Share on other sites

OK - there is no command line switch that I can find to do the uninstall.

Also, the version makes a difference.

You can get the manual removal directions from here: http://www.adobe.com/support/techdocs/327675.html

(note, these are for version 6.0, but I'm sure the rest are readily available)

You just code a script that performs those functions. The big thing is, are you going to be online as the admin, or do you want it to run as admin?

Then there is always the choice of having it be a Group Policy User LogOn Script, if you use Active Directory and AD Group Policy.

Spyder

Edited by Spyder
Link to comment
Share on other sites

You can check the registry for uninstall commands --

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall

Check each of the keys for one that lists the appropriate software in the DisplayName field and then find the UninstallString.

For example, on my machine Adobe Acrobat 7.0.8 lists the uninstall string as

MsiExec.exe /I{AC76BA86-7AD7-1033-7B44-A70800000002}

In AutoIt, put this in a Run command.

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