How to resolve merge module dependencies

I am trying to add a merge module to my Windows Installer 3.1 project. Turns out it has a dependency on another merge module ... which I also added. But it looks like the first module is not registering that this new merge module has been added, so I still get a warning saying: "Unable to find module dependency with signature ...."

How can i solve this?

+3
source share
1 answer

First, I assume that you are talking about VS deployment projects with added merge modules that produce Windows Installer 3.1 msi.

, , , .

(, C:\Program Files\Common Files\Merge Modules), . , . ( " " ).

, SVN, script Program Files.

. , . "" ( " " → ) , , SearchPath. SVN.

+4

Source: https://habr.com/ru/post/1706437/


All Articles