I've got most of my COM+ applications installed using Wix v3 however I'm
having problems with this private .Net assembly: 
.....            
         <File Id="PageBuilder.dll" Name="PageBuilder.dll"
Source="$(var.SourceDir_Web)\PageBuilder.NET\PageBuilder.dll" />

            <pca:ComPlusApplication Id="PageBuilderComPlusApp"
Name="WebDev-PageBuilder" Activation="local" Authentication="packet">

                <pca:ComPlusAssembly Id="PageBuilderComPlusAss"
DllPath="[#PageBuilder.dll]" TlbPath="[#PageBuilder.tlb]" Type=".net"
RegisterInCommit="no"  DllPathFromGAC="no" />

            </pca:ComPlusApplication> 
..... 

The specified COM+ application is created but the component is not added.
No error messages or notes exist in the MSI log to indicate a failure.  I'm
assuming that as part of the custom action RegAsm is used and the typelib I
supply is used i.e. "regasm  pagebuilder.dll /tlb:pagebuilder.tlb
/codebase".  If I do this manually I can then add the component manually and
all works as expected.

If anyone can shed some light on this it would be really appreciated. 

Many thanks 

Andy Linfield

 

***********************************************************************************
The Royal Bank of Scotland plc. Registered in Scotland No 90312. Registered 
Office: 36 St Andrew Square, Edinburgh EH2 2YB. 
Authorised and regulated by the Financial Services Authority 
 
This e-mail message is confidential and for use by the 
addressee only. If the message is received by anyone other 
than the addressee, please return the message to the sender 
by replying to it and then delete the message from your 
computer. Internet e-mails are not necessarily secure. The 
Royal Bank of Scotland plc does not accept responsibility for 
changes made to this message after it was sent. 

Whilst all reasonable care has been taken to avoid the 
transmission of viruses, it is the responsibility of the recipient to 
ensure that the onward transmission, opening or use of this 
message and any attachments will not adversely affect its 
systems or data. No responsibility is accepted by The 
Royal Bank of Scotland plc in this regard and the recipient should carry 
out such virus and other checks as it considers appropriate. 
Visit our websites at: 
www.rbs.com
www.rbsgc.com
www.rbsmarkets.com
***********************************************************************************
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to