thx for your answer. A solution for my problem is the following script
code:
<vbscript>
Set oCMI=window.external.Instance.CMI
Set newInstance =
oCMI.CreateFromDB(20,"{B784E719-C196-4DDB-B358-D9254426C38D}",3,strGUID)
window.external.Instance.Configuration.Instances.Add oInstance
</vbscrip>
Regards,
floh
Brad Combs schrieb:
> floh,
>
> Here are some previous threads on the subject. Unfortunately CMI isn't
> documented very well so details about it are going to be found here and some
> scarce articles on MSDN.
>
> Some google searches turn up:
> http://groups-beta.google.com/group/...2bffbfb51c1397
>
> http://groups-beta.google.com/group/...857bd2df26c53a
>
> http://groups-beta.google.com/group/...3b17a85a42b3f9
>
> HTH,
> Brad
>
> <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hello,
> > i have tried to add components to my active configuration with
> > vbscript. Does any one tried this before? Is it possible?
> >
> > Regards,
> > floh
> >