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. How to add installer and installer_maintenancetool shortcuts to the Start menu using qt ifw on Windows 10

How to add installer and installer_maintenancetool shortcuts to the Start menu using qt ifw on Windows 10

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 415 Views
  • 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.
  • S Offline
    S Offline
    Santhosh Ayanoor
    wrote on last edited by Santhosh Ayanoor
    #1

    hii guys

    i have created installer and maintenance tool shortcuts using installer.js ( component.addOperation("CreateShortcut", "@TargetDir@/apllication.exe","@UserStartMenuProgramsPath@/application.lnk", "workingDirectory=@TargetDir@", "iconPath=@TargetDir@/installerIcon.ico" );
    component.addOperation("CreateShortcut", "@TargetDir@/maintenancetool.exe","@UserStartMenuProgramsPath@/Application_maintenancetool.lnk","workingDirectory=@TargetDir@","iconPath=@TargetDir@/installerIcon.ico" );) in the path C:\Users\san\AppData\Roaming\Microsoft\Windows\Start Menu\Programs see this attached image files (startmenu_folder.png) both will show in the startmenu , but after few seconds maintenancetool shortcuts disapperas in start menu[startmenu.png] only installer shortcuts present in start menu i want both are presents in startmenu [startmenu.png] please help me guys ![alt text]startmenu.png image url)startmenu_folder.png

    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