Current thought
In case anybody is following this thread, I'm currently thinking of solving the problem from within InstallShield. The IS project should be able to pull its own product code for the uninstall shortcut argument rather than having it hard coded. I should be able to do something like
/M[PRODUCT_GUID]
rather than
/M{9EF6F5CC-69FC-433D-9D2E-971E55CAE819}
as the argument for IDriver. The specific thought above failed, but I continue to try.
|