curiousity
curiousity

Reputation: 4741

Will Windows Phone 8 SDK run on Windows 7?

How do you think? Could I use my Sony Vaio for development?

Upvotes: 20

Views: 9880

Answers (4)

Vertigo
Vertigo

Reputation: 1887

To use the solution from @Milkman you need to do the following:

  1. Download the full Windows Phone 8 SDK using the /layout command-line switch of the WPexpress_full.exe.
  2. Unzip the provided archive to the target folder replacing already existing files.
  3. Go on...

Confirmed that WP8 projects at least open and build in the VS2012.

Upvotes: 6

Milkman
Milkman

Reputation: 101

You can modify the installation files to allow it to be installed on Windows 7.
Here are the modified setup files for WP8 SDK 9900:

  1. Run InstallWP8SDK.bat to start the installation!
  2. Download: http://www5.zippyshare.com/v/67777536/file.html

Have fun developing on the good old Windows 7.

Upvotes: 10

Gerald Versluis
Gerald Versluis

Reputation: 34128

Don't think there is anything official on that yet. But first messages are that only Windows 8 will be supported.

Also check out this i.e.: http://www.wpcentral.com/windows-phone-8-sdk-preview-release-leaks-online

Upvotes: 3

ColinE
ColinE

Reputation: 70150

No, the WP8 SDK will only run on Windows 8. See the following reference:

http://www.wpcentral.com/windows-phone-8-sdk-preview-release-leaks-online

Upvotes: 8

Related Questions