Finalbuilder Server Passing Variable

I wrote a build script for execution on the server and from the ide. I want to prompt the user (memo field) to input a variable with a default value set, but the exact same default value cannot be set for the server and works for the ide. When executing the script a failure is reported:

An invalid variable was passed to the project.

Project Configuration Error
FBCmd Error: 14 : ERRORSETTINGVARIABLE
Project Validated Successfully
Error - variable doesn't exist:

The default value I want to set is:

[Registry]
Root: HKLM; Subkey: "SOFTWARE\Bla\MatConstraints"; ValueName: "Used"; Flags: deletevalue
Root: HKLM; Subkey: "SOFTWARE\Bla\MatConstraints"; ValueName: "MaxBridgeSizeLocal"; Flags: deletevalue
Root: HKLM; Subkey: "SOFTWARE\Bla\MatConstraints"; ValueName: "MaxBridgeSizeCentral"; Flags: deletevalue

but setting a default value of

d:\sometextfile.txt

and reading the content of the text file works as a workaround.

I am not sure if this is a bug or I am doing something wrong. Still it seems to me that the error text is wrong, because setting another default value works.

FinalBuilder Server version 6.2.0.627
 

Hi Frank

Before reporting bugs, please check to see if there is a newer build available. I seem to recall we addressed an issue like this late last year.