Windows Phone SDK 7.1 does not install in Windows XP (Known Issue)
Article Metadata
Tested with
SDK: Windows Phone SDK 7.1 (only)
Compatibility
Platform(s): Windows Phone 7.5 (only)
Article
Created: r60600
(28 Aug 2012)
Last edited: hamishwillee
(30 Nov 2012)
In Windows Phone SDK 7.1 Release Notes,it mentioned that this tool doesn't support Windows XP which is still used by a significant number of users. While trying to install the SDK in Windows XP, an error message pops up and the installation stops.
Actually, developers can install the Windows Phone SDK 7.1 in Windows XP with special ways below -
- 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.
At the same time an offline installation package in .iso format is also available for developers,which can also be unzipped by corresponding software. Alter the "baseline.dat" file as described above, but run the "setup.exe" directly without any paremeters.


(no comments yet)