How to Install Windows Phone 8 SDK on Windows 7 - installation

I have all my workspace and everything set up on Windows 7 but I also want to develop Windows Phone 8 but as stated on Microsoft website that It can not be installed on Windows 7.
Do anybody knows how to install in on Windows 7. I have found a crack but I don't know how to run this. You can get this from here
Please tell me if anybody knows how to install it. here is a link to WP 8 ISO file
Edit:
There could be several reasons to install WP 8 in Windows 7. Like I have purchased a Wndows 7 recently and I don't want to make shift to Windows 8 right now, because I don't feel comfortable with its UI. Its more for a tablet or touch screen PC.
I have set-up all my workspace and other projects on Windows 7, I don't want to waste my time in setting up on Windows 8, I don't even know that how they gona perform on Windows 8. So there are so many genuine reasons.

You can install it by first extracting all the files from the ISO and then overwriting those files with the files from the ZIP. Then you can run the batch file as administrator to do the installation. Most of the packages install on windows 7, but I haven't tested yet how well they work.

Here is a link from developer.nokia.com wiki pages, which explains how to install Windows Phone 8 SDK on a Virtual Machine with Working Emulator
And another link here
AFAIK, it is not possible to directly install WP8 SDK in Windows 7, because WP8 sdk is VS 2012 supported and also its emulator works on a Hyper-V (which is integrated into the Windows 8).

Related

Do I have to install Android Studio again after updating windows to windows 10?

I have Windows 7, and need to migrate to Windows 10 because I must install Visual Studio (which doesn't work on Win7 anymore). As I read, Windows 10 online update does not delete any of my files or programs.
What would happen to my Android Studio, will it work same as before, after update is preformed?
UPDATE: Windows 10 could not detect my second monitor, everything else is doing fine for now. I found this helpful for second monitor solution. Just updating nvidia and reboot did the job.
I didn't have to reinstall the software when I upgraded from windows 7 to windows 10. It worked just fine for me.
According to the site below, if you’re running Windows 7, you can preserve Windows settings, personal files, and most apps during the upgrade to Windows 10.
http://www.intowindows.com/you-can-upgrade-to-windows-10-preview-without-losing-installed-programs/

windows mobile application development Windows 7 Operating System

I have to develop a mobile application for windows mobile and NOT windows phone.
I am trying to initialize the development environment in Windows 7 OS 32/64 bit.
I searched the web for environment initialization.
Please let me know the environment initialization procedure for Windows mobile application develoopment in Windows 7 32/64 bit from scratch.
Any help is greatly appreciated.
I dont understand the question.
I had to do nothing special as I installed Visual Studio 2008 and then the Windows Mobile 6 SDK.
I assume, you already connected the WM device to your Win7 station. So you should have WMDC already installed. Otherwise install Windows Mobile Device Center from the MS site.
Secondly install VS2008 (not express version, it does not support WM development).
Then download and install Windows Mobile 6 (professionell) SDK and install.
That is all, nothing special. I did it without any hassle on my Win7/64 PC. Should be the same for Win7/32.
If you need further assistance be more specific in your description.

Windows 8 emulator on windows 7?

By building my android aplication on phonegap for windows 8 i got a .xap file. Now am not having windows 8 pc or windows 8 phone. I want to test my xap file, so what can i do now? Is that possible to run the xap file on windows 7 if so how ? I tried by installing windows software development kit but i couldnt find any emulator. Is there any other way to run the application on windows 7 desktop ?
No, there's no emulator for Windows 8 on Windows 7.
Your best bet would be virtual machine. Two most popular options are VirtualBox and VMware. You can run virtual PC and install Windows 8 on it (you'd need a Windows 8 installation though).
Microsoft released new virtual images with different Operating Systems and Browsers on modern.ie. On the right side of the page you'll find different virtualization options as well as download links to different images. You can download and use these images without having to worry about buying any license, getting the system installed, etc. (they're time limited, but you can just reset your virtual machine at will).

How do I write apps for Windows 8 without running the official Windows 8 Operating System on my computer?

I don't have Windows 8 on my computer. However, I have the Consumer Preview version of Windows 8 installed. Is there any way to create apps for Windows 8 on the Consumer Preview version? Visual Studio for Windows 8 doesn't install as it gives numerous errors.
To use the final release of Visual Studio 2012 to build Windows Store apps, you will need to use the Windows 8 RTM build.
You wouldn't want to use the Windows 8 Consumer Preview to develop Windows Store apps anyway--there have been substantial changes to the platform, frameworks, and tools between the Consumer Preview and the RTM build.
The short answer is you cannot develop Windows Store apps without Windows 8 RTM or greater.
If you don't wish to install/partition your hard disk following is a neat idea to get windows 8 installation going without having to partition your drive.
How to Create Windows 8 VHD for Boot to VHD using simple, easy to follow steps
Developer downloads for programming Windows Store apps
See, Windows 8 Apps use Windows 8 APIs such as Directories and all .
So to make any any Modern UI app , you need to have Windows 8 Installed with VS 2012

Development of Metro UI (Windows 8) from Windows 7

How do I develop for Windows 8 on my Windows 7 machine. I dont want to install a VM. I checked Visual Studio 11 Developer Preview, but I am not sure if it allows me Metro UI development.
You cannot do Metro style development from Windows 7. If you cannot install Windows 8 either directly or via a VM or dual-boot, you will not be able to develop Metro style apps on that machine.
The simplest thing to do is set up your Windows 7 machine to dual boot into Windows 8. With a dual boot you can still access files on the Windows 7 machine when you're booted to Win 8. There are plenty of how-to's available; here's one: http://www.intowindows.com/how-to-dual-boot-windows-8-with-windows-7/ .
You can also install the dev preview of VS11 on a Windows 7 box to build DLLs the Metro app will use, to experiment with C++ AMP, or just to get a head start on familiarity with the VS UI. Any app you build with that (or VS2010, or VS2008, or whatever) will happily run on the Desktop side of Win8, the same as it did on Win7.
What you can't do is build (never mind test) Win8 Metro apps using a Win7 box only. Yet.
It seems that the Windows 8 Virtual Labs (http://msdn.microsoft.com/en-us/jj206431.aspx) don't need Windows 8 to be installed. Try it out on Windows 7.

Resources