Announcement

Collapse
No announcement yet.

Creating Shortcut Keys for Desktop Icons.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Creating Shortcut Keys for Desktop Icons.

    Hello all.

    In my setup project, I have included a file that has a shortcut to it installed on the desktop, as part of the installation. Under the file's properties, I can nominate the commandline arguments and the working directory required, but I cannot find anywhere to nominate a default shortkut key.

    Once installed, I can always give instructions to the User to right-click on the desktop shortcut, and enter a shortcut key combination, however, I would like to create a default one if possible.

    Any advice would be much appreciated.

    Regards, Chris.

  • #2
    Re: Creating Shortcut Keys for Desktop Icons.

    Have you though about using a VBScript to do this? I had to add a task to the task scheduler, and VBScripting turned out to be the only way to do it... just run the vbs file from your setup program.

    Comment


    • #3
      Re: Creating Shortcut Keys for Desktop Icons.

      Thanks for the info.

      I ended up creating a Winbatch executable and running it after the install. The script prompts the User for a Key and then the script updates the Desktop Shortcut with Keyboard Shortcut.

      Regards, Chris.

      Comment

      Working...
      X