Quote:
Originally Posted by peterf1999
If you remove those custom actions the game explorer's shortcut on vista/win 7 will not be created for current user/all users.
You will have to manually create a shortcut to launch the game... its not a good thing 
|
you're right, I didn't tested on Win7/Vista. But again there's a simple solution for that too: go in the
InstallExecuteSequence table and navigate to the CreateShortcuts action and remove the condition "VersionNT<600" leaving it blank instead. In fact, the condition VersionNT<600 creates the shortcuts only if Windows is XP or lower. By removing it the shortcuts are always created. Tried and tested.