InstallShield 2009: Remove a dll (being used by explorer.exe for context menu) during uninstall with
- by Samir
Install Shield Premier 2009: Basic MSI Project
I have a dll that is supposed to be removed during uninstall.
But this dll is being used by explorer.exe, it is used for generating windows explorer context menus with their icons(same as the menu items, icons we see when we right click on any file/folder and see the WinRAR items, icons).
Manually, I…