Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   Defining order of Shortcut in startmenu. Disable automatic sorting (http://forums.winamp.com/showthread.php?t=230448)

drx111 8th November 2005 13:18

Defining order of Shortcut in startmenu. Disable automatic sorting
 
Hi,

i'm using NSIS 2.0rc2 on WinXP. While creating shortcuts using CreateShortCut I'm not able to define the order in which they appear on the Windows start menu. It seems that Windows is automatically sorting them !

ex :
In the scrit
CreateShortCut "C" ...
CreateShortCut "B" ...
CreateShortCut "A" ...

In the start menu
Shortcut A
Shortcut B
Shortcut C

Can anyone please let me know how I could define the order in which they appear on the Windows start menu or at least how to prevent window from sorting them.

Thanks

Comm@nder21 8th November 2005 13:31

there is none.
except of changing the name to "AC", "B", "CA" ;)

Pidgeot 8th November 2005 14:11

I believe you can prefix the name with spaces to move it up in the listing.

Animaether 8th November 2005 14:41

You can change it in the registry, actually;
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Explorer\MenuOrder\Start Menu\Menu / etc.

I have no idea how to interpret the values, set them correctly, etc. though :)


All times are GMT. The time now is 04:44.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.