Move Add-in to another pc
Hey i have create a add-in for Visual Studio but how do i move it so my friend also can use it on his pc ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Javeed M ShaikhPosted Oct 21, 2011, 10:04 PM
The recommended method for deploying your add-in is to create an MSI package. You need to create an MSI that is created using a Visual Studio Setup project. And than you can deploy that on your friends machine.
Please do not forget to mark "Accepted Answer".
MaxPosted Oct 23, 2011, 2:27 AM
Javeed M ShaikhPosted Oct 22, 2011, 10:00 PM
are you getting any error, what is not working creating an Install package or after the install it is not showing in your friends pc?
MaxPosted Oct 22, 2011, 3:19 PM
Javeed M ShaikhPosted Oct 22, 2011, 7:58 AM
Follow these steps:
http://msdn.microsoft.com/en-us/library/cc766795.aspx
MaxPosted Oct 22, 2011, 4:26 AM