Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

MS10-072: Description of the security update for Microsoft Groove Server 2010: October 12, 2010


View products that this article applies to.

INTRODUCTION

Microsoft has released security bulletin MS10-072. To view the complete security bulletin, visit one of the following Microsoft websites:

How to obtain help and support for this security update


Help installing updates:
Support for Microsoft Update

Security solutions for IT professionals:
TechNet Security Troubleshooting and Support

Help protect your computer that is running Windows from viruses and malware:
Virus Solution and Security Center

Local support according to your country:
International Support

↑ Back to the top


More information about this security update

↑ Back to the top


Known issues with this security update

  • Even if you have a successful installation, you may find that the entry for this security update is missing in Add or Remove Programs.

    To determine whether the update is already installed on the system, save the following Visual Basic script as "Groove_KB2346298_Check.vbs." Then, run it with administrative credentials. The script displays a dialog box that shows the detection results.
    Set msi = CreateObject("WindowsInstaller.Installer")

    sMspTargets = "{90140000-1106-0000-1000-0000000FF1CE};{90140000-1109-0000-1000-0000000FF1CE}"

    sResult = ""

    For Each prod in msi.Products

        If InStr(sMspTargets,prod) > 0 Then

            sPatchCode = "{6EA8F18D-803D-4CB7-AC71-F674B7500670}"

            If prod = "{90140000-1109-0000-1000-0000000FF1CE}" Then sPatchCode = "{ACF593FE-E06A-44AB-8872-A8C1BDDE93F5}"

            fMspInstalled = False

            Set Patches = msi.PatchesEx(prod,"",4,3)

            For Each msp in Patches

                If msp.PatchCode = sPatchCode Then

                    sResult = sResult & msi.ProductInfo(prod,"ProductName") & ": The update is already installed on this system." & vbCrLf

                    fMspInstalled = True

                    Exit For

                End If

            Next

            If Not fMspInstalled Then sResult = sResult & msi.ProductInfo(prod,"ProductName") & ": The update is not installed on this system." & vbCrLf

        End If

    Next

    If sResult = "" Then sResult = "There are no products affected by this package on this system."MsgBox sResult,,"Security Update for Microsoft Groove Server 2010 (KB2346298)"

↑ Back to the top


Prerequisites to apply this security update

There are no prerequisites for installing this security update.

↑ Back to the top


Restart information

You do not have to restart the computer after you install this security update.

↑ Back to the top


Security update replacement information

This security update does not replace a previously released security update.

↑ Back to the top


File information

The English (United States) version of this security update has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.
For Microsoft Groove Server 2010
File nameFile versionFile sizeDateTime
Gmsdbconvert_19_20.sqlNot applicable83,72402-Jun-201012:23
Gmsdbconvert_20_21.sqlNot applicable1,75002-Jun-201012:23
Gmsdbstoredproc.sqlNot applicable910,96202-Jun-201012:23
Groovems.dll14.0.5123.50005,475,21610-Aug-201019:34
Ffqbackup.exe14.0.5123.50001,074,01610-Aug-201019:34
Ffqrebuild.exe14.0.5123.50003,837,79210-Aug-201019:34
Ffqreview.exe14.0.5123.50001,196,38410-Aug-201019:34
Grooverelayperfmon.dll14.0.5114.5000148,39208-Jun-201021:36
Metabackup.exe14.0.5123.50003,938,65610-Aug-201019:34
Relay.exe14.0.5123.50008,766,28010-Aug-201019:34
Relaycfgsec.dll14.0.5114.500072,08808-Jun-201021:36
Relaymsgs.dll14.0.5114.500089,46408-Jun-201021:36
Rqexport.exe14.0.5123.50003,840,34410-Aug-201019:34
Rqimport.exe14.0.5123.50003,933,01610-Aug-201019:34
Rqwritetest.exe14.0.5123.50003,816,80010-Aug-201019:34

↑ Back to the top


Keywords: kbsurveynew, kbfix, kbbug, kbsecvulnerability, kbsecreview, kblangall, kbsecurity, kbqfe, kb, kbmustloc, kbexpertiseinter, kbsecbulletin

↑ Back to the top

Article Info
Article ID : 2346298
Revision : 1
Created on : 1/7/2017
Published on : 5/11/2012
Exists online : False
Views : 255