How to run executable at end of Setup Project?

后端 未结 7 1100
眼角桃花
眼角桃花 2021-01-07 18:22

I have a Visual Studio Setup Project that I use to install a fairly simple WinForms application. At the end of the install I have a custom user interface page that shows a s

7条回答
  •  旧时难觅i
    2021-01-07 19:01

    You can use MSILAUNCH (though I've only got it to work with MSICREATE).

    http://www.cornerhouse.ca/en/msi.html

提交回复
热议问题