Freigeben über


USMT 4.0 Support for Office 2010

A new hotfix for USMT 4.0 was released today to support migrating Office 2010 settings.  (It includes other fixes too.)  You may want to download this and integrate it into your deployment processes.  The full instructions for doing this (including what needs to be done with MDT and ConfigMgr) are included in the KB:

https://support.microsoft.com/kb/2023591

There is one complication that you should be aware of if you are using ConfigMgr and moving from Windows XP or deploying Windows XP.  USMT 4.0 uses a set of manifest files to determine what needs to be migrated from Windows XP.  These manifest files are stored in the “DLManifests” folder, which is part of your USMT package in ConfigMgr.  There is an issue though where Scanstate.exe can’t find this DLManifests folder when run from ConfigMgr.  In MDT 2010 Update 1, we included a workaround for this with some logic in ZTIUserState.wsf, copying the folder where Scanstate can find it:

' Workaround for USMT bug in Windows 7 AIK
If oEnvironment.Item("DeploymentMethod") = "SCCM" and oEnvironment.Item("OSVersion") = "XP" and oFSO.GetFileVersion(sFoundScanState) = "6.1.7600.16385" then
    oUtility.RunWithHeartbeat "cmd.exe /c xcopy /iesryhd """ & sUSMTPath &"\DlManifests"" """ & oEnv("SystemRoot") & "\system32\DlManifests" &""" 1>> " & oLogging.LogPath &"\zticopyUSMT.txt 2>>&1 "
End if

Notice that this checks specifically for build 6.1.7600.16385 of Scanstate.exe, the version released in the Windows 7 version of Windows AIK, as we expected this problem to be fixed in the next version of USMT.  Well, it wasn’t.  But once you install the KB 2023591 hotfix, the version changes to 6.1.7601.21645 and our fix stops working.

You can work around this by fixing the fix in ZTIUserState.wsf to read like this:

If oEnvironment.Item("DeploymentMethod") = "SCCM" and oEnvironment.Item("OSVersion") = "XP" and (oFSO.GetFileVersion(sFoundScanState) = "6.1.7600.16385" or oFSO.GetFileVersion(sFoundScanState) = "6.1.7601.21645")  then

If you aren’t using ConfigMgr or don’t have Windows XP around any more, you won’t need to worry about this.

Comments

  • Anonymous
    January 01, 2003
    Good point, I didn't mention which file contained that logic - it's ZTIUserState.wsf.  I've updated the article above. -Michael

  • Anonymous
    January 01, 2003
    Correct, the fix is only for ConfigMgr-integrated scenarios. There is a separate fix in ZTIUserState.wsf that is unaffected by the USMT hotfix.  (This fix just sets the working directory to the folder containing the USMT binaries.) -Michael

  • Anonymous
    January 01, 2003
    Oops, you're right - that's what I get for not testing the change :-)  I've fixed the article above. Thanks, -Michael

  • Anonymous
    February 02, 2011
    Remember to put in parentheses when using the OR operator. Else the expression will evaluate to true if the fileversion of scanstate i = "6.1.7601.21645". But if the version of scanstate can only be "6.1.7601.21645" on XP. Then it's OK. Else the correct expression should be as follows: If (oEnvironment.Item("DeploymentMethod") = "SCCM" and oEnvironment.Item("OSVersion") = "XP") and (oFSO.GetFileVersion(sFoundScanState) = "6.1.7600.16385" or oFSO.GetFileVersion(sFoundScanState) = "6.1.7601.21645") then

  • Anonymous
    February 06, 2011
    I don't suppose one of the fixes includes trying to exclude both local profiles and profiles older than a given age when migrating from WinXP?

  • Anonymous
    February 07, 2011
    Thanks for this information. Just one question, which XML file should I edit?

  • Anonymous
    March 02, 2011
    So I'm unclear here. If I'm just using MDT lite touch deployment, I don't need to modify the ZTIUserState file?

  • Anonymous
    March 09, 2012
    It's me again. I found the reason of the problem. The DlManifests folder must be located in the USMT folder - NOT in any subfolder.

  • Anonymous
    March 22, 2013
    <a href="office-2010.iyogi.com/">Office 2010 Support </a> in sage Act!2011 definately office can easily install any operating system whether it is 32 bit or 64 bit.In Act 2011 worked only 32 bit little bit diffrence and the 25 features are added by Microsoft office 2010 Thanks for haring us.