Detection Rule for Office 2010 SP2 deployment

Hello Everyone,
Could anyone please put me on the right track configuring a Office 2010 SP2 deployment? 
The Office 2010 SP2 is a EXE file and not a MSI and I am not sure witch Clause to use as detection method.
Thank you

Use the MSI guid that's found in the proplusww.msi, this file can be found from the Office installation files...

Similar Messages

  • Office 2010 SP2 deploy several systems

    We are deploying Office 2010 Standard thru Group Policy. SP2 i downloaded later so there are a dozen systems already installed office without the SP2. The meaning is to also install the SP2 Office to the machines which have gotton Office 2010 without SP2.
    The quistion i have is: how do i deploy SP2 Office update thru GPO to several machines which already got the Office 2010 Standard installed. How to install Updates office thru GPO? This is not a setup file but all MSP files in the SP2?
    I have already seen that one can do it by script but how?
    freddie

    Hi,
    Your require could be done via script. I think you need to add some if-else sentences in the script. We could use version number to determine which machines need to install SP2.
    The version number of Office 2010 SP2 is greater than or equal to 14.0.7015.1000.
    The version number of Office 2010 SP1 is greater than or equal to 14.0.6029.1000 but less than
    14.0.7015.1000.
    The version number of the original RTM release of Office 2010 (that is, with no service pack) is greater than or equal to
    14.0.4763.1000 but less than 14.0.6029.1000.
    http://support.microsoft.com/kb/2687455/en-us
    If you need more help about writing the script, please post your qusetion to script center forum:
    http://social.technet.microsoft.com/Forums/scriptcenter/en-US/home?category=scripting
    Here is a sample for "Deploying Office 2010 by using Group Policy computer startup scripts"
    setlocal
    REM *********************************************************************
    REM Environment customization begins here. Modify variables below.
    REM *********************************************************************
    REM Get ProductName from the Office product's core Setup.xml file, and then add "office14." as a prefix.
    set ProductName=Office14.PROPLUS
    REM Set DeployServer to a network-accessible location containing the Office source files.
    set DeployServer=\\FS\Office2010SourceFiles
    REM Set ConfigFile to the configuration file to be used for deployment (required)
    set ConfigFile=\\FS\Office2010SourceFiles\ProPlus.WW\config.xml
    REM Set LogLocation to a central directory to collect log files.
    set LogLocation=\\FS\Office2010LogFiles
    REM *********************************************************************
    REM Deployment code begins here. Do not modify anything below this line.
    REM *********************************************************************
    IF NOT "%ProgramFiles(x86)%"=="" (goto ARP64) else (goto ARP86)
    REM Operating system is X64. Check for 32 bit Office in emulated Wow6432 uninstall key
    :ARP64
    reg query HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432NODE\Microsoft\Windows\CurrentVersion\Uninstall\%ProductName%
    if NOT %errorlevel%==1 (goto End)
    REM Check for 32 and 64 bit versions of Office 2010 in regular uninstall key.(Office 64bit would also appear here on a 64bit OS)
    :ARP86
    reg query HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ProductName%
    if %errorlevel%==1 (goto DeployOffice) else (goto End)
    REM If 1 returned, the product was not found. Run setup here.
    :DeployOffice
    start /wait %DeployServer%\setup.exe /config %ConfigFile%
    echo %date% %time% Setup ended with error code %errorlevel%. >> %LogLocation%\%computername%.txt
    REM If 0 or other was returned, the product was found or another error occurred. Do nothing.
    :End
    Endlocal
    More
    reference:
    http://technet.microsoft.com/en-us/library/ff602181(v=office.14).aspx
    Regards,
    George Zhao
    TechNet Community Support

  • Detection rule for Office 365

    Hi
    I'm about to create a application for Office 365 in Configuration Manager 2012 R2.
    I've seen recommendation to look for %programfiles%\Microsoft Office 15\root\Office15. But will that not break when office is upgraded on the client?
    In registry I've HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail - en-us. And for the looks of it I cannot use this if a user decides to download and install a different version than en-us.
    Any idea on what detection rule I should use for Office 365 that works for next versions of Office 365 (office 2015)?

    Using folder check for "%programfiles%\Microsoft Office 15\root\Office15", might be a bad
    idea.
    You need to use the full path to WINWORD.exe or something.
    If you install Visio using Office 365 it will end up in the same folder, and that will make wrong detection of the application!
    You don't have to worry about the version of Office when running Office 365, but you can get the version directly from the
    WINWORD.exe if you for some reason wants to use it...
    I would recommend that you don't check for the version though.
    Ronni Pedersen | Microsoft MVP - ConfigMgr | Blogs:
    www.ronnipedersen.com/ and www.SCUG.dk/ | Twitter
    @ronnipedersen

  • MS Office 2010 SP2 32 Bit installation failing.

    Hi All,
    I am trying to install MS Office 2010 SP2 32 Bit on Windows Server 2003 SP2, Standard edition. After accepting EULA, its failing with an error 'An error occurred while running detection.' I performed the installation in verbose logging mode and following
    errors are part of the log files. 
    OPatchInstall: Will set the property 'PACKAGE.PROMPT.PRODUCTVERSIONFAILURE' to value 'The expected version of the product was not found on the system.'
    OPatchInstall: Will set the property 'PACKAGE.PROMPT.ERROR.WITHKB' to value 'The installation of this package failed.  Please see $(PACKAGE.FAILURE.KBARTICLE.URL) for more information.'
    OPatchInstall: Setting property 'PACKAGE.PROMPT.DETFAILED' to value 'The detection failed, this can be due to a corrupted installation database.'
    OPatchInstall: Setting property 'PACKAGE.PROMPT.NOPRODUCTSPRESENT' to value 'There are no products affected by this package installed on this system.'
    OPatchInstall: Setting property 'PACKAGE.PROMPT.DETECTIONERROR' to value 'An error occurred while running detection.'
    OPatchInstall: Setting property 'PACKAGE.SUCCESS.WITHERRORS' to value 'The installation is complete.  However, some updates were not applied (please see the log for additional details).'
    OPatchInstall: Property 'SYS.ERROR.CODE' value '0x8007006e'
    Please let me know if you have any fixes. Thanks.
    Regards, Swapnil Patankar

    Hi,
    Boot your system in clean boot mode and disable antivirus. Then try to run Windows Updates.
    Step 1: Try following the KB article to perform Clean Boot.
    How to troubleshoot a problem by performing a clean boot:
    http://support.microsoft.com/kb/929135
    Note: After you used the clean boot to resolve your problem, reset the computer to start as usual.
    Step 2: Disable Antivirus software
    Note: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you shouldn't disable your antivirus software. If you have to temporarily disable it to install other software, you
    should re-enable it as soon as you're done. If you're connected to the Internet or a network while your antivirus software is disabled, your computer is vulnerable to attacks.
    Regards,
    Melon Chen
    TechNet Community Support

  • Office 2010 SP2 no longer can send multiple items to OneNote

    Hello,
    Since installing Office 2010 SP2 on a number of machines the option to move more than one item to OneNote appears to have been removed.  If you select one item you can move to OneNote, select two and the button is greyed out.  Is there any way
    to restore this functionality.
    Thank you,

    Thanks for your feedback. We will give you update as soon as possible.
    Cheers,
    Tony Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please contact
    [email protected]<o:p></o:p>

  • Rollup 8 for Exchange 2010 SP2 causes EWS error with bad parameter for Exchange.MailboxReplicationService.ProxyService

    When I installed Rollup 8  for Exchange 2010 SP2 it caused an error in EWS
    EWS failed with the error:
    exchange web service could not load file or assembly Exchange.MailboxReplicationService.ProxyService bad parameter
    When I uninstalled the rollup all worked fine again.
    Any ideas, Thanks in advance?

    Hi,
    To apply this update rollup, you must have Exchange Server 2010 SP2 installed. And remove all interim updates for Exchange Server 2010 SP2 before you apply this update rollup. Please check your installation deployment by the following article:
    Install the Latest Update Rollup for Exchange 2010
    http://technet.microsoft.com/en-us/library/ff637981.aspx
    Description of Update Rollup 8 for Exchange Server 2010 Service Pack 2
    http://support.microsoft.com/kb/2903903/en-us
    If all requirements and preparations are configured properly, please collect your error logs to check your installation. It would be helpful to post some event logs here for further analysis.
    Thanks,
    Winnie Liang
    TechNet Community Support

  • KMS Host for Office 2010

    AOA
    I deploying windows server 2008 r2 KMS Host successfully. Now, trying to use same machine as KMS Host for Office 2010 Professional Plus. I have adopted for activation through phone. Confirmation ID from Microsoft got it. Error encountered while installing Microsoft
    Office 2010 KMS Host License Pack:
    "Error Code: 0x2a 0xC004F015, The software licensing service reported that license is not installed"
    Tried every page GOOGLE asked but in vain, 
    Really stuck up and help required.
    Thanks in advance.

    Dear, I obtained new product key, confirmation key from MS but still no success. really at stake and guys at Microsoft are also not replying positively.
    Following error is stucking my eyes and mind
    C:\Windows\system32>cscript.exe slmgr.vbs /atp xxx-xxx-x-xx-x-x-x-(Confirmation
     ID provided by Microsoft) bfe7a195-4f8f-4f0b-a622-cf13c7d16864
    it gives following output
    Microsoft (R) Windows Script Host Version 5.8
    Copyright (C) Microsoft Corporation. All rights reserved.
    On a computer running Microsoft Windows non-core edition, run 'slui.exe 0x2a 0xC004F04D' to display the error text.
    Error: 0xC004F04D
    when run this command
    C:\Windows\system32>slui.exe
    0x2a 0xC004F04d
    Output
    is
    The
    software licensing service determined that the installation (IID) or the confirmation ID (CID) is invalid
    Thanks in advance.

  • Multiple Languages editions 32/64 bit of Office 2010 SP2

    Hi
    In the site https://technet.microsoft.com/subscriptions/securedownloads/default.aspx#searchTerm=&ProductFamilyId=383&Languages=en&PageSize=10&PageIndex=0&FileId=0 , I
    find the Multiple Languages editions 32/64 bit (mu_office_2010_sp2_x86_dvd_2803290.iso and mu_office_2010_sp2_x64_dvd_2803291.iso) of Office 2010
    SP2. These contain only the full versions of
    language packs or these also contain
    the Professional Plus edition of
    Office 2010 SP2?
    Thanks
    Bye
    Balubeto

    Microsoft is retiring the TechNet Subscriptions service and discontinued sales on August 31, 2013. Subscribers with active accounts may continue to access program benefits until their current subscription period concludes.
    I'm afraid that we might have no way to activate the Office product from TechNet Subscriptions website anymore.
    If you want to get the source of Office, you can find them here:
    Comsumer:
    http://office.microsoft.com/en-us/products/microsoft-office-2010-backup-FX101853122.aspx
    Volume Liscense:
    https://www.microsoft.com/licensing/existing-customers/fulfillment.aspx
    Tony Chen
    TechNet Community Support

  • Cannot download cumulative update for Office 2010 December 2014

    I tried to download the cumulative update for Office 2010 (December 2014) at the following link:
    https://technet.microsoft.com/library/dn789213(v=office.14)
    When you click the link (http://support.microsoft.com/kb/KB3020815) you get to an "oops" page. 
    Oops!
    The page you are looking for may have a new location, or is no longer available.
    Does anyone have a link that works for that update?
    Thanks,
    --Jeffrey

    Hi Protholl,
    I visited the link you provided:http://support.microsoft.com/kb/KB3020815 , got the same result "Oops! The page you are looking for may have a new location, or is no longer available."
    Please visit this link instead:
    http://support.microsoft.com/kb/3020815
    You should open the page with no issue then.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Error 1603 when installing Rollup 4 for Exchange 2010 SP2

    Hi There,
    I have began upgrading our Exchange servers to Rollup 4 for Exchange 2010 SP2 last week and the first 3 servers all successfully installed it without any problems.  However I have hit a problem with my 4th server.
    I am receiving the 'common' error 1603 in my Application log and I have already ran through many potential fixes to this problem on various posts on this and other forums, but to no avail.
    I have tried the following without success:
    Turning off UAC
    Running from elevated CMD prompt
    Running from elevated Powershell command
    Removing and re-adding "Exchange Trusted Subsystem" from the Administrators group
    Re-downloading the RU4 install package to the local disk on the server
    Adding more RAM and CPU resources
    I have watched the installation process and it seems to update of the native assembly files and comes to the "Starting Services" process, with which it appears to do fine as I have watched the Services starting within Server Manager while this has been running,
    but then all of a sudden just begins "Rolling back actions".
    The only difference with this server to the others is the fact that a colleague of mine had to recover this server within the last 6 months and ran the Setup /m:RecoverServer command
    to do so, could this have anything to do with it?
    I have installed Exchange 2010 Service Pack 2 on this server since the recovery though.
    I am running out of ideas so any help would be greatly appreciated.

    skippy-85,
    Any updates on this Issues?
    In case if the issue stands
    resolved, Please mark Solution for this Thread and close this.
    In case if you still have
    the issue with the RU4 installation do let us know!
    Thanks
    Exchangeexperts.in ~ ( Exchange | 2003/2007/2010/E15(2013)) ~Mark this if Helpful~ This Information is provided "AS IS" and confers no Rights!!

  • Need Download Url - Proofing Tools for Office 2003 SP2 Greek

    Hi,
       I need to install Greek Proofing Tools for Office 2003 SP2 on XP machine ,couldn't find download location.
    Please let me know where i can download it.

    Unfortunately, Microsoft stopped selling Office 2003 and 2007 language packs in the summer of 2011, as explained at
    http://office.microsoft.com/en-us/access-help/determine-if-you-need-a-language-pack-HA010243416.aspx?CTT=1 (Determine if you need a language pack), so I'm afraid you are out of luck.
    Stefan Blom, Microsoft Word MVP

  • How to correctly set detection rules for date modified

    How are application detection rules for modified or created date calculated.  For example if I want the detection rule to use a file that was modified today or any day after today do I set it as Greater than or equal to or less then or equal to in
    the Detection rule?

    You would use Greater than Or Equal To. Greater than or equal to means that time or anything after. The latter would be that time or before
    Dustin Estes - MCP | www.dustinestes.com

  • How to export Registry values for Office 2010 in HKLM.

    Hello,
    I am trying to export all the Registry keys for Office 2010 in HKLM. All the Office 2010 based registry values in HKLM will be exported and need to be resotred after installing Office 365. So I need to export all the HKLM based Office keys before installing
    Office 365 so later it can be restored.
    Thanks
    Ekta Verma

    Then change the group policy, that's the solution to your problem.  You've made the investment in Office 365 - forcing Office 2010 to launch is wasting that investment.
    But what you are proposing won't work anyway, you would need to capture all of the keys and values in 
    HKCR\.doc, HKCR\.docx, etc, etc, etc for all of the file types.
    Collecting all the registry values, crafting a script to put them all back, and managing that effort is a waste of time when the group policy could be changed in a matter of minutes.  If someone argues against changing the group policy then tell them
    to tell the guy who approved the purchase of Office 365 that he wasted the company's money.
    If, on the other hand, you don't want users to launch Office 2010 yet, that's another story and I could go on and on debating both sides of the argument.  Instead of spending the time mucking around the registry, try to repair Office 2010 instead:
    msiexec /f <product code> /q
    you can get the product code from HKLM\Software\Microsoft\Windows\CurrentVersion and just search for microsoft office from there.  The key name it's in will be the same as the product code, which would also appear in the Uninstall registry value.
    I hope this post has helped!

  • KB2837583 CU for Office 2010 Professional Plus breaks multiple line fields document information panel

    When we install CU KB2837583 for Office 2010 Professional Plus I get an error on the document information panel in Word while saving the document to SharePoint 2010.
    The error shows a red border around the multiple lines field "Adres" saying that the field contains errors.
    We had this issue before with CU
    KB2760758, this was a bug and Microsoft has fixed this with Service Pack 2. Now we have the same issue again with this cumulative update.
    Microsoft knows this bug and
    is working on a solution?

    Hi,
    As the error message, please try the workaround:
    Uninstall the KB2826026 update patch.
    Quote from:
    http://social.technet.microsoft.com/Forums/en-US/b867398d-93fb-4015-82ee-e00f75a671d4/sharepoint-ms-word-document-only-specific-pattern-allowed-only-data-in-the-following-pattern-is?forum=officeitproprevious
    Regards,
    George Zhao
    TechNet Community Support

  • KB2687455 (SP2 for Office 2010) Breaks Outlook Searches of Shared Contacts/Calendars

    Hello, everyone! I would love to know if anyone else is experiencing these issues. 
    I am an IT Network Technician for several clients that have had issues searching in shared contacts and/or calendars in Outlook 2010. These users are using Office 2010 in Citrix/Remote Desktop Services environments. When these servers automatically
    download and install KB2687455, the users can no longer perform searches in shared contacts/calendars. They receive an error stating, "The requested Upon removing this update, and having the user close and re-open Outlook, the search functionality is
    restored. Surprisingly, a reboot is not required to restore searching. 
    Is Microsoft aware of this issue? If so, what is being done to correct it? If not, is anyone else experiencing similar symptoms?
    Our firm has already observed similar failure of the search functionality in Outlook 2010 due to the installation of another Windows Update, KB2956128. The issues with that update are already well-documented, based on a preliminary Google search,
    and we have blocked the installation of that update, where possible, until we are informed of a fix for it from Microsoft. Any information on the repair of that update would also be much appreciated. 

    Hi,
    Both KB2956128 and KB2956203 seem to cause this issue to some of our users, as you mentioned KB2956128, have you checked KB2956203? If you have installed this KB, uninstall it to check the result.
    If it is KB2956203, we have been aware of some issues caused by the recent updates, and would like to collect more information for further investigation.
    Can you guys share your detailed system info? Also, if you have any log files about the issue, kindly share with us by sending them to this email account:
    [email protected] (please use the link of this thread as the subject).
    We appreciate your assistance with this.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs. Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

Maybe you are looking for