How can I make my game (right now just a C# Console Application) appear in the Start Menu under Games??
I mean is it possible for any program to register as a Game in Windows Vista / 7?
|
|
|
Turn to MSDN for all your Windows answers! "Games for Windows Technical Requirements: Best Practices for Games on Windows XP, Windows Vista, and Windows 7" has a section on Games Explorer Integration.
There is another article too, "Windows Games Explorer for Game Developers", which might provide additional information, especially if you use an InstallShield or MSI installer. It looks like you can just integrate it into the installer. Also this blog post looks like a really great tutorial; even though it supposedly applies to XNA games, I read through it and it looks like it would still apply to you! Especially pay attention to this:
And that (integration with an installer) seems to be covered by the above Windows Game Explorer for Game Developers article. So I think, given this information, it should be pretty straightforward! |
|||||||
|