Installer for WPF Control
-
I have created a WPF control, which I want to deploy to the user. I need to create an installer for this control. Installer should create a custom tab in VS toolbox and place the control inside that tab, the way it is done by other WPF control installers (e.g., Telerik). Any help/idea?
-
I have created a WPF control, which I want to deploy to the user. I need to create an installer for this control. Installer should create a custom tab in VS toolbox and place the control inside that tab, the way it is done by other WPF control installers (e.g., Telerik). Any help/idea?
This was the first link Google came up with How to: Package and Install Custom Controls for the Toolbox[^]. That should tell you all you need to know. Next time try Google it yourself.
...and I have extensive experience writing computer code, including OIC, BTW, BRB, IMHO, LMAO, ROFL, TTYL.....
-
This was the first link Google came up with How to: Package and Install Custom Controls for the Toolbox[^]. That should tell you all you need to know. Next time try Google it yourself.
...and I have extensive experience writing computer code, including OIC, BTW, BRB, IMHO, LMAO, ROFL, TTYL.....
Many thanks for your reply. I tried google before asking question here, but none of them (including this one) could fulfill my requirement. When I install Telerik with the help of their EXE, it just installs everything without being specific to any application. It puts that control into a specific tab in VS toolbox and also places it into 'Assets' tab of 'Expression Blend' without asking any question. This .vsi file, including dialog box and messages, seems to be specific to Visual Studio and asks questions before installing.
-
I have created a WPF control, which I want to deploy to the user. I need to create an installer for this control. Installer should create a custom tab in VS toolbox and place the control inside that tab, the way it is done by other WPF control installers (e.g., Telerik). Any help/idea?