hi to all,
if u know please initmate me how to distribute a COM+ Application to other users,
i have tried this but iam getting an error
and the error is "error in COM+ Application Registry"
Please try to mail me as soon as possible
Printable View
hi to all,
if u know please initmate me how to distribute a COM+ Application to other users,
i have tried this but iam getting an error
and the error is "error in COM+ Application Registry"
Please try to mail me as soon as possible
hi,
open Component Services MMC.
right click on your application, then choose Export.
specify the name of the MSI file (the file that will be install on the client machine), u can also have a choice weather u want to install the COM object on the client (Server Application) or just placing a proxy on the client (whereas the process will remain in the server).
after this procedure u can install the MSI on the client and gain access to the COM object.