NewsArchive
05-05-2006, 05:56 AM
Hi Friedrich,
Using SetupBuilder Professional ver 5.4.
I have the following few lines in beginning of a installer script
which reads a value from an INI file that gets generated when I
compile the program. I then use these values with the script to show
during installation what version this program is. All of this works
great.
[Initialize Setup]
#const $PS_PROGRAM_VERSION$ = Get Value from INI file:
c:\work\PSC170\version.ini
Set Variable %PS_PROGRAM_VERSION% to "$PS_PROGRAM_VERSION$"
What I would like to do but have not figured out the correct way is to
also show this value on the "Compiler Output" screen during the
compiling of the installation set. I tried the "#msg" but it just
shows the name of the variable and not the assigned value. What should
I be doing in order to accomplish this display during compiling?
Thanks in advance.
Barton Whisler
Prosoft Inc.
Using SetupBuilder Professional ver 5.4.
I have the following few lines in beginning of a installer script
which reads a value from an INI file that gets generated when I
compile the program. I then use these values with the script to show
during installation what version this program is. All of this works
great.
[Initialize Setup]
#const $PS_PROGRAM_VERSION$ = Get Value from INI file:
c:\work\PSC170\version.ini
Set Variable %PS_PROGRAM_VERSION% to "$PS_PROGRAM_VERSION$"
What I would like to do but have not figured out the correct way is to
also show this value on the "Compiler Output" screen during the
compiling of the installation set. I tried the "#msg" but it just
shows the name of the variable and not the assigned value. What should
I be doing in order to accomplish this display during compiling?
Thanks in advance.
Barton Whisler
Prosoft Inc.