Alexander’s Blog

October 27, 2012

Error: Installation of Microsoft Office 2010 requires that MSXML version 6.10.1129.0 be installed on your computer

by @ 4:54 pm. Filed under Microsoft Office, Tips & Tricks, Win2K Pro, Windows 2000, Windows 2003

Problem

You may have run into the following error when you try to install Microsoft Office 2010.

Setup is unable to proceed due to the following error(s):

The installation of Microsoft Office 2010 requires that MSXML version 6.10.1129.0 be installed on your computer. Install this component and re-run setup. Correct the issue(s) listed above and re-run setup.

You will usually encounter this error on older Wind0ws operating systems, such as Windows Server 2000, Windows Server 2003 and Windows XP.

Solution

Download MSXML from Microsoft’s Web site here and then re-run the Microsoft Office 2010 setup.

More Information on MSXML

The Microsoft Core XML Services (MSXML) 6.0 release provides standards-conformant implementations of:

  1. XML 1.0 (DOM & SAX2 APIs)
  2. XML Schema (XSD) 1.0
  3. XPath 1.0
  4. XSLT 1.0

In addition, it offers client and server-safe components for XML over HTTP. MSXML6 is also the first version of MSXML to provide a 64-bit redistributable package.

MSXML6 is intended as an upgrade path for existing MSXML3 and MSXML4 users except for users that leverage some of the older ProgIDs and technologies in MSXML3 and MSXML4. The following are not supported in MSXML6:

  1. DSOControl
  2. XML Data Islands
  3. XMLHTTP10, DOMDocument10, FreeThreadedDOMDocument10
  4. XDR Schemas

These technologies are currently in maintenance mode in MSXML3 and MSXML4 but will be phased out according to the life-cycle for those components.

MSXML6 will install side by side with MSXML 3 and MSXML4 and will not impact existing applications that use MSXML3 and MSXML4 (version independent ProgIDs will not point to MSXML6). Developers must move to the new “60” ProgIDS to use MSXML6 in their applications.

October 12, 2012

Comparison of Windows Server 2012 Editions

by @ 7:40 am. Filed under Windows 2012

Here’s a table that compares various Microsoft Windows Server 2012 editions.

For more information check out Microsoft’s Web site.

October 10, 2012

Hide Recently Modified Items in SharePoint 2010

by @ 9:32 pm. Filed under SharePoint, Tips & Tricks

While some people may find the Recently Modified items in SharePoint useful, I find it annoying. I don’t want SharePoint to “customize” my navigation for me without my permission. Besides, sometime I intentionally don’t want to display a library on the navigation. But thanks to SharePoint it displays my library and pages in the Quick Launch bar under the Recently Modified section heading without my permission. This feature is enabled regardless of who you are logged in as, Administrator or Joe the end user.

Here’s how I hide Recently Modified items in SharePoint 2010.

1. Start SharePoint Designer 2010.

2. Open your Web site where you want this feature disabled.

3. Go to the Master Pages in the Site Objects section in the left hand pane.

4. Make a copy of the v4.master file and name it something like v4.master.backup.

5. Click on the v4.master page.

6. In the Customization section click Edit file.

7. When prompted to check out the file select Yes.

8. At the bottom of the screen click on the Code view.

9. In the header section at the top of the file, add the following code within the header section, as shown below.

<style type=”text/css”>
.s4-recentchanges
{
display:none;
}

</style>

10. Save the file and then Check In.

11. Close SharePoint Designer.

12. Go to your SharePoint site, you shouldn’t see the Recently Modified items listing anymore.

Contact E-mail | Terms of Use | Privacy Policy

Copyright © 2013 Zubair Alexander. All rights reserved.

Internal Links

Search Blog

Categories

Archives

October 2012
M T W T F S S
« Sep   Nov »
1234567
891011121314
15161718192021
22232425262728
293031  

RSS Feeds

TechGalaxy Visitors

24 queries. 0.413 seconds