Hello,
I have written a .NET 2.0 component (.dll) which I am creating a setup for it.
The hard thing is that I wanna create a Toolbox in the target system Visual Studio Toolbox.
I wanna create this Toolbox at the installation time.
Anyone knows a way to do this both for VS.NET2005 and VS.NET2008?
I found 2 ways:
Creating a .vscontent and .vsi file and execute it, which has 3 problems: Cannot run in silent mode - cannot create a custom named toolbox - my dll is not digitally signed and it will show a warning box, non acceptable!
2nd way is:
http://www.codeproject.com/KB/aspnet/VisualStudio2005Toolbox.aspx
But it's only for VS.NET2005 and VS.NET2008 is not still supported!
Please help me
I have written a .NET 2.0 component (.dll) which I am creating a setup for it.
The hard thing is that I wanna create a Toolbox in the target system Visual Studio Toolbox.
I wanna create this Toolbox at the installation time.
Anyone knows a way to do this both for VS.NET2005 and VS.NET2008?
I found 2 ways:
Creating a .vscontent and .vsi file and execute it, which has 3 problems: Cannot run in silent mode - cannot create a custom named toolbox - my dll is not digitally signed and it will show a warning box, non acceptable!
2nd way is:
http://www.codeproject.com/KB/aspnet/VisualStudio2005Toolbox.aspx
But it's only for VS.NET2005 and VS.NET2008 is not still supported!
Please help me