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