cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ChrisA
Level 3

recommended place for sub-installs?

I have a main InstallScript Setup that needs to execute another Setup before it finishes. The second Setup relies on COM objects installed by the main Setup that is invoking it.

What event would be the right place to invoke the second Setup from?

Thanks
Labels (1)
0 Kudos
(2) Replies
DLee65
Level 13

Usually I place functions like these in the OnMoved event and use LaunchAppAndWait to execute the second setup.
0 Kudos
KathyMorey
Level 10

I have also placed similar functions on OnFirstUIAfter, if the actions need to run only with first installation (and major upgrade).
0 Kudos