Archive: Setup B hangs when launched from Setup A


Setup B hangs when launched from Setup A
Hi,

When I launch a setup, (setup B) from another setup,(setup A) the form on setup B freezes, the objects are no longer visible.

This page is a custom page, the next button no longer works, cancel and back do.

Setup B is being called at the end of setup A providing a user selects a tick box, this is done using execwait, Ive tried with others including execShell and plain exec but still to no avail.

Any ideas?

TIA

TOAD


Try using lowest compression on your main installer and see if it still occurs.

-Stu


Silly me, its the ini file. Dam, how to ensure its compiled into exe?


What you need to do, is include it in your secondary installer like so:

InitPluginsDir
File "/oname=$PLUGINSDIR\ioFile.ini" "ioFile.ini"

Then w/ InstallOptions
InstallOptions::dialog "$PLUGINSDIR\ioFile.ini"

-Stu