# How do I add this value name to the registry $(BDSBIN)\\MyLibrary.bpl

**URL:** https://www.finalbuilder.com/forums/t/how-do-i-add-this-value-name-to-the-registry-bdsbin-mylibrary-bpl/2076
**Category:** Discussion
**Created:** [January 31, 2013, 11:46am UTC](https://www.finalbuilder.com/forums/t/how-do-i-add-this-value-name-to-the-registry-bdsbin-mylibrary-bpl/2076 "2013-01-31T11:46:58Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![deleted\_user](https://www.finalbuilder.com/forums/user_avatar/www.finalbuilder.com/deleted_user/32/937_2.png) [@deleted\_user](https://www.finalbuilder.com/forums/u/deleted_user)
#### Post date: [January 31, 2013, 11:46am UTC](https://www.finalbuilder.com/forums/t/how-do-i-add-this-value-name-to-the-registry-bdsbin-mylibrary-bpl/2076/1 "2013-01-31T11:46:58Z")

</div>

I am trying to automate the configuration of packages in DelphiXE3.

When I try to add this registry value name $(BDSBIN)\MyLibrary.bpl FB tries to expand $(BDSBIN) which is not what I want.

How can I stop this expansion?

Surrounding with quotes doesn't seem to work.

Thanks for your help.

---

<div class="post-metadata">

### Author: ![Vincent](https://www.finalbuilder.com/forums/user_avatar/www.finalbuilder.com/vincent/32/938_2.png) [@Vincent](https://www.finalbuilder.com/forums/u/Vincent)
#### Post date: [January 31, 2013, 12:27pm UTC](https://www.finalbuilder.com/forums/t/how-do-i-add-this-value-name-to-the-registry-bdsbin-mylibrary-bpl/2076/2 "2013-01-31T12:27:39Z")

</div>

You need to disable recursive variable expansion : [http://help.finalbuilder.com/variable\_evaluation\_and\_recurs.htm](http://help.finalbuilder.com/variable_evaluation_and_recurs.htm)   
  
 Use $(!BDSBIN) - the ! disabled recursive expansion.
