views:

84

answers:

3

As a game developer, I would like for my games to be placed in the proper directory. But I don't know where to install the shortcuts to, any help?

A: 

A quick search yielded an interesting result:

Alan Haggai Alavi
So the solution is adding that kind of information to the registry in the install of your software
ONi
A: 

For Windows 7 I believe it would be C:\Users\username\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Games
That's if windows is installed on the C drive.

+1  A: 

The Games folder in Vista isn't a folder containing shortcuts; it's a somewhat strange beast of XML files embedded in your game's EXE and API calls at install time to make the icon and other data (publisher/developer, required and recommended Windows Experience Index scores, etc) appear in the start menu.

The documentation for Games Explorer (the name for the feature) is here; the getting started guide is here.

Stephen Veiss