What error do you get in the MSI log files?
Have you read this: http://www.tramontana.co.hu/wix/lesson5.php#5.12
What version of WiX are you using?

Neil 


-----Original Message-----
From: Kalvagadda, SivaKrishna (MLX Technology)
[mailto:sivakrishna_kalvaga...@ml.com] 
Sent: 12 January 2009 15:00
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Installing Files to multiple drives....

Hi,

 

I am using the <pca:complusapplication> to install the com dll in com+
server. I am able to install the dll in the com +

Server which having only one class (component) but I am not able to
install dll having multiple classes (multiple component)

Kindly refer the following component portion of the wxs file to install
the com+ assembly.

 

<Component Id="CrcOcx" DiskId="1"
Guid="53E478B2-4A6A-458b-A00E-7CE54FC539E5">

 

            <User Id="USR" CreateUser="no" Domain="HCS-PCS0310"
Name="ASPNET" Password="Merrill6">

 

            </User>

 

 

            <File Id="CrcOcx" Name="CrcOcx" LongName="Extractor.dll"
src="C:\SetUp\Portalapi\DirectMarketsAPI.dll" />

            

 

            <pca:ComPlusApplication Id="ComCrc" Password="pwd"
ShutdownAfter="" Name="CRC COM Application"
xmlns:pca="http://schemas.microsoft.com/wix/2005/02/pubca";
Activation="inproc" Deleteable="no"  Changeable="yes" >

 

              <pca:ComPlusAssembly Id="ComCrcAssembly" Type="native"
DllPath="[#CrcOcx]" >

                <pca:ComPlusComponent Id="ComCrc"
CLSID="26178944-E700-4A1E-8932-922BA8E35D2D" >

                </pca:ComPlusComponent>

                <pca:ComPlusComponent Id="ComCrc1"
CLSID="02FFD4B3-1DC9-4D40-98D6-878F78DCD376">

                </pca:ComPlusComponent>

                <pca:ComPlusComponent Id="ComCrc2"
CLSID="ACCAE21F-8A02-48DB-B1C5-52769D677D92">

                </pca:ComPlusComponent>

                <pca:ComPlusComponent Id="ComCrc3"
CLSID="35B9B01A-BD45-4ACA-B2A4-2FBB6958C4B6">

                </pca:ComPlusComponent>

              </pca:ComPlusAssembly>

 

 

 

              <pca:ComPlusApplicationRole Id="crcrOLE" Name="crcrOLE">

                <pca:ComPlusUserInApplicationRole Id="crcuser"
User="USR"/>

 

              </pca:ComPlusApplicationRole>

 

The above dll consists of four classes. I have given four class id for
four classes. But unable to register the dll in com +.

Kindly suggest the workaround.

 

            </pca:ComPlusApplication>

 

            <RemoveFile Id="RemoveCrc" On="uninstall" />

 

 

 

 

          </Component>

 

Regards, 

Siva.

 


------------------------------------------------------------------------
--
This message w/attachments (message) may be privileged, confidential or
proprietary, and if you are not an intended recipient, please notify the
sender, do not use or share it and delete it. Unless specifically
indicated, this message is not an offer to sell or a solicitation of any
investment products or other financial product or service, an official
confirmation of any transaction, or an official statement of Merrill
Lynch. Subject to applicable law, Merrill Lynch may monitor, review and
retain e-communications (EC) traveling through its networks/systems. The
laws of the country of each sender/recipient may impact the handling of
EC, and EC may be archived, supervised and produced in countries other
than the country in which you are located. This message cannot be
guaranteed to be secure or error-free. References to "Merrill Lynch" are
references to any company in the Merrill Lynch & Co., Inc. group of
companies, which are wholly-owned by Bank of America Corporation. Secur
 ities and Insurance Products: * Are Not FDIC Insured * Are Not Bank
Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a
Condition to Any Banking Service or Activity * Are Not Insured by Any
Federal Government Agency. Attachments that are part of this
E-communication may have additional important disclosures and
disclaimers, which you should read. This message is subject to terms
available at the following link:
http://www.ml.com/e-communications_terms/. By messaging with Merrill
Lynch you consent to the foregoing.
------------------------------------------------------------------------
--
 
------------------------------------------------------------------------
------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to