在Windows XP下,安装VS 2010 Express For Windows Phone .
在安装Windows Phone SDK 的系统环境要求中,只支持windows vista、windows 7,不支持winXP,暂时不想升级win7的用户,想要在XP系统开发WP应用程序,就多了一种限制,多次在网上搜索,会发现在XP下也能安装Microsoft Visual Stdio 2010 Express For Windows Phone,有网友指出可以用WindowsPhone7_SDK_Full.rar_for_xp,在XP下安装Sdk,也可以利用“传智播客的WP模拟器”在XP下开发Windows Phone应用程序。
现使用另一种修改配置文件数据的方法安装:
下载在线安装程序vm_setup.exe
- 解压 vm_setup.exe。[采用命令行 vm_web.exe /x 解压,选取存放路径 ]
- 找到 baseline.dat文件,用记事本打开。
- 找到 [gencomp7788] 数据段。
- 修改 InstallOnLHS 值 1 为 0
- 修改 InstallOnWinXP 值 1 为 0
- 保存 baseline.dat 文件
- 运行 setup.exe 文件 [采用命令行执行 setup.exe /web ]
在此需要等候漫长的下载过程,如果闲麻烦的话,可以下载ISO文件,在本地安装。
附一 下载地址 只需修改baseline.dat文件数据,保存即可。
在msdn也能找到的解答
Workaround for installing Windows Phone 7 CTP on Windows XP:
- Download the Windows Phone Developer Tools CTP Refresh
- Extract the contents of the setup package by running vm_web.exe /x and choosing a path to extract to
- Go to the folder you extracted to in step 2 and open the file baseline.dat in notepad
- Look for the section named [gencomp7788]
- Change the value InstallOnLHS from 1 to 0
- Change the value InstallOnWinXP from 1 to 0
- Save and close baseline.dat
- Run setup.exe /web from the folder you extracted to in step 2