Hi all,

As a part of installation, I need to update a COM+ application's configuration. 
Is there a way to achieve this using WiXComPlusExtension.

1. I know the locator usage of <cpe:ComPlusApplication>, but then I can't 
specify any modifying attributes there.

2. I know the installer usage of <cpe:ComPlusApplication>, but then installer 
fails complaining an application with same name already exists (I would've 
expected it to update the existing application rather).

I wish to achieve something like

<cpe:ComPlusApplication  Id='Config.ComPlus.App' Name='ObjectService' 
AccessChecksLevel='applicationComponentLevel' 
ApplicationAccessChecksEnabled='yes'  
                             Authentication='packet' 
ImpersonationLevel='impersonate' Identity='[SERVICE_ACCOUNT]' 
Password='[SERVICE_ACCOUNT_PASSWORD]'
                             Activation='inproc' 
ApplicationDirectory='[OBJECTSERVICEDIR]' RunForever='yes'>


through configuration.

This behavior is unlike other extensions (eg. IIS Extension that configures a 
website that exists (ConfigureIfExists='True') and Utils Extension).

Can anyone help me here. Even a custom action will do.

Thanks, Regards,
Omprakash Deshmane
-- 
View this message in context: 
http://n2.nabble.com/Com%2B-Application-Configuration-tp2548467p2548467.html
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to