Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

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

    Installation and Deployment
    1
    1
    236
    Loading More Posts
    • 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
      Santhosh Ayanoor last edited by Santhosh Ayanoor

      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 Reply Quote 0
      • First post
        Last post