|
发表于 2010-1-30 19:41:40
|
显示全部楼层
原帖由 zbff 于 2010-1-30 16:23 发表
说一个组件没有安装(msxml4 sp2)让我重装。到寒假我就装~
1. Un-install or completely remove FSX garbage.
2. Insert DVD-1 and go to SDK folder and run setup.exe
3. After it's done, we need to install SimConnect mannual, to do this
3.1 Goto 'Program Files' folder
3.2 Goto 'Microsoft Games\Microsoft Flight Simulator X SDK\SDK\Core Utilities Kit\SimConnect SDK\lib'
3.3 Run SimConnect.msi
4. After that done, Install the game as normal (Run setup.exe from DVD1)
1. Upgrade your FSX to FSX SP2
2. Create the file "msxml4.manifest" manually.
To create the file, first you need to locate the FSX.EXE directory.
Then create the "msxml4.manifest"
and paste these contents
Code:
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
<dependency>
<dependentAssembly>
<assemblyIdentity type='win32' name='Microsoft.MSXML2' version='4.20.9818.0' processorArchitecture='x86' publicKeyToken='6bd6b9abf345378f' />
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly>
<assemblyIdentity type='win32' name='Microsoft.MSXML2R' version='4.1.0.0' processorArchitecture='x86' publicKeyToken='6bd6b9abf345378f' />
</dependentAssembly>
</dependency>
</assembly>
That's all, the game should run
[ 本帖最后由 Einstein 于 2010-1-30 19:43 编辑 ] |
|