PDA

View Full Version : Compiler variable in "#includ script"



NewsArchive
05-03-2009, 03:20 AM
Hi Friedrich,

I tried to make our SB-Script more portable from my machine to our
FinalBuilder machine. So I replaced all paths with compiler variables.
In the "install files" statement, this works fine, but the following
line does not resolve the variable:

#include script "Constants.sbi" from "[_BASISORDNER]\Include"

What can I do?

Markus

NewsArchive
05-03-2009, 03:20 AM
Hi Markus,

> I tried to make our SB-Script more portable from my machine to our
> FinalBuilder machine. So I replaced all paths with compiler variables. In
> the "install files" statement, this works fine, but the following line
> does not resolve the variable:
>
> #include script "Constants.sbi" from "[_BASISORDNER]\Include"
>
> What can I do?

The following should help:

http://www.lindersoft.com/forums/showthread.php?t=9955

http://www.lindersoft.com/forums/showthread.php?t=13042

Friedrich

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

SetupBuilder "point. click. ship"
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
05-04-2009, 03:07 AM
Hi Friedrich,

> We are working on a solution to support Compiler Variables in the
"#include script..." directive for SetupBuilder 7

Will this feature be included in the next SB7 Beta?

What is the estimated release date for the next SB7 beta?

Markus

NewsArchive
05-04-2009, 04:54 AM
Hi Markus,

> > We are working on a solution to support Compiler Variables in the
> "#include script..." directive for SetupBuilder 7
>
> Will this feature be included in the next SB7 Beta?

Yes, it's already included in our latest SB7 Build 2586 now.

>
> What is the estimated release date for the next SB7 beta?
>

ASAP. The Windows 7 "Release Candidate" slowed down things here a bit. We
got access to the RC two weeks ago and had to modify the SetupBuilder
compiler to make it Win7RC-ready.

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

SetupBuilder "point. click. ship"
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
05-05-2009, 01:20 AM
Great :-) Thank you.

Markus