We have a .NET but non-Metro app, built in Visual Studio 2010. We would like to show a nice 512x512 (or whatever) image for our app on the Desktop. We do not need Live Tile functionality, we just need a shortcut that shows a nice Metro-dimensioned image. The programs OblyTile and Modern Tile Maker can do this, though it's not clear how. Are they creating an LNK shortcut programatically? Or are they actually shortcuts to themselves (Metro apps) which then launch your legacy app?
If it's the former, then clearly it's possible to create a Metro-dimensioned Desktop icon for a non-Win8 app. How might we script the creation of such a shortcut? We don't care which language we need to use (JScript, C++, C#, whatever), just need to be pointed in the right direction. We use WiX so we've got a lot of flexibility in terms of our install scripting.