Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 821
whihathac Avatar asked Oct 27 '11 15:10

whihathac


People also ask

Can I upgrade from Windows 7 to Windows 8?

Users will be able to upgrade to Windows 8 Pro from Windows 7 Home Basic, Windows 7 Home Premium and Windows 7 Ultimate while maintaining their existing Windows settings, personal files and applications. Press Start → All Programs. When the program list shows, find “Windows Update” and click to execute.

What is the difference between Windows 8 and Windows 7?

At the end we concluded that Windows 8 is faster than Windows 7 in some aspects such as startup time, shut down time, wake up from sleep, multimedia performance, web browsers performance, transferring large file and Microsoft excel performance but it is slower in 3D graphic performance and high resolution gaming ...


2 Answers

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.

like image 156
Steve Rowe Avatar answered Nov 16 '22 02:11

Steve Rowe


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.

like image 22
Kate Gregory Avatar answered Nov 16 '22 03:11

Kate Gregory