How can I install a VSIX package automatically, with WIX?

前端 未结 2 2088
傲寒
傲寒 2021-01-23 03:13

I\'ve got a WIX installation project for my application. As part of my solution I have a VSIX extension, that I want to install on the customer\'s Visual Studio.

What I

2条回答
  •  后悔当初
    2021-01-23 03:35

    This can be done through a custom action which launches VSIXInstaller.exe with the appropriate command line. There is a discussion about this here: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/VSIX-after-installation-td4975318.html

    Perhaps this will also help: http://blogs.clariusconsulting.net/pga/deploying-a-vsix-from-a-msi/

提交回复
热议问题