Reputation: 5116
I'm on a really bad internet connection, and I have Windows Phone 8 SDK files, but no the install file. Is there a way to add Windows 8 SDK to Visual Studio, without downloading the install file?
Upvotes: 7
Views: 29718
Reputation: 8343
You can also play use the /layout option to dowload locally all the packages, i.e. type
WPexpress_full.exe /layout
at any command prompt. It will ask for a download folder to save the bits. The ISO is a bit useless, as Phone development leans using a real OS, instead of a Virtual Machine.
Upvotes: 0
Reputation: 10620
Not sure, what you mean? You need either existing Visual Studio 2012 installation + you have to install WP8 SDK which expands the Visual Studio, or you can only download the SDK, install it and use the Visual Studio Express for Windows Phone.
Either way you have to download the SDK, either online installation file here:
https://dev.windowsphone.com/en-us/downloadsdk
Or complete offline installation ISO here:
http://go.microsoft.com/fwlink/?LinkID=257234&clcid=0x409
Upvotes: 9