Skip to content
⌘ NSIS Forum Archive

Setup B hangs when launched from Setup A

4 posts

Silicontoad#

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
Afrow UK#
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