Order of icons in the start menu
Does NSIS allow you to specify the order of icon in the start menu folder it creates ?
12 posts
You can circumvent this by deleting the appropriate regkey for that folder. Do a search for the folder's name in the registry and you'll find it.Originally Posted by colinwray View PostThanks Wizou, it works a treat on the Start Menu folder.
There is a curious 'memory' effect though when it comes to the desktop shortcut to the start menu folder. Even when I delete both before running the installation, the new desktop icon always displays the order present in the previously deleted one.
Err... I'm confused. What exactly are you trying to accomplish?Originally Posted by colinwray View PostI deleted the regkey for the folder, but that removed all the work done by the nsisStartMenu calls. It has not changed the order remembered by the desktop shortcut to this folder.
I've spent at least 10 minutes googling for where Windows saves a folder's file order, but I was unsuccessful. :-(Originally Posted by Animaether View PostI guess you're looking at an Explorer Folder View (list / icons / whatever), and you want to change the order therein?
yeah, can't say I've spotted it either.. maybe it plunks it down at the filesystem level somewhere; I haven't checked if the custom icon order remains in effect between sessions.Originally Posted by MSG View PostI've spent at least 10 minutes googling for where Windows saves a folder's file order, but I was unsuccessful. :-(