Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

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

More information about this security update

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)"

Prerequisites to apply this security update

There are no prerequisites for installing this security update.

Restart information

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

Security update replacement information

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

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 name

File version

File size

Date

Time

Gmsdbconvert_19_20.sql

Not applicable

83,724

02-Jun-2010

12:23

Gmsdbconvert_20_21.sql

Not applicable

1,750

02-Jun-2010

12:23

Gmsdbstoredproc.sql

Not applicable

910,962

02-Jun-2010

12:23

Groovems.dll

14.0.5123.5000

5,475,216

10-Aug-2010

19:34

Ffqbackup.exe

14.0.5123.5000

1,074,016

10-Aug-2010

19:34

Ffqrebuild.exe

14.0.5123.5000

3,837,792

10-Aug-2010

19:34

Ffqreview.exe

14.0.5123.5000

1,196,384

10-Aug-2010

19:34

Grooverelayperfmon.dll

14.0.5114.5000

148,392

08-Jun-2010

21:36

Metabackup.exe

14.0.5123.5000

3,938,656

10-Aug-2010

19:34

Relay.exe

14.0.5123.5000

8,766,280

10-Aug-2010

19:34

Relaycfgsec.dll

14.0.5114.5000

72,088

08-Jun-2010

21:36

Relaymsgs.dll

14.0.5114.5000

89,464

08-Jun-2010

21:36

Rqexport.exe

14.0.5123.5000

3,840,344

10-Aug-2010

19:34

Rqimport.exe

14.0.5123.5000

3,933,016

10-Aug-2010

19:34

Rqwritetest.exe

14.0.5123.5000

3,816,800

10-Aug-2010

19:34

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×