Deployment of Visual Studio Add-in in VS 2012

后端 未结 2 1155
谎友^
谎友^ 2021-01-28 07:57

I have created Visual studio add-in successfully.But I am confused to deploy this addin in another computers.I have go throgh the stackoverflow answers.But I did not get clear c

2条回答
  •  执笔经年
    2021-01-28 08:51

    You just need to copy YourAddIn.dll and YourAddIn.AddIn files to "c:\Users\username\Documents\Visual Studio 2012\Addins\" folder on another computer. To create an installer you can start with Wix Template For VS2012 Addin Project.

提交回复
热议问题