PDA

View Full Version : End Program - should not see me



leslieh
06-10-2002, 08:01 PM
In setup1, I call setup2 ( using LaunchAppAndWait () with Test.exe - which is self-exe of setup2 files ). Everything runs fine: setup1 launches Test.exe which installs setup2 then resume to setup1 and installation ends successfully. However, if I reboot or restart windows then I will get the End Program-should not see me dialog on W2K.

I tested a few times and notice that for some reasons, Test.exe is still in the Task list even setup1 finishes and this is the culprit.
If right after setup1 is done, I kill Test.exe from task list then restart windows then I do not get that End Program dialog.

IT appears to be InstallShield bug that the launched installation (self-exe whose setup image is created using IS5.5) is not exited properly.

Is there a workaround to kill this self-exe after its installation is done?

TIA