I'm generating a .msi for my program using a Setup project in Visual Studio. This is working fine and creates a desktop shortcut for the program which is great.
Now, I want to be able to run the program using a keyboard shortcut. To do this manually I can right click the shortcut > Properties and change the Keyboard Shortcut property.
However, is there any way I can get my .msi to create the shortcut with the keyboard shortcut already set up?
I've spent some time googling and have found some mentions of the MsiShortcutProperty table but couldn't find anything at all on how to actually use this with my Setup project in Visual Studio.
Any help on this would be greatly appreciated.
Cheers.