Windows Mobile 6 Standard SDK Refresh install issue on Visual Studio 2010 Professional Beta 2

后端 未结 3 627
傲寒
傲寒 2021-01-19 01:32

When I install the Windows Mobile 6 Standard SDK Refresh I get the error:

Not Installed: Visual Studio 2005 SP1 or Later

I

3条回答
  •  不要未来只要你来
    2021-01-19 01:54

    Don't waste your time installing 2008!

    You can override this in the installation file:

    http://developer.nokia.com/Community/Wiki/Windows_Phone_SDK_7.1_does_not_install_in_Windows_XP_(Known_Issue)

    Extract the Windows Phone SDK 7.1 install file to a directory via unzip tool;

    Edit the baseline.dat in the directory like this

    ...

    [gencomp7788]

    ...

    InstallOnWinXP=0

    REM original is InstallOnWinXP=1

    ...

    and save;

    Run the setup.exe of the directory with paremeter via running utility or command line of start menu .

    For example X:\xx\setup.exe /web

    The error message, for failing to meet system requirement, won't pop up again and the installation continues.

提交回复
热议问题