PDA

View Full Version : Launch one SB7 installer while in another?



NewsArchive
01-27-2010, 01:34 AM
Is it possible to launch one SB7 script from within another SB7 script?
I have a DB Update Installer (MyDbUpdate.exe) that I want to launch from
within my main program instlaller (MyProg.exe)
I have tried Run Program, as well as Run Command Line, and it appears that
the second install will not run unless the first is done. Is there a way
around this?

I can include the code from the secondary into the primary, but would be
nice just to add the file, and run it when the time is right.

oh, and it needs to run in the middle, because I am using the updated
database later in MyProg.exe.

Thanks
-Glenn.

NewsArchive
01-27-2010, 01:34 AM
Hi Glenn,

> Is it possible to launch one SB7 script from within another SB7 script?
> I have a DB Update Installer (MyDbUpdate.exe) that I want to launch from
> within my main program instlaller (MyProg.exe)
> I have tried Run Program, as well as Run Command Line, and it appears that
> the second install will not run unless the first is done. Is there a way
> around this?
>
> I can include the code from the secondary into the primary, but would be
> nice just to add the file, and run it when the time is right.
>
> oh, and it needs to run in the middle, because I am using the updated
> database later in MyProg.exe.

Does the following link help?

http://www.lindersoft.com/forums/showthread.php?p=41275

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

SetupBuilder is Windows 7 installation -- "point. click. ship"

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
01-27-2010, 01:35 AM
Perfect.
Thanks Friedrich.

Glenn Paschal