any way to apply a different MST during MSI repair?
Main Topics
Browse All TopicsWe recently deployed Adobe Reader 9 via a GPO to a large number of PCs, but with the MSI property set to DISABLE_BROWSER_INTEGRATIO
I have tried the following script to copy the DLL in the PLUGIN directories of IE, IE 64bit and Firefox, but only Firefox recognizes the plugin upon launch.
copy /Y \\server\Adobe\AdobeReader
copy /Y \\server\Adobe\AdobeReader
copy /Y \\server\Adobe\AdobeReader
I also tried repairing:
start /wait msiexec /faumsv \\server\Adobe\AdobeReader
without success. Any thoughts?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Here is the solution if anyone is interested, it should work for both 32 and 64 bit Windows XP:
from a 32 bit Windows XP PC with Adobe Reader 9 that has a working browser integration copy the following DLLs to the network share and run the script from an administrator account in the problem PC. (This can also be modified and automated in other ways....)
Copy nppdf32.dll from %PROGRAMFILES%\Mozilla Firefox\plugins\ to \\server\Adobe\plugin\ folder
Copy all Acro*.dll from %PROGRAMFILES%\Common Files\Adobe\Acrobat\Active
Run the following script
See also this thread for a better solution:
http://www.expert
Looking back at the script I came across an Access Denied issue. The updated script repairs the permissions on the Adobe folder before copying the files. The original script failes in some cases because Adobe Reader installation mucks up the "%PROGRAMFILES%\Common Files\Adobe\Acrobat" folder permissions, it sets custom ones instead of inheriting them from the parent folder. The updated script uses setacl.exe from http://setacl.sourceforge.
Files needed are:
AcroIEHelper.dll
AcroIE
AcroPD
adobe
nppdf32.dll
SetACL32.e
SetACL64
code for adobe_reader9_plugin.cmd is below:
Business Accounts
Answer for Membership
by: BrainstormerPosted on 2008-07-23 at 16:22:24ID: 22074850
I even used ORCA to create a modified MST of the original where DISABLE_BROWSER_INTEGRATIO N=NO with no luck.