WiX Installing Server Control to Toolbox
Posted
by Jason
on Stack Overflow
See other posts from Stack Overflow
or by Jason
Published on 2010-02-13T01:22:20Z
Indexed on
2010/04/29
8:17 UTC
Read the original article
Hit count: 294
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.
© Stack Overflow or respective owner