Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Can not create a desktop shortcut

Can not create a desktop shortcut

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 360 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    TON_Player
    wrote on last edited by
    #1

    Hi I have a problem I want to create a desktop shortcut for my application I don’t know why it does not work here is my install script.qs
    function Component() {}

    Component.prototype.createOperations = function() {

    component.createOperations();
    component.addOperation(
        "CreateShortcut",
        "@TargetDir@/notepad.exe",
        "@DesktopDir@/My App.lnk"
    );
    

    }

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved