Reputation: 1962
I have added several items into my program's folder in Start menu (using [Icons] section) Now I would like to add a shortcut to that folder on desktop. I've tried the following rule:
[Icons]
Name: {userdesktop}\My Program Folder; Filename: {group}; WorkingDir:{group};
but this rule creates a short of "File" type instead of "File folder" type.
Is it possible to add the same shortcut but with "File folder" type?
Upvotes: 4
Views: 4033
Reputation: 609
You can useFlags: foldershortcut
in [Icons]
section to create a shortcut of a folder.
Upvotes: 2