Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
Hi,
I am trying to develop an application for windows 8 application store and having a problem with that as I don't know where to start from. Can anyone help me?

The application must perform following these functions:

The application will track all other applications whether they ar desktop applications or web applications and will give these details for all applications:

  • Installed Date
  • Manufacturer
  • App type
  • Space used
  • Upgrade details etc.


Any answers are appreciated, thank you!
Posted
Updated 10-Sep-12 3:37am
v2

1 solution

This is the WinRT API documentation:
http://msdn.microsoft.com/en-us/library/windows/apps/br211377.aspx[^]

This is the list of Win32 and .NET API usable from an App store app:
http://msdn.microsoft.com/en-us/library/windows/apps/br230232.aspx[^]
http://msdn.microsoft.com/en-US/library/windows/apps/br205757[^]

To summarize I don't think you can do that anyway, all WinRT are kind of "sand boxed" and have no access to the general file system or (direct access to) other apps...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900