Add custom action of installing msi before the setup in installer project

后端 未结 2 486
陌清茗
陌清茗 2021-01-27 12:23

I am creating an installer project for one of my windows applications .

I want to make sure that an msi is installed first i.e. before the primary output is installed .

2条回答
  •  时光说笑
    2021-01-27 13:10

    I found an associated article that i have used previously to package a dependency (which i did not want in the pre-requisites) on codeproject

提交回复
热议问题