I am using VB to automate a bunch of COM+ configuring stuff (i.e. using the
COM+ 1.0 type librarary). I am creating COM+ packages and installing them
on other machines (effectively copying the .dll over to the remote machine
and making a COM+ package that uses it), but I haven't figured out how to
install a proxy COM+ package via this same methodolgy....I've currently
resorted to building a .vbs file and using the Task Scheduler library to
automate the running of a task to launch the .vbs file which opens the proxy
.MSI pacage and installs it.
Any thoughts?
Quote:
> What do you mean by 'automate'?
> --
> Mikhail Berlyant
> Brainbench MVP for Visual Basic
> http://www.brainbench.com
> Distribution Systems Lead, Data Systems
> http://www.launch.com
> > Anybody know how to automate the installing of a proxy COM+ app on
another
> > server?
> > thanks,
> > jim