After a long pile of digging through the source, I have discovered that the
COM+ custom actions basically just manipulate members of the ICatalogObject
interface. So, when you specify the Identity attribute, that sets the
Identity property of the Application object in the Applications collection
by calling ICatalogObject::put_Value.
This means that the valid values for Identity are as per the documentation
at
http://msdn2.microsoft.com/en-us/library/ms686107.aspx#_cos_applications_ide
ntity. I think the restriction on Windows Server 2003 only for using these
other accounts is simply that Windows 2000 didn't support it, although XP
SP2 appears to. The screenshot in my copy of "Transactional COM+", from
Windows 2000, doesn't have the various radio buttons under System Accounts
that XP has.
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), if you
do.
--
Mike Dimmick
_____
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: 22 October 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 the 'Identity' attribute (I assume thats its intention) on
the ComPlusApplication element but can't seem to alter the Identity from the
defaulted value.
I've tried...
Identity=".\LocalSystem"
Identity="{MACHINENAME}\LocalSystem"
Identity="LocalSystem"
Identity="Local System"
The help on the Identity attribute is a little vague.
Cheers
Ashley Smith
The Exchange
***********************************
Jessop House, Jessop Avenue
Cheltenham, Gloucestershire
GL50 3SH
t: 44(0)1242 214463
f: 44(0)1242 214323
e: [EMAIL PROTECTED]
<http://www.vertex.co.uk> http://www.vertex.co.uk
***********************************
============================================================================
============================================Vertex Disclaimer
The information contained in this email is intended only for the
individual to whom it is addressed. It may contain privileged and
confidential information. If you have received this message in
error or there are any problems, please notify the sender immediately
and delete the message from your computer. The unauthorised use,
disclosure, copying or alteration of this message is forbidden.
Neither Vertex Data Science Limited nor any of its subsidiaries
will be liable for direct, special, indirect or consequential damage
as a result of any virus being passed on, or arising from alteration
of the contents of this message by a third party. The following
Vertex companies are authorised and regulated by the Financial
Services Authority:
- Vertex Data Science Limited (registered in England and Wales
with registered company number 3153391)
- Exchange FS Limited (registered in England and Wales with
registered company number 2596452) trading as The Exchange
- Vertex Mortgage Services Limited (registered in England and
Wales with registered company number 2042968)
- Vertex Administration Limited (registered in England and
Wales with registered company number 2138853)
- Jessop Fund Managers Limited (registered in England and
Wales with registered company number 5768993).
All the above companies have their registered office Pegasus House,
Kings Business Park, Liverpool Road, Prescot, Merseyside, L34 1PJ
www.vertex.co.uk
============================================================================
============================================
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users