Hi, How can I install a new itemtemplates, and wizardtemplates.
here's the scenario:
I have the source code and the compiled files(Dll) so I can install the new components
adding the dll, but some components need more tha one reference, and i have to put by
myself, how can implement that when I put some component, all the references it need
inmediatley add to my project, when I intall this components from the setup file all
this is done background obviusly, but I wish to do by myself trought the complied Dll
and source files.
Also I wish to know how can install new itemTemplates and WizardTemplates from source
code.
Im Using the VB2005.