tags:

views:

81

answers:

3

I've got a server control in a dll deployed as part of a wix msi installation. I have gotten the installer to make the control available in the toolbox's ADD ITEMS window, but the contol isn't added to the the toolbox by default.

How can I configure wix the installer to automatically add the toolbox item to, say, toolboxes to be shown for asp.net websites and web application projects under a new Category.

A: 

Looks like this post contains the start of the answer.

Still don't know how to get the WiX to use this custom action properly, but at least this is a good start.

http://groups.google.com/group/microsoft.public.vsnet.ide/browse_thread/thread/7f9fea7942575ae/1efda96cf843d470?lnk=st&q=customize+Visual+Studio+toolbox+programmatically&rnum=1&hl=en#1efda96cf843d470

uosɐſ
http://msdn.microsoft.com/en-us/library/bb286995%28VS.80%29.aspx
uosɐſ
A: 

Do you want to install Server controls into VS 2005? if yes, did you make it to work using the way which is described in the link?

sankar
A: 

Hi

For visual studio 2010 you can use the following link as a starting point http://blogs.msdn.com/quanto/archive/2009/06/12/how-do-i-deploy-a-toolbox-control-as-a-vsix.aspx

All the best Muse VSExtensions

Muse VSExtensions