How do I distribute latest update (7.0.1) via Group Policy?

Our company is just now getting into Acrobat Reader/Standard/Professional version 7. Is there an easy way to upgrade them at the same time they are installed via Active Directory Group Policy?
I have the ".msi" for the update, but I can't make the package install after the software installs. It always tries to install first or at the same time.
Better yet - is there a way to patch the source files? Then I can just have the computers reinstall from the source.
Thanks!

Ok, we have the upgrade deployed and tested here and it's working fine.
If anyone else has this problem the procedure is:
- Download the 7.0.1 upgrade .exe file.
- Launch the program, but do not click anything on the
installation screen.
- Browse to:
C:\Program Files\Adobe\{0C55731F-7B21-4936-839A-BA09B2EAED59}
- Copy the MSI file in this folder to the shared folder you use
for deploying software.
- Create a new group policy object and add the upgrade MSI
(I don't believe you can reliably set the installation order
from within a single group policy object).
- Ensure the upgrade appears HIGHER in the group policy list than
acrobat 7 (ie with a lower link order value), to ensure that the
upgrade installs after acrobat.
Ross

Similar Messages

  • Enable auto update while deploying Reader 11 via group policy

    I would like to push the latest adobe reader 11 out via group policy. I have tried using the adobe customization wizard but I am unable to set the installs to auto update. They default to download the update and prompt the user. I do'nt want the user to be prompted at all. I just want it to automatically update. Is there an easy way to deploy this?
    I would like it to be like flash. You can deploy the mms.cfg file and it configured flash to auto update.
    Thanks,
    Justin

    I would like to push the latest adobe reader 11 out via group policy. I have tried using the adobe customization wizard but I am unable to set the installs to auto update. They default to download the update and prompt the user. I do'nt want the user to be prompted at all. I just want it to automatically update. Is there an easy way to deploy this?
    I would like it to be like flash. You can deploy the mms.cfg file and it configured flash to auto update.
    Thanks,
    Justin

  • Updating Existing Install and adding extensions via Group Policy

    We have recently installed StarOffice 8 due a full planned move away from Microsoft Office 2003, we have deployed the CD install via group policy to test the functionality of StarOffice in a school environment. Due to a problem cropping images in Writer (cropooo 0.2.1 extension needed) we are having to update to the latest patch ver10 (300+pc's). Is there a way to automate this via GPO? We only have the standard version of staroffice 8 and not the enterprise CD so we can not make a custom transform file. Also can extensions be deployed via Group Policy? We are runnning a Windows 2k3 server with XP clients.

    Network Deployment of Adobe Flash Player
    I found this link http://www.adobe.com/devnet/flashplayer/articles/flash_player_admin_guide.html
    It is a good idea to extract the msi the deployment data point using msiexec /a {filename} (this creates an administrative installer)
    Use the extracted MSI to deploy flash. (either assigned or published)
    Please make sure that the user can read from the data point you place the files.

  • How to control IE10's "Compatibility View settings" via Group Policy

    First
    of all thanks for taking the time to read this.  I must let you know that I have limited experience with Group Policy so here it goes...
    Domain Controllers are 2008 R2 Datacenter and client computers are Win7 Pro with IE10
    I need to add several sites to the "Compatibility View settings" in IE10 and have these pushed out via Group Policy.
    I followed this to enable the "Use Policy List of Internet Explorer 7 sites:"
    Use
    Policy List of Internet Explorer 7 sites
    I even added the settings to both User Configuration as well as Computer Configuration.  However the computers on the domain wouldn't show these sites in
    IE even after forcing a GP update (gpupdate /force)
    Yes I did use top level domain names.
    Next I installed the Administrative Templates for Windows Internet Explorer 10 on the DC:
    Administrative Templates for Windows Internet Explorer 10
    this gave me an Inetres.adm file while I put in the same location as my other .adm files that Group Policy Manager sees (located at C:\Windows\SYSVOL\domain\Policies\{31B2F340-016D-11D2-945F-00C04FB984F9}\Adm)
    I do see a bunch of .ADMX files located at C:\Windows\PolicyDefinitions
    on the DC.  I also see a lot of .ADML files located at C:\Windows\PolicyDefinitions\en-US.
    Where is my Central Store located that my Group Policy references?  How do I know what location GP is reading from?
    Now I installed the Administrative Templates (ADMX) for Windows Server 2008 R2 and Windows 7 from here:
    Administrative Templates (ADMX) for Windows Server 2008 R2 and
    Windows 7
    This gave me a "Win7-2008R2-admx.msi" package that I installed.  I took the defaults and extracted contents to:
    C:\Windows\PolicyDefinitions\Server 2008 Win7\PolicyDefinitions
    Are all of these .ADMX files supposed to be placed into my Central Store?
    If I mouse-over "Administrative Templates" in Group Policy Manager is says that the policy definitions are retrieved from the local machine.
    I then right-clicked on top of "Administrative
    Templates" in Group Policy Manager and highlighted Inetres and selected Delete.
    While in Add/Remove Templates I click on Add and it defaults to looking for "Policy Templates" and will not let me select and .ADM/.ADML/.ADMX files.
    What am I doing wrong here?
    How do I know that I'm using the most recent Inetres file?
    How do I know which file Group Policy Manager is using to manage the IE settings that are in:
    User Configuration->Administrative Templates->Windows Components->Internet Explorer->Compatibility View->Use Policy List of Internet
    Explorer 7 sites
    or
    Computer Configuration->Administrative Templates->Windows Components->Internet Explorer->Compatibility View->Use Policy List of
    Internet Explorer 7 sites.
    Is there anything else you can suggest?
    Many, many thanks in advance for any response

    Hi,
    Regarding your question, usually we create a Central Store for Administrative Templates (Both .admx and .adml files), and create a folder that is named PolicyDefinitions in the following location:
    \\FQDN\SYSVOL\FQDN\policies. The .adml files on the Windows computer
    are stored in a language-specific folder. For example, English (United States) .adml files are stored in a folder that is named "en-US." When you have copied all .admx and .adml files, the PolicyDefinitions folder on the domain controller should contain the
    .admx files and one or more folders that contain language-specific .adml files.
    Please refer to the following articles. You will get more helpful details about the Central Store for Group Policy Administrative Template files.
    How to create the Central Store for Group Policy Administrative Template files in Windows Vista
    http://support.microsoft.com/kb/929841
    Windows 7, Windows Server 2008 R2 and the Group Policy Central Store
    http://blogs.technet.com/b/askds/archive/2009/12/09/windows-7-windows-server-2008-r2-and-the-group-policy-central-store.aspx
    Based on your description, I understand you enable the setting “Use Policy List of Internet Explorer 7 sites”. However, didn’t show any sites in IE in client even after forcing a GP update
    (gpupdate /force). Please use command “gpresult” in clients to collect the GPOs, and then check whether the GPO contain the setting “Use Policy List of Internet Explorer 7 sites” was applied to clients or wasn’t.
    In addition, you also can change the related setting by using registry directly.
    Follow the path of the registry:
    HKEY_CURRENT_USER->Software->Policies->Microsoft->Internet Explorer->BrowserEmulation->PolicyList. (Create registry folders
    manually if not present)
    Right Click
    PolicyList ->New->String Value->Enter the name of the website. (Both under ‘Name’ and ‘Data’. For example,
    Value name: example.com Value data: example.com)
    There is a similar question, please read as a reference.
    Add manually URL on Compatibility View List in IE10
    http://social.msdn.microsoft.com/Forums/ie/en-US/5a15e861-d106-471e-a968-fdea15e31c45/add-manually-url-on-compatibility-view-list-in-ie10
    Hope this helps.
    Best regards,
    Justin Gu

  • How to deploy 9.3.2 incremental patch (msp) over group policy

    Hello to all,
    i have deployed Reader 9.3.1 via group policy in windows (software installation package).
    It was installed on all clients successfully.
    Now that 9.3.2 msp file came out i need to distribute the new incremental patch to all hosts in the domain.
    I wanted to slipstream the 9.3.2 msp update into the 9.3.1 msi,so i tried the following command:
    msiexec /a AdbeRdr931_en_us.msi /p AdbeRdrUpd932_all_incr.msp
    I also tried msiexec /a AdbeRdr930_en_us.msi /p AdbeRdrUpd932_all_incr.msp supposing that it needs the 9.3.0 initial package to work.
    But the following error comes out in both commands:
    The upgrade patch cannot be installed by the windows installer service  because the program to be upgraded may be missing, or the upgrade patch  may update a different version of the program.  Verify that the program  to be upgraded exists on your computer and that you have the correct  upgrade patch.
    What could be wrong?
    What is the recomended way to deploy an incremental patch msp file to an already deployed earlier version?

    I used this MSIEXEC.exe command this morning VIA a GPO and installed on both 9.3.0 &
    9.3.1
    MSIEXEC.EXE /update \\xxxxxxx\xxx\adobereader932\adberdrupd932_all_incr.msp /quiet
    This must be put in the login script under the Computer system in the GPO.
    I just used Notepad and created a *.bat file, yes not good as a *.MSI but it works.

  • RDS 2012 R2 - How do I lockdown access to Local Computer Management and Windows Backup via Group Policy

    Greetings all,
    I am needing assistance in how to lockdown access to Local Computer Management and Windows Backup via Group Policy for users that access RDS service. I have followed this awesome guide - h t t p://w w w.it.ltsoy.com/windows/lock-down-remote-desktop-services-server-2012/
      - but it is missing two important resources that I would like to lock down.Currently, I have successfully locked down Control Panel for users via Group Policy, but I cannot find any group policy or guide on how to restrict user access
    to Computer Management (different to Server Manager). When using Win-X shortcut to open the 'Administrator's shortcuts' near the windows icon, I have locked down everything except Computer Management. Computer Management gives direct access to Disk Management,
    Shares etc, which are locked down for users. But Windows Server Backup is still accessible. Can someone please guide me on how to restrict access to both Computer Management and Windows Server Backup.
    Thanks in advance.
    Terry.

    Prevent running of Windows Server Backup
    Computer Configuration\Policies\Windows Settings\Security Settings\File System
    Right click on File System - Add File - Drill down to \System32\wbadmin.msc
    On the Database Security ACL that pops up - Remove Creator Owner, Remove Users and check Adminstrators have Full Access.
    On the Object window - choose Propagate inheritable permissions to all... (Default)

  • Automatic Windows Update via Group Policy in Windows 8

    Hi,
    I have created a new GPO to place some settings on the Automatic Update to all my client pcs. The settings applied as the image i uploaded below. The problem is that this GPO were successfully applied to all my Windows 7 machine but not Windows 8.1 machines.
    Is there anything that i missed or i should know about Windows 8.1 automatic update configuration via Group Policy?. I've tried to google but cant find any guidance that relates. I'm not using WSUS. Appreciates any advise. Thanks.
    Cheers, Sparcx [MCTS,MCITP-EA]

    Hi Leon, yes i have read the blog that you gave, It says that Windows 8 requires a KB update to roll the changes that will solve this issue. However its also said that the update is included in Windows 8.1 and there's no need to update to solve the Automatic
    Update behaviour via Group Policy as mentioned. Also tried to apply the KB update suggested, but failed. It is not for Windows 8.1 platform. Is there any other suggestion? I kinda stuck here..
    Cheers, Sparcx [MCTS,MCITP-EA]

  • Disabling windows update via group policy

    hi,
    i would like to disable automatic windows upate via group policy on windows server 2008. is it possible?
    thanks.
    sundeep

    hi,
    disabling the automatic update is not a recommended practice, but here are the steps,
    Click Start, and then click
    Run.
    Type gpedit.msc, and then click
    OK.
    Expand Computer Configuration.
    Right-click Administrative Templates, and then click
    Add/Remove Templates.
    Click Add, click
    Wuau.admin the Windows\Inf folder, and then click Open.
    Click Close.
    Under Computer Configuration, expand
    Administrative Templates, expand Windows Components, and then expand Windows Update.
    The Configure Automatic Updatespolicy appears. This policy specifies whether the computer receives security updates and other important downloads through the Windows Automatic Updates feature. The settings for this policy let you specify if
    automatic updates are enabled on the computer. If the service is enabled, you must select one of the three configuration options.
    To view the policy settings, double-click the
    Configure Automatic Updatespolicy.
    To turn on Automatic Updates, click
    Enabled or to turn off select
    Disabled
    hope this helps
    thanks

  • How do we track client deployment via group policy by referring log files globally

    How do we track client deployment via group policy by referring log file centrally?

    need answer from  both CM07/CM012 by using GPO
    There is NO Centralized tracking for GPOs.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • How can I delete latest update and go back to old one

    I have had nothing but trouble with the new update to 3.1.3 and want it OFF my phone. I want to delete it and just go back to business as usual. Does any one know how to do it? I was told that if I just do a restore, it will reinstall the latest version of OS any way. I hate the new mess I have with latest update.
    HELP!!!

    Irchr wrote:
    sorry, but it just looked like this last update was not ready to release and has caused so much trouble that Apple would have a fix or allow us to revert to previous level.
    You are probably not well enough informed to decide whether an upgrade is 'ready to release'. Remember there are millions of iPhones upgraded and only a very small minority with issues - many of which pre-existed 3.1.3
    I haven't had phone for very long now, but it is very frustrating to have a defective OS and phone. I would have thought this would be the place to do things LEGALLY, not hack the phone like I see on GOOGLE
    Hacking the phone is the only way to revert unless you have backups. Hacking the phone is not something that is discussed in these forums.
    You haven't even posted your problems so perhaps start there ?

  • Anyone know how to uninstall the latest update so Java can work again?

    Java Preferences in utility has disappeared, a hot of applets and applications that require Java no longer work, total disaster...:-(
    How do I uninstall latest Mountain Lyon update of a few days ago, and/or Mountain Lyon and Lyon?
    Thanks for any help!

    The last Java update disabled Java plug-in and removed Java Preferences.app from your Utilities folder.
    You can re-enable Java by following this support article
    http://support.apple.com/kb/HT5559

  • How to remove itunes latest update from my windows vista 32 bit computer? it now sends an error message when i try to open itunes.

    SINCE TRYING TO DOWNLOAD THE LATEST UPDATES TO MY WINDOWS 32 BIT VISTA COMPUTER, I HAVEN'T BEEN ABLE TO OPEN ITUNES ON IT.I KEEP GETTING A ERROR MESSAGE.I'VE TRIED UNINSTALLING ITUNES AND REINSTALLING BUT STILL GETTING ERROR MESSAGE ON MY COMPUTER!!! PLEASSSSSSE HELP, DON'T KNOW WHAT TO DO.....

    See:
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    What specific error message did yo get

  • How to get the latest update time of a info provider in ABAP

    hi experts,
    i am doing a ABAP program and need to get the latest update time of a info provider , does anyone know where it stores in BW or any other way to get it?
    many thanks
    WHY

    Table : RSREQDONE
    you can give INFOPAK_ID as parameter and search for latest/last Request ID and dispaly time and Date.
    Cheers
    Praveen

  • How to get the latest update for the phone?

    hey does anyone know how to get the latest upgrade for my phone? 3230 nokia

    http://www.nokia.co.uk/nokia/0,,58162,00.html
    Gadget
    Remember to mark all correctly answered questions as Solved. A forum is only as great as the sum of its parts, together we will prevail.

  • How can i download latest updated poi-2.5.1-final-20040804.jar file

    Hi,
    Can you help me for download latest updated poi-2.5.1-final-20040804.jar file
    Please give me link if you have
    Thank You,
    Dev Labs.

    Google
    "download jakarta POI" - first result

Maybe you are looking for