Visual Studio uses xsd files to provide intellisense for xml files that matches the namespace. I have created custom xml schema and I want to apply that schema when user is editing that type of document containing my namespace. I can manually keep my xsd somewhere and I can get intellisense correctly. But I want to deploy this schema along with VSIX installer so that it is applied automatically.

I need to setup this with VSIX, I know which folder to install to, but I am new to VSIX and if there is a way I can install Content "XSD" to specific folder I am done.

link|improve this question

Do you need to know in which location to install the xsd? Or do you need help setting this up with VSIX? – Edwin de Koning Jun 7 '11 at 11:36
@Rewinder please check my updated question. – Akash Kava Jun 7 '11 at 13:28
feedback

2 Answers

up vote 0 down vote accepted

Unfortunately, deployment of XSD's via VSIX is not supported in Visual Studio 2010.

link|improve this answer
feedback

I'm having the same issue. Although I'm only reading how to adopt XSD to VS rules I couldn't find a way to install it from vsix. Thinking about asking the user whether he agrees to install XSD on extension start (don't do it silently!) and then just writing it to an appropriate VS folder. What do you think?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.