I have to convert an old InstallShield script used to install a VB6 application from InstallShield 2008 to InstallShield 2011.
Unfortunately InstallShield 2011 no longer supports the deployment of the runtimes (using merge modules IIRC).
I am trying to replace this by an execution of the VB6 runtime installation program (vbrun60sp6.exe) from my InstallShield script (and possibly only when running on XP because the VB6 runtimes are apparently distributed with the OS for Vista and above).
Unfortunately for some reason my call to LaunchApplication fails and with my limited InstallShield script experience I do not know how to get a detailed error message.
What could I be doing wrong, how can I get a more detailed error message to help me track down my problem?
Thank you!
Nick