I am trying to set the identity of a com+ element in WiX. Allow me to
elaborate: after the com+ dll's have been installed and I go to (in
windows XP) control panel, administrative tools, component services I
open up the component services tab and under computer my com+
application is installed. However, when I open up the properties of my
com+ application and go to the identity tab i find it is set on
Interactive user under System account. How can I alter my code in wix so
that this is rather set on Network Service?

 

So basically I want something like :         <Component Id=""....>     

 
<pca:ComPlusApplication Id=""..... Identity ="Interactive User">

 
</pca:ComPlusApplication>

</Component>

 

But instead of setting Identity to "Interactive User" how can I change
this to give me "Network Service" instead. I have tried just subb'ing
"Network Service" - this just writes "Network Service" in the username
path of the "This User" radio checkbox.

 

Could anyone please help me?

 

Thanx!

Jano du Toit

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to