Can anyone give me some sample code or clues leading to how I can register
an MTS component into MTS from VB?
Thanks,
Jake
Printable View
Can anyone give me some sample code or clues leading to how I can register
an MTS component into MTS from VB?
Thanks,
Jake
There is an MTS add-in, you can also program against the MTS Admin library. The easiest way to do it is to use the MMC snap in and do it manually (unless, of course, you need to automate the process)
Take a look at this:
http://msdn.microsoft.com/library/ps...table_2n8u.htm
//Anders
I needed to automate the process of creating an MTS package and registering a Component from VB Code. I ended up using the MTSAdmin component. It was what I was looking for.
Thanks for all your help!
Jake