/build/static/layout/Breadcrumb_cap_w.png

How to edit Component Services through a MSI

Hi everybody,
I've received a demand to build an MSI about an application called Iscala, this application, after the installation, needs to configure some things on the PC, such as Component Services. There, I have to edit the tab COM security to insert two users, then I have to choose the MSDTC tab and to change several configurations there.
Is there some way to do that through a MSI with Wise??

Thanks a lot for your help!

0 Comments   [ + ] Show comments

Answers (4)

Posted by: anonymous_9363 13 years ago
Red Belt
0
Not natively, no. You'll need to build a script and use the automation object (whose name escapes me for the moment) and/or DCOMCNFG, the latter driven from the command line (without which, the UI loads)
Posted by: cmi2000 13 years ago
Senior Purple Belt
0
Thank you Ian! It's all what I needed... ;-)
Posted by: jmcfadyen 13 years ago
5th Degree Black Belt
0
a lot of that stuff is registry based anyway. You could capture the changes to find out the keys etc.

i like to use "advanced registry tracer" for small reg tasks like that. The result is a .reg file which can be imported to your packages pretty easily.
Posted by: anonymous_9363 13 years ago
Red Belt
0
Do any of you folks worry about just how much junk is floating around in your head?

Re-reading this thread to see what John had to say, the object's name popped into my head: Set objWhatever = CreateObject("COMAdmin.COMAdminCatalog")
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ