I have 2 projects. I want to create ONE single MSI setup package that will install both of those projects.
In My Application Folder I have created 2 subfolders (Project A and Project B folder). So after the install, the project ouputs will be in Program FilesMyProductProject A Program FilesMyProductProject B
The problem I am having is that Project A and Project B references some common assemblies. But those common assemblies is only copied to Project A folder.
Is there a way to force the msi to copy the common assemblies to Project A and Project B folder ?