|
|
#1 |
|
Junior Member
Join Date: May 2006
Posts: 3
|
Sorting start menu after installation is completed.
Hi All
I add a folder named "SM_Folder" to start menu programs folder(SMPROGRAMS), where SM_Folder contains all my installed programs shortcut. How NSIS to sort this "SM_Folder"(just this folder) after installation is completed. Thx |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
In the Start menu list? Windows manages this.
-Stu |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: May 2006
Posts: 3
|
Thanks for your reply
I know it is managed by Windows and not NSIS ^_^ I post here because it is installation-related subject. Maybe Shell API can do this because windows taskbar suppost this function ("sort by name"). Just discussion... |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: May 2006
Posts: 3
|
I think I found the answer !!
Delete corresponding key under HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs if existed before creating shortcut. code: |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|