How to deploy multiple projects in a single MSI?

前端 未结 4 1800
孤城傲影
孤城傲影 2021-01-14 05:18

I have 3 projects in my solution that I want to deploy. Is there a nice and quick way of using Visual Studio\'s setup projects to deploy all three apps using one MSI and let

4条回答
  •  無奈伤痛
    2021-01-14 05:59

    I also have a similar requirement, however i used merge modules but cant seem to find a way of selecting which specific msm to install and which not to. As i understand there is a no condition property which can be set on msm's while integrating them with msi's. Please let me know if there is some alternate way of doin so..

    Thanks, Apn

提交回复
热议问题