bladedanny Posted November 26, 2010 Posted November 26, 2010 Hi all, I'm hoping someone can save me some work. On our image both adobe reader 4 and 9 are installed (some old software installed it). Now when trying to open a pdf in IE it trys to open it with v4, when opening a locally saved pdf it opens in v9. Uninstalling both versions then installing v9 works, but I don't want to go round each machine and do this. I know I should have checked before rolling out the image and I have learnt from my mistake and will double check in future images. I also don't want to re-image all machines. Does anyone know if there is a registry setting that tells IE which program to open pdf files with? Or any other suggestions welcome. Thanks, Dan
Michael Posted November 29, 2010 Posted November 29, 2010 You could try deploying Adobe Reader X, (which should reset PDF file associations) but also deleting the main Adobe Reader 4 exe file using a script. 1
bladedanny Posted November 29, 2010 Author Posted November 29, 2010 You could try deploying Adobe Reader X, (which should reset PDF file associations) but also deleting the main Adobe Reader 4 exe file using a script. Hi, I've set the newest Adobe Reader to deploy, but I could not find a script to fully remove V4.
Michael Posted November 29, 2010 Posted November 29, 2010 Realistically there's no easy way to remove Adobe Reader 4, other than deleting it. You could use a command like this: @echo off RMDIR "C:\Program Files\Adobe\Acrobat 4.0" /S /Q Users should then be prompted to select a program to associate opening PDFs when clicking PDF files (which will probably appear blank).
Azhibberd Posted November 29, 2010 Posted November 29, 2010 If Adobe reader 4 was installed with a msi... you could use a script to do msiexec /uninstall
Arthur Posted February 9, 2011 Posted February 9, 2011 Realistically there's no easy way to remove Adobe Reader 4, other than deleting it. There is an easy way... %SystemRoot%\ISUNINST.exe -f"%ProgramFiles%\Common Files\Adobe\Acrobat 4.0\NT\Uninst.isu" -a -c"%ProgramFiles%\Common Files\Adobe\Acrobat 4.0\NT\Uninst.dll"
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now