PC Review


Reply
Thread Tools Rate Thread

dcom security question for vb deployment

 
 
Robert E.
Guest
Posts: n/a
 
      7th Nov 2003
Hi

I'm not sure if there's a Dcom ng so forgive the cross-post maybe someone
will be able to help with this.

Have an executable component (actually a Desaware-built NT Service for those
who are familiar with that) that I need to deploy across approx 30
workstations. I want to deploy this component using the same InstallShield
project that deploys my standard (VB6) application.

This particular component requires to me to configure Dcom security before
it will work properly. Once I have run the Installshield installation
program on each workstation, I have to go around to each workstation and
configure the DCOM Launch, Access etc. permissions using DCOMCNFG32.exe.
This is all on Win2k Professional, btw.

Having done some research on MSDN a while back, I have come to understand
that DCOMCNFG32 merely writes a sequence of Registry keys to a certain
location to specify the permissions I want to set up. And that therefore, it
should be possible for me to write these keys myself (using the
Installshield package) instead of having to go and do it manually with
dcomcnfg32.

Can someone help me understand, how I can write these registry keys myself?
And where I need to put them? In other words, can someone point to me a
resource, or give me some basic answers, as to how to configure DCOM
security on components, at install time? Preferably in the context of using
an Installshield package?? I know it seems a rather oblique question, but it
must be possible, someone else must have faced this before!!

TIA

Robert Ellis Software Developer (MCSD) t-07984034050
(E-Mail Removed)


 
Reply With Quote
 
 
 
 
Tony Proctor
Guest
Posts: n/a
 
      7th Nov 2003
There are two articles on MSDN that might point you in the right direction
Robert:

Setting Processwide Security Through the Registry
Setting Processwide Security Through the DCOMCNFG

It's certainly possible because we do it ourselves

For instance, have a look at the key:

HKEY_LOCAL_MACHINE\Software\Classes\AppID\{GUID}

and the associated 'value':

AuthenticationLevel

Tony Proctor

"Robert E." <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi
>
> I'm not sure if there's a Dcom ng so forgive the cross-post maybe someone
> will be able to help with this.
>
> Have an executable component (actually a Desaware-built NT Service for

those
> who are familiar with that) that I need to deploy across approx 30
> workstations. I want to deploy this component using the same InstallShield
> project that deploys my standard (VB6) application.
>
> This particular component requires to me to configure Dcom security before
> it will work properly. Once I have run the Installshield installation
> program on each workstation, I have to go around to each workstation and
> configure the DCOM Launch, Access etc. permissions using DCOMCNFG32.exe.
> This is all on Win2k Professional, btw.
>
> Having done some research on MSDN a while back, I have come to understand
> that DCOMCNFG32 merely writes a sequence of Registry keys to a certain
> location to specify the permissions I want to set up. And that therefore,

it
> should be possible for me to write these keys myself (using the
> Installshield package) instead of having to go and do it manually with
> dcomcnfg32.
>
> Can someone help me understand, how I can write these registry keys

myself?
> And where I need to put them? In other words, can someone point to me a
> resource, or give me some basic answers, as to how to configure DCOM
> security on components, at install time? Preferably in the context of

using
> an Installshield package?? I know it seems a rather oblique question, but

it
> must be possible, someone else must have faced this before!!
>
> TIA
>
> Robert Ellis Software Developer (MCSD) t-07984034050
> (E-Mail Removed)
>
>



 
Reply With Quote
 
Robert E.
Guest
Posts: n/a
 
      8th Nov 2003
Thank you, Tony!
Will check them out....

Robert Ellis Software Developer (MCSD) t-07984034050
(E-Mail Removed)
"Tony Proctor" <tony_proctor@aimtechnology_NOSPAM.com> wrote in message
news:#Q#(E-Mail Removed)...
> There are two articles on MSDN that might point you in the right

direction
> Robert:
>
> Setting Processwide Security Through the Registry
> Setting Processwide Security Through the DCOMCNFG
>
> It's certainly possible because we do it ourselves
>
> For instance, have a look at the key:
>
> HKEY_LOCAL_MACHINE\Software\Classes\AppID\{GUID}
>
> and the associated 'value':
>
> AuthenticationLevel
>
> Tony Proctor
>
> "Robert E." <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hi
> >
> > I'm not sure if there's a Dcom ng so forgive the cross-post maybe

someone
> > will be able to help with this.
> >
> > Have an executable component (actually a Desaware-built NT Service for

> those
> > who are familiar with that) that I need to deploy across approx 30
> > workstations. I want to deploy this component using the same

InstallShield
> > project that deploys my standard (VB6) application.
> >
> > This particular component requires to me to configure Dcom security

before
> > it will work properly. Once I have run the Installshield installation
> > program on each workstation, I have to go around to each workstation and
> > configure the DCOM Launch, Access etc. permissions using DCOMCNFG32.exe.
> > This is all on Win2k Professional, btw.
> >
> > Having done some research on MSDN a while back, I have come to

understand
> > that DCOMCNFG32 merely writes a sequence of Registry keys to a certain
> > location to specify the permissions I want to set up. And that

therefore,
> it
> > should be possible for me to write these keys myself (using the
> > Installshield package) instead of having to go and do it manually with
> > dcomcnfg32.
> >
> > Can someone help me understand, how I can write these registry keys

> myself?
> > And where I need to put them? In other words, can someone point to me a
> > resource, or give me some basic answers, as to how to configure DCOM
> > security on components, at install time? Preferably in the context of

> using
> > an Installshield package?? I know it seems a rather oblique question,

but
> it
> > must be possible, someone else must have faced this before!!
> >
> > TIA
> >
> > Robert Ellis Software Developer (MCSD) t-07984034050
> > (E-Mail Removed)
> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Question about DCOM security Igor Solodovnikov Windows XP Security 0 29th Sep 2005 04:35 PM
DCOM security Andrew Jarvis Windows XP Networking 5 23rd Dec 2004 08:18 AM
DCom security Gazman Windows XP Security 3 26th May 2004 11:26 AM
Re: MSI deployment in a GPO for DCOM Patch Kevin Mattson Microsoft Windows 2000 Group Policy 2 16th Aug 2003 01:57 AM
DCOM Patch deployment justin k Microsoft Access Security 0 14th Aug 2003 05:06 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:13 AM.