<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[gOxiA=苏繁=SuFan Blog]]></title> 
<link>https://sufan.maytide.net/index.php</link> 
<description><![CDATA[gOxiA,苏繁,sufan,Microsoft MVP]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[gOxiA=苏繁=SuFan Blog]]></copyright>
<item>
<link>https://sufan.maytide.net/read.php/1433.htm</link>
<title><![CDATA[[MDT] 解决 Unable to find USMT30_x86.cab file so it is not possible to install USMT 3.0... 故障]]></title> 
<author>gOxiA &lt;sufan_cn@msn.com&gt;</author>
<category><![CDATA[Deployment]]></category>
<pubDate>Sun, 19 Sep 2010 10:24:39 +0000</pubDate> 
<guid>https://sufan.maytide.net/read.php/1433.htm</guid> 
<description>
<![CDATA[ 
	<p><a href="http://goxia.maytide.net/ftpupfiles/MDT_A10D/MSFT_SolutionAccelerators.png"><img src="http://goxia.maytide.net/ftpupfiles/MDT_A10D/MSFT_SolutionAccelerators_thumb.png" border="0" alt="MSFT_SolutionAccelerators" title="MSFT_SolutionAccelerators" width="300" height="30" /></a></p><p>解决 Unable to find USMT30_x86.cab file so it is not possible to install USMT 3.0&hellip; 故障</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;在使用 MDT（<a href="http://www.microsoft.com/china/" target="_blank">Microsoft</a> Deployment Toolkit）2010 为客户端执行部署任务时，我们需要考虑备份当前系统的用户状态及数据，特别是在迁移系统时，这一环节将显得更为重要，微软为此提供了 <a href="http://technet.microsoft.com/zh-cn/library/cc722032(en-us,WS.10).aspx" target="_blank">USMT</a>（Windows User State Migration Tool） 工具。 它与 MDT 配合使用能为用户提供自动化的数据备份及迁移功能，大大提高了部署效率。</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;我们可以通过 MDT 管理器来下载 USMT 组件，默认提供的是 USMT v3.0.1。</p><p><a href="http://goxia.maytide.net/ftpupfiles/MDT_F9B1/image.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px" src="http://goxia.maytide.net/ftpupfiles/MDT_F9B1/image_thumb.png" border="0" alt="image" title="image" width="604" height="431" /></a></p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MDT 虽然提供了 USMT 组件下载功能，但这并不代表下载后它就能够直接使用，如果你也计划在 MDT 中使用 USMT，相信也会遇到如下图所示的错误：</p><p><a href="http://goxia.maytide.net/ftpupfiles/MDT_F9B1/USMT3_Error.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px" src="http://goxia.maytide.net/ftpupfiles/MDT_F9B1/USMT3_Error_thumb.png" border="0" alt="USMT3_Error" title="USMT3_Error" width="604" height="454" /></a></p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;上图中，ERROR: Unable to find USMT30_X86.cab file so it is not possible to install USMT 3.0, Aborting USMT is not installed, searching for scanstate.exe. 便是主要的故障信息。这个问题早先查阅资料解决过，但是一直没有做备忘，为了便于今后的工作更加顺利，决定补上解决该故障问题的日志！（PS：最近搞 P2V Migration for Software Assurance Beta 这个问题又在新部署的 MDT 服务器上出现！）</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;要解决这个问题就要找到 USMT30_X86.cab，而这个文件其实是找不到的，必须手工创建。而 MDT 也为我们提供了创建 USMT30_X86.cab 的关键文件 - USMT30_x86.ddf，但是我们需要对其进行一下修改，因为默认路径与实际 USMT 的安装路径不符，从而会导致制作失败。为此，我们需要编辑 USMT30_X86.ddf，将其中的&ldquo;.Set SourceDir=C:＼Program Files＼USMT30&rdquo;改为实际的文件路径。</p><p><a href="http://goxia.maytide.net/ftpupfiles/MDT_F9B1/image_3.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px" src="http://goxia.maytide.net/ftpupfiles/MDT_F9B1/image_thumb_3.png" border="0" alt="image" title="image" width="604" height="320" /></a></p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;修改完毕之后将该文件拷贝到 USMT 的安装目录下，使用 makecab.exe 命令加参数&ldquo;/F&rdquo;来创建 USMT30_X86.cab，为此打开 cmdshell 运行如下命令：</p><p><div class="code">makecab /F USMT30_X86.ddf</div></p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;最后将创建好的 USMT30_X86.cab 拷贝到部署点 Tools 目录下的 x86 子目录中，为了便于日后其他新建的部署点使用，也可以将该文件再拷贝到 MDT 安装目录下&ldquo;Templates＼Distribution＼Tools＼x86&rdquo;子目录中。</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;再次进行测试，该故障消失问题得到了解决！</p><br/>Tags - <a href="https://sufan.maytide.net/go.php/tags/microsoft/" rel="tag">microsoft</a> , <a href="https://sufan.maytide.net/go.php/tags/deployment/" rel="tag">deployment</a> , <a href="https://sufan.maytide.net/go.php/tags/toolkit/" rel="tag">toolkit</a> , <a href="https://sufan.maytide.net/go.php/tags/mdt/" rel="tag">mdt</a> , <a href="https://sufan.maytide.net/go.php/tags/2010/" rel="tag">2010</a> , <a href="https://sufan.maytide.net/go.php/tags/usmt/" rel="tag">usmt</a>
]]>
</description>
</item>
</channel>
</rss>