Windows desktop group icon size
Hi,
I want to create a desktop group (folder) for my app, with links to the app, its helpfile etc. in the group.
I can do that already, but the default icon size is 'small icons'. (In XP that's 'View' -> 'List'). I want them to be 'normal' sized. (In XP that's 'View' -> 'Icons').
Is this possible?
My existing script approach (modern UI) is:
CreateDirectory "$SMPROGRAMS\Prophecy Training System"
CreateShortCut "$SMPROGRAMS\Prophecy Training System\Prophecy Client.lnk" "$INSTDIR\Prophwin.exe"
..(etc)..
.. and then...
CreateShortCut "$DESKTOP\Prophecy Training System.lnk" "$SMPROGRAMS\Prophecy Training System"
Somehow surely there must be a switch in CreateDirectory or CreateShortCut to determine the icon size? Hope so!
TIA.
Pete