I have several questions regarding version information resource:

1. Can I have multiple version info resources for the same project? If yes, how can I select between them in compile time/runtime?

2. I understood that there is fixed part (with numerical values) and dynamic part (with strings) that can include one or more blocks - what is the relation between those two parts (e.g. in both parts we have file version)? Can I have in the dynamic part two blocks with the same language and code page?

My motivation is to give our clients, different companies, the possibility to market our product as if it was their product. I thought of two options:
A. different version information resource for each company OR
B. different dynamic block for each company in the same version information resource

I would be happy to hear your thoughts on this.