
a_muluk1.5524900801100083E12 asked a question.
Invoking installscript custom action before ISSetupFilesExtract
I am using InstallShield 2008 to create my Basic MSI Project.
In my installer, I am extracting many files to SUPPORTDIR.
So while extracting files, setup does not show any UI.
I am trying to use InstallScript custom action before and after ISSetupFilesExtract, so as it will show some UI.
I am using SdShowMsg for the message.
Now the problem is that the installation is unable to launch InstallScript Custom Action. If I observe the log generated by installer, it hangs at Invoking Custom action and does not progress further.
Please give me reply if you have any solution for the problem.