PDA

View Full Version : installer called from another one and paths



NewsArchive
10-23-2009, 01:40 AM
Hi all,

Installer1
at the end it launches Installer2

How can I pass on the Installer2 The path used to install in Installer1 pls ?

--

Merci

Cordialement - Best regards
Jean-Pierre GUTSATZ

CGF

DMC - Data Management Center
A tool to let you Migrate Import Export Transfer your Data
www.dmc-fr.com
Certified by Microsoft : "Works with Vista" &
"Works with Windows Server 2008"

NewsArchive
10-23-2009, 01:40 AM
> Installer1
> at the end it launches Installer2
>
> How can I pass on the Installer2 The path used to install in Installer1 pls ?

Hi JP,

SetupBuilder supports the command line.

SET %MY_COMMANDLINE% to Function:Get_System_Info( Command_Line )

Where %MY_COMMANDLINE% is a variable you want to receive it.

Then you can parse/use the command line with the normal SB tools.

Does that help?

Charles


--
-------------------------------------------------------------------------------------------------------
Charles Edmonds
www.clarionproseries.com - "Get ProPath, make your Clarion programs ready
for Windows 7 and Vista!"
www.ezchangelog.com - "Free ChangeLog software to manage your projects!"
www.setupcast.com - "A revolutionary new publishing system for software
developers - enhanced for SetupBuilder users!"
www.pagesnip.com - "Print and Save the Web, just the way you want it!"
www.clarionproseries.com - "Serious tools for Clarion Developers"
www.ezround.com - "Round Corner HTML tables with matching Banners, Buttons
and Forms!"
www.lansrad.com - "Intelligent Solutions for Universal Problems"
www.fotokiss.com - "World's Best Auction Photo Editor"
-------------------------------------------------------------------------------------------------------

NewsArchive
10-23-2009, 01:41 AM
Hi Jean-Pierre,

What Charles said.

And you can also pass the following via the Command Line to the installer:

/V _SB_INSTALLDIR "%_SB_INSTALLDIR%"

The above will pass the installation folder defined in %_SB_INSTALLDIR% from
Installer1 to Installer2.

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

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

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
10-23-2009, 01:41 AM
Merci you two :)

JP


Merci

Cordialement - Best regards
Jean-Pierre GUTSATZ

CGF

DMC - Data Management Center
A tool to let you Migrate Import Export Transfer your Data
www.dmc-fr.com
Certified by Microsoft : "Works with Vista" &
"Works with Windows Server 2008"