GAC Setup and Deployment

We are using FinalBuilder 6.3.0. We recently started to deploy assemblies used by our modules into GAC. Each new version of our module uses latest assembly, so we need to be able to deploy old and new assemblies.

We have VS.NET Setup & Deployment Project setup, however, for each build we need to modify (usually add extra) assemblies to project. They might be named the same but from different subfolders.

Is there are way to do that in FB?

Hi

You could use the xml actions to modify the .vdproj file.