cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Not applicable

Quick launch for all users????

My project requires a quick launch shortcut creation. I can create quick launch shortcut as explained in IS KB Q108686. It is working fine, but my requirement is further beyond – I need this Quick launch for ALLUSERS. By default ALLUSERS=’1’, so other desktop items & shortcuts are coming fine for all users, except the quick launch.

Could you please help how to create Quick launch for all users?
Labels (1)
0 Kudos
(4) Replies
girishkatti123
Level 7

use
FeatureSetTarget(MEDIA, "", @QUICK_LAUNCH);

Define the string
QUICK_LAUNCH = C:\Documents and settings\All Users\Application Data\Microsoft\Internet Explorer\Quick Launch
0 Kudos
Not applicable

Thanks, but my project is basic MSI.
Any suggestion??
0 Kudos
girishkatti123
Level 7

[CommonAppDataFolder]=C:\Documents and settings\All Users\Application Data
CreateShortcut = [CommonAppDataFolder]Microsoft\Internet Explorer\Quick Launch
0 Kudos
Not applicable

Above approach is not even creating the quick launch for current user.????
0 Kudos