Deployment of TMS files

I am using C++Builder XE4 pro with VCL win32 platform and I am a registered user of the TMS Component Pack.

When I select the C++Builder menu Project->Deployment, C++Builder shows a list of all the files I need to deploy with my software. C++Builder is now showing tmsdXE4.bpl and tmsexdXE4.bpl.  I have never deployed these files before and have not had a problem. Why is C++Builder showing these files?  Should I be installing these files into my program folder or into the Win32 system folder?

Thanks
Patrick

When you choose to link with runtime packages for your project, it is normal that when you use components that are in the packages TMSDXE4.bpl or TMSEXDXE4.bpl , you need to ship these packages. Alternatively, turn off to link with runtime packages.