The following properties have been set:
Property: [AdminUser] = true {boolean}
Property: [ProcessorArchitecture] = Intel {string}
Property: [VersionNT] = 5.1.3 {version}
Running checks for package 'Windows Installer 3.1', phase BuildList
The following properties have been set for package 'Windows Installer 3.1':
Running checks for command 'WindowsInstaller3_1\WindowsInstaller-KB893803-v2-x86.exe'
Result of running operator 'VersionGreaterThanOrEqualTo' on property 'VersionMsi' and value '3.1': true
C:\DOCUME~1\MANGUI~1.ZHA\LOCALS~1\Temp\VSD3C3.tmp\install.log里面的内容,看看什么原因
Result of checks for command 'WindowsInstaller3_1\WindowsInstaller-KB893803-v2-x86.exe' is 'Bypass'
'Windows Installer 3.1' RunCheck result: No Install Needed
Running checks for package '.NET Framework 3.5 SP1', phase BuildList
Reading value 'SP' of registry key 'HKLM\Software\Microsoft\NET Framework Setup\NDP\v3.5'
Unable to read registry value
Not setting value for property 'DotNet35SP'
The following properties have been set for package '.NET Framework 3.5 SP1':
Running checks for command 'DotNetFX35SP1\dotNetFx35setup.exe'
Skipping ByPassIf because Property 'DotNet35SP' was not defined
Result of running operator 'ValueEqualTo' on property 'AdminUser' and value 'false': false
Result of running operator 'VersionLessThan' on property 'VersionNT' and value '5.1.2': false
Result of running operator 'VersionEqualTo' on property 'VersionNT' and value '5.2.0': false
Result of running operator 'ValueEqualTo' on property 'ProcessorArchitecture' and value 'IA64': false
Result of checks for command 'DotNetFX35SP1\dotNetFx35setup.exe' is 'Install'
'.NET Framework 3.5 SP1' RunCheck result: Install Needed
EULA for components '.NET Framework 3.5 SP1' was accepted.
Copying files to temporary directory "C:\DOCUME~1\MANGUI~1.ZHA\LOCALS~1\Temp\VSD3C3.tmp\"
Downloading files to "C:\DOCUME~1\MANGUI~1.ZHA\LOCALS~1\Temp\VSD3C3.tmp\"
(2012-12-27 11:13:55) Downloading 'DotNetFX35SP1\dotNetFx35setup.exe' from 'http://go.microsoft.com/fwlink/?linkid=118076' to 'C:\DOCUME~1\MANGUI~1.ZHA\LOCALS~1\Temp\VSD3C3.tmp\'
Download completed at 2012-12-27 11:13:55
Downloading failed with HRESULT=-2146697208
(2012-12-27 11:14:22) Downloading 'DotNetFX35SP1\dotNetFx35setup.exe' from 'http://go.microsoft.com/fwlink/?linkid=118076' to 'C:\DOCUME~1\MANGUI~1.ZHA\LOCALS~1\Temp\VSD3C3.tmp\'
Download completed at 2012-12-27 11:14:23
Downloading failed with HRESULT=-2146697208
(2012-12-27 11:14:24) Downloading 'DotNetFX35SP1\dotNetFx35setup.exe' from 'http://go.microsoft.com/fwlink/?linkid=118076' to 'C:\DOCUME~1\MANGUI~1.ZHA\LOCALS~1\Temp\VSD3C3.tmp\'
Download completed at 2012-12-27 11:14:24
Downloading failed with HRESULT=-2146697208
知道原因啦 主要是这句: Downloading 'DotNetFX35SP1\dotNetFx35setup.exe' from 'http://go.microsoft.com/fwlink/?linkid=118076' to 'C:\DOCUME~1\MANGUI~1.ZHA\LOCALS~1\Temp\VSD3C3.tmp\'
下载dotNetFx35setup.exe从http://go.microsoft.com/fwlink/?linkid=118076这个网址,让后放到C:\DOCUME~1\MANGUI~1.ZHA\LOCALS~1\Temp\VSD3C3.tmp\(根据自己的路径)