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
- :
- Uninstall shortcut broken
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
‎Oct 02, 2008
10:33 AM
Uninstall shortcut broken
Having converted a 11.5 Installscript project, I find when I try installing that I get a message to say the uninstall shortcut I try to put on the Start Menu can't be made. The shortcut points to IDriver.exe in C:\Program Files\Common Files\InstallShield\Driver\1150\Intel 32 and is called with the /M[ProductCode] switch.
How do I replicate this in IS2009 as I read from the release notes that IDriver.exe no longer exists?
Mark
How do I replicate this in IS2009 as I read from the release notes that IDriver.exe no longer exists?
Mark
(6) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 02, 2008
10:39 AM
Please see the InstallShield 2009 help topic "Creating Uninstallation Shortcuts for InstallScript and InstallScript MSI Projects".
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 02, 2008
11:05 AM
Ah, that didn't show up when I searched before...
Thanks again,
Mark
Thanks again,
Mark
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 08, 2008
10:32 AM
Only problem with that method is that the shortcut gets left behind on the Start Menu when you use it!
Mark
Mark
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 09, 2008
05:47 AM
OK, since the help topic "Creating Uninstallation Shortcuts for InstallScript and InstallScript MSI Projects" helpfully doesn't give you any guidance how to remove the shortcut, I have found there is a function called DeleteFolderIcon() but again there's no indication where you should put it.
Any ideas?
Any ideas?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 09, 2008
06:43 AM
So, I tried putting DeleteFolderIcon() in OnMaintUIAfter() but now I find that the main product folder is left behind on the Start menu!
What used to be a simple thing in the UI is now an InstallScript nightmare. One step forwards five back....
Mark
What used to be a simple thing in the UI is now an InstallScript nightmare. One step forwards five back....
Mark
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 10, 2008
06:44 AM
The non-removal of the shortcut is similar to the problem I'm having with registry entires. I tried using Enable(LOGGING) in OnMoved, but again that doesn't work.
I'm now convinced that there is a serious problem with IS2009. Unless someone can come up with a convincing explanation for why things no longer get removed on uninstallation!
Mark
I'm now convinced that there is a serious problem with IS2009. Unless someone can come up with a convincing explanation for why things no longer get removed on uninstallation!
Mark