cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
verma_asim
Level 2

Installer Hangs after clicking Finish button

Hi,

I am using InstallScript MSI project (InstallShield2009) and I am facing problem while uninstalling my application. During uninstallation at the end the method OnMaintUIAfter method is called. The method SdFinish is called to show dialog with Finish button. After the click of Finish button the dialog disappears but installer hangs and I can see the installer exe in the task manager. It also appears at the task bar.

This does not happen during installation of application.

Can someone suggest how to overcome this problem?

Regards,
Asim
Labels (1)
0 Kudos
(1) Reply
Not applicable

I had similar problem, I found out it was due to wrong usage of SdShowMsg ();
I used SdShowMsg (" ", TRUE) but I missed to add SdShowMsg (" ", FALSE);
0 Kudos