VB Crystal Report >> CR11 MSM to MSI

by Anton Hengg » Thu, 12 May 2005 04:58:41 GMT

Hi,

does anybody have the .msi files of the following or knows how to convert
them? :

CrystalReports11_RDC_Designtime.msm
CrystalReports11_RDC_Reportengine.msm
CrystalReports11_RDC_Runtime.msm

I would like to pass them on to my clients through Inno setup.

Thanks in advance

Anton




Similar Threads

1. Crystal Reports - Visual Studio 2008 msm files -msi file found - VB.Net

2. crystal.MSM -> Crystal.MSI

Hi,

I have download Latest crystal runtimes, but they are in a MSM format and I 
am looking for way to install them silently.



3. Connect from VB6 to CR11 - VB Crystal Report

4. CR11 - Need a Selct Statement to Separate Dual Clients

I have a database with a list of names, some of which are repeated clients. 
I need a statement of some kind that will only a select the name once per 
instance and service:

Example

ClientName        Service            Date
Joe                     GED               01/01/06
Joe                     ESOL             01/01/06
Joe                     GED               01/01/06

The result would only be the selction of the first instance and the second 
instance, and would leave out the third becasue it matched the first.

SQL can do this but cannot get it to work in CR

Any ideas?

-- 
John C. Harris, MPA
JCZ Consulting Services, LLC

An economist is a man who states the obvious in terms of the 
incomprehensible. 


5. Load Report Failed in CR11 - VB Crystal Report

6. Crystal 11 msm files problem

I am trying to compile the Crystal 11 msm files into an msi file. I use
the setup and deployment project to do this. The msi file can then to
used to create and install the dll's needed for Crystal 11 runtime.
The msm files in question are:

 CrystalReports11_RDC_Designtime.msm
  CrystalReports11_RDC_License.msm
  CrystalReports11_RDC_Reportengine.msm
  CrystalReports11_RDC_Runtime.msm

The problem I am having is that I am getting an error Property
'Keycode' is non-nullable, when I try to build the solution.

I discovered that keycode.dll is the only dll in
CrystalReports11_RDC_License.msm. If I remove this msm file everything
works fine.

The question is why is this happening. If I substitute the keycode.dll
from version 10 everything works seems to work ok. But my question is
will this cause a problem down the line?

7. MSM language question - VB Crystal Report

8. Crystal Reports - Visual Studio 2008 msm files -Solved