1. Define a ini file, in which creates a MyAppLibs section:
MyAppLibs=d:\installation\a.pbd,c:\temp\b.pbd....
2. in your program, at beginning always reads the ini file and load this path and set it as your application libraries path.
Now you can change your PBDs list dynamically all the time.