View Single Post
  #9  
Old 09-11-2009, 05:29
kingennio kingennio is offline
Registered User
 
Join Date: Sep 2007
Location: italy
Posts: 6
Thanks: 0
Thanked 1 Time in 1 Post
kingennio is on a distinguished road
Quote:
Originally Posted by peterf1999 View Post
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.
Reply With Quote