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
- :
- Re: Edit shortcut during minor upgrade
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
‎May 08, 2012
06:08 AM
Edit shortcut during minor upgrade
Hi,
How to edit the startmenu shortcut during minor upgrade. The existing shortcut is under Start>Programs>ProductName>executableFile. Now during minor upgrade i want to change this to Start>Programs>CompanyName>ProductName>executableFile.
I'm using IS 2009 Basic MSI.
When i added the CompanyName as a new folder under Programs, I get this new shortcut but the old existing one's are not removed. I could see both shortcuts after upgrade.
Please help.
How to edit the startmenu shortcut during minor upgrade. The existing shortcut is under Start>Programs>ProductName>executableFile. Now during minor upgrade i want to change this to Start>Programs>CompanyName>ProductName>executableFile.
I'm using IS 2009 Basic MSI.
When i added the CompanyName as a new folder under Programs, I get this new shortcut but the old existing one's are not removed. I could see both shortcuts after upgrade.
Please help.
2 Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 09, 2012
01:51 AM
Delete the existing shortcut in entirety.
Create the new desired one during minor upgrade.
You can use DeleteFolderIcon and AddFolderIcon Installscript functions wrapped in a Custom Action to easily do the job.
You may also use Win32 APIs, if you are comfortable with them.
Create the new desired one during minor upgrade.
You can use DeleteFolderIcon and AddFolderIcon Installscript functions wrapped in a Custom Action to easily do the job.
You may also use Win32 APIs, if you are comfortable with them.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 11, 2012
12:31 AM
Thanks.
Posted here to check whether there are any options to removed shortcuts from IDE itself, but in vain.
Implemented DeleteFolderIcon to delete shortcuts now.
Posted here to check whether there are any options to removed shortcuts from IDE itself, but in vain.
Implemented DeleteFolderIcon to delete shortcuts now.
