This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- How to change shortcut folder icon
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 26, 2008
12:21 AM
How to change shortcut folder icon
Hi,
I am using Installshield 2008 to build a .msi. It creates one shortcut in start>ALL Programs>Myapp>launch.exe. I want to change the icon of Myapp(which is a folder not an exe) . Launch .exe is palced inside Myapp folder.
How can i change the default icon of folder by any specific icon.
Thanks
I am using Installshield 2008 to build a .msi. It creates one shortcut in start>ALL Programs>Myapp>launch.exe. I want to change the icon of Myapp(which is a folder not an exe) . Launch .exe is palced inside Myapp folder.
How can i change the default icon of folder by any specific icon.
Thanks
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 26, 2008
01:53 AM
You can set your icon in General Information=>Add or Remove Programs=>Display Icon
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 26, 2008
02:09 AM
Thanks for reply. But display icon changes the icon in Add/Remove Program .
I want to change the icon of shortcut folder under start>All Programs>Myapp>Launch.exe .
Can i do it by using AddFolderIcon function in script?? Is there any way to do it..???
Thanks
I want to change the icon of shortcut folder under start>All Programs>Myapp>Launch.exe .
Can i do it by using AddFolderIcon function in script?? Is there any way to do it..???
Thanks
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 26, 2008
08:51 AM
I don't think there's anything built in; please do a web search for "desktop.ini" for one possible technique.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 06, 2008
01:40 AM
My Installer is installing 2 applications( .msi)..But in this case both applications are creating shortcut at different Paths on XP as well on Vista...
The shortcut path is same for both .Msi in Shortcut View. ALLUSERS is set to 2 in both .Msi.
On Xp path of shorcut of first .Msi is
%Documents and settings%All Users\Start Menu\MyApp
Path of secpnd .Msi is
%Documents and settings\Amit\Start Menu\Programs\MyApp
I want both shortcut files at same Path,under Alluser\StartMenu\..
Same problem persist on Vista ..
Thanks
The shortcut path is same for both .Msi in Shortcut View. ALLUSERS is set to 2 in both .Msi.
On Xp path of shorcut of first .Msi is
%Documents and settings%All Users\Start Menu\MyApp
Path of secpnd .Msi is
%Documents and settings\Amit\Start Menu\Programs\MyApp
I want both shortcut files at same Path,under Alluser\StartMenu\..
Same problem persist on Vista ..
Thanks