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

add favorites for existing users

Hello I need to add a IE favorite for all users ???
How can I do ?
(5) Replies
Have you tried installing to [FavoritesFolder] with ALLUSERS=1.
Yes !
ALLUSERS=1
in [FavoritesFolder]
in [ALLUSERSPROFILEs]Favoris
...
FavoritesFolder is the full path of the Favorites folder for the current user.

Create a component for the internet shortcut, whose destination is FavoritesFolder, with registry key under HKCU as its component keypath. When a new user launches advertised shortcut or triggers other entry-points (COM info in Class table, etc.) to self-heal, MSI will self-heal and install the internet shortcut and registry key.
"...triggers other entry-points (COM info in Class table, etc.) to self-heal, MSI will self-heal and install the internet shortcut and registry key."

Can you give me a example ?
My application just use a URL (Oracle Applications) there is no executable.
Unfortunately, I don't see a way to do that when your installation does not have any executable and advertised shortcut.