On this current assignment, we’re getting the production environment ready for our deployment in the coming weeks.

As we know there’s a bunch of config settings for a BTS install – e.g. ConfigFramework
(bts2004) or Configuration.exe (bts2006)
and one way that we’re looking (in our case bts2004 🙁 ) to configure the multiple
hosts and specific adapter handler settings is to use
WMI. (rather than just accepting defaults and then going crazy in the BTS admin)

While we do love those production guys…….we want to make it as fail safe as possible.

I thought – WMI….I’ll grab the plug-in for VStudio and start working there (consultant
#1 method!)
or…..
Grab the WMI
Code Creator 1.0 – let it create the C# code for you!!!

NICE!!

(alternatively – we could go down the BTS object model using ‘ExplorerOM’ library……..at
the moment WMI seems the easiest for the production guys to get their heads around)

Cheers,

Mick