Is it possible to create a portable VSTO application ? (e.g without setup.exe, without admin rights, without clickonce, etc.)
Is it possible to create a portable VSTO application ? (e.g without setup.exe, without
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Any vsto solution requires that:
If you don’t have those installed already the answer to your question is: No
If you define those as prerequisites then there are 2 kind of vsto solutions. It can be either a document based solution or an office add-in.
For more information about document level solutions and how they are dealt with on runtime look here