PDA

Click to See Complete Forum and Search --> : Register MTS component w/ VB ??


jduckwo
Jan 8th, 2001, 01:47 PM
Can anyone give me some sample code or clues leading to how I can register
an MTS component into MTS from VB?

Thanks,
Jake

Clunietp
Jan 8th, 2001, 10:47 PM
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)

Anders Englund
Jan 10th, 2001, 09:34 AM
Take a look at this:

http://msdn.microsoft.com/library/psdk/mts20sp1/scriptable_2n8u.htm

//Anders

jduckwo
Jan 11th, 2001, 10:53 AM
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