PDA

View Full Version : hangs when silent installer runs



Shailesh Yadav
09-27-2012, 05:40 AM
I have created a Two setup with sb7.where second setup runs first setup as a silent installer (internally with run program) by /s switch.
Both the setups are for 32 bit.
when I install second setup, it(both setup) hangs when silent installer runs.
This only happens when "wait for program" box is checked in run program option.
This happens only in xp, not in windows 7.

linder
09-27-2012, 08:12 AM
Hello,

Typical deadlock scenario. Try to disable the "Progress Dialog: Display" line in your script when the installer is running in silent mode.

And if your child installer makes use of a "Wait Dialog..." action, make sure that you have "Start on separate thread" enabled.

Hope this helps.

Friedrich

Shailesh Yadav
10-01-2012, 01:10 AM
after enabling "Start on separate thread" , both Setup work fine. It does not hang now,

Thanks.:)

Shailesh Yadav
10-01-2012, 01:15 AM
Hi Friedrich

After using "Start on separate thread", Both setup works fine.
Now it does not hang on calling silent installer.

Thanks...:)

linder
10-01-2012, 01:18 AM
Thank you for the good news :)

Friedrich