Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do Windows 8 Store Apps (Metro) run in Windows 7 or XP?

I want to know whether Metro Applications developed using Visual Studio 11 Developer Preview and .Net FrameWork 4.5 can run in Windows 7 or XP.

Not the normal Windows Form or WPF, I want to know about the all new Metro Apps.

What new things needed to run Metro Apps in Windows XP or Windows 7

like image 413
Kishore Kumar Avatar asked Mar 24 '12 15:03

Kishore Kumar


People also ask

Does Windows 8.1 have app store?

When you're connected to the Internet, Windows 8.1 clients obtain updates to Microsoft Store apps directly from the Microsoft Store app. The Microsoft Store app is visible on the Windows Start screen.

What are Windows Metro apps?

Universal Windows Platform (UWP) apps (formerly Windows Store apps and Metro-style apps) are applications that can be used across all compatible Microsoft Windows devices, including personal computers (PCs), tablets, smartphones, Xbox One, Microsoft HoloLens, and Internet of Things.


3 Answers

What new things needed to run Metro Apps in Windows XP or Windows 7

A virtual machine of Windows 8. Metro apps currently don't run on Windows 7, and definitely don't on Windows XP. According to this thread, it's difficult but might happen eventually:

Keep your eyes out on future Channel 9 videos and on the BCL/CLR blog for more information around the challeges of enabling the Portable Library story, however, I will give a quick summary with regards to ViewModels:

While the ViewModels themselves are defined by the application, they often take dependencies on types (ie INotifyXXXChanged interfaces, ICommand, etc) that live inside the framework. Currently if you look across our multiple .NET platforms (Silverlight, Phone, .NET and now Metro style apps), these all live in different assemblies, and with Metro apps, a different namespace/technology (WinRT). This makes it challeging to give the user a surface area that can compile against and still have it run on all these other platforms. We've got some ideas on how we're going to enable this, however, it requires some work and doesn't come for free.

In saying that, however, we completely see the value and really, really want to do this.
David

But it's not currently possible. At best, you could just make a desktop app version of the same thing.

like image 154
Ry- Avatar answered Oct 21 '22 08:10

Ry-


I tried it on Window 7 and answer is definitely no, you can not even develop Metro style App in Windows 7, for developing also you need Windows 8 and Visual Studio 11.

like image 22
uncia Avatar answered Oct 21 '22 07:10

uncia


I'd be astonished if Win8 Metro-Style apps would ever work on Win7 - there is a huge amount of OS level infrastructure necessary to get those apps to work on Win8 that simply isn't available on Win7.

Having said that, people have figured out to write applications that can be made to work on both *nix and Windows with a recompile, so I imagine eventually it might be possible to write an app that could be recompiled to produce a metro-style version and a WPF/Silverlight version. But that technology simply doesn't exist at the moment.

like image 21
ReinstateMonica Larry Osterman Avatar answered Oct 21 '22 08:10

ReinstateMonica Larry Osterman