Hy,
 
I am trying to delivers some .Net 2.0 class libraries. One of them use Crystal 
Report vs version.
I get the Merge Module by the businessObject web site and following is my WIX 
declaration.
The MSI build and install well but once I execute the reporting project I got 
the following inner message on this line of code :
 
this._reportDocument = new 
CrystalDecisions.CrystalReports.Engine.ReportDocument();
 
inner message :{"Retrieving the COM class factory for component with CLSID 
{11BD5260-15B6-412D-80DB-12BB60B8FE50} failed due to the following error: 
80040154."}
 
The wix declaration 
        <EnsureTable Id="AppSearch"/>        <EnsureTable Id="BindImage"/>      
  <EnsureTable Id="LockPermissions"/>        <EnsureTable Id="Signature"/>
...
          <Merge Id="msvc80" Language="0" DiskId="1" SourceFile="C:\Program 
Files\Common Files\Merge Modules\Microsoft_VC80_ATL_x86.msm"/>          <Merge 
Id="policy80" Language="0" DiskId="1" SourceFile="C:\Program Files\Common 
Files\Merge Modules\policy_8_0_Microsoft_VC80_ATL_x86.msm"/>          <Merge 
Id="CrystalMSM" Language="0" DiskId="1" SourceFile="C:\Program Files\Common 
Files\Merge Modules\CrystalReportsRedist2005_x86.msm">            
<ConfigurationData Name="INSTALLCRDB_ADO" Value="1"/>            
<ConfigurationData Name="INSTALLCRDB_ADOPLUS" Value="1"/>            
<ConfigurationData Name="INSTALLCRDB_DAO" Value="1"/>            
<ConfigurationData Name="INSTALLCRDB_DATASET" Value="1"/>            
<ConfigurationData Name="INSTALLCRDB_ODBC" Value="1"/>          </Merge>
...
    <Feature Id="CrystalReports" Title="Crystal Reports Runtime" 
Description="Crystal Reports Runtime" Level="1">      <MergeRef Id="msvc80"/>   
   <MergeRef Id="policy80"/>      <MergeRef Id="CrystalMSM" />    </Feature>
 
What astonished me is that I created a VS deployment solution and I used the 
same merge module(CrystalReportsRedist2005_x86.msm). Automatically VS retrieved 
the two dependencies.
I ran it and depoyed it and after this installation the reporting sample run 
very well.
I pick up from this VS solution the parameters I used in the ConfigurationData 
(the five above instead of none) and Language(0 instead of 1033)  hopping that 
my problem was due to this lack of parameters but unfortunetly this is not.
 
Does someone already deliver this CR version?
 
best regards,
 
pierre Jean
 
 
 
 
 
-------------------------------------------------------------------------
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