Re: [WiX-users] COM+ Application Setup Identity Problem

2010-03-03 Thread pratikmehta9
Hi, ยท I am making an installer and I want to register and Install Com+ application and set the Identity to the Local System. I wrote the following code in my custom action for setting the identity. but It didn't work(It puts "nt authority\system" in the user field

Re: [WiX-users] COM+ Application Setup Identity Problem

2007-10-22 Thread Richard
In article <[EMAIL PROTECTED]>, "Mike Dimmick" <[EMAIL PROTECTED]> writes: > Richard is right that Local System is far too privileged. You should > consider using Local Service, if you don't need network credentials, or > Network Service (authenticates as the machine account in the domain),

Re: [WiX-users] COM+ Application Setup Identity Problem

2007-10-22 Thread Mike Dimmick
2007 18:41 To: wix-users@lists.sourceforge.net Subject: [WiX-users] COM+ Application Setup Identity Problem Hi, I'm using WiX and the pca extensions to install a COM+ Application and would like to set the COM+ Application to run under the 'Local System' identity. I've tried using

Re: [WiX-users] COM+ Application Setup Identity Problem

2007-10-22 Thread Richard
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] writes: > I'm using WiX and the pca extensions to install a COM+ Application and would > like to set the COM+ Application to run under the 'Local System' identity. Are you sure about that? Running as Local System is almost always a security

[WiX-users] COM+ Application Setup Identity Problem

2007-10-22 Thread Ashley . Smith
Hi, I'm using WiX and the pca extensions to install a COM+ Application and would like to set the COM+ Application to run under the 'Local System' identity. I've tried using the 'Identity' attribute (I assume thats its intention) on the ComPlusApplication element but can't seem to alter the Identity