VB Crystal Report >> Crystal Report xi: how to install runtime

by Adriano » Sat, 16 Apr 2005 16:47:09 GMT

I've a vb application that use crystal report xi

I'd like to create a package of my program and crystal report runtime

I've download the msm from crystal report web site at:
http://support.businessobjects.com/fix/merge_modules.asp?ref=devzone_netzone_downloads

I've found 4 msm inside:
designer
licence
report
runtime

Which i have to install only for viewng a preview of the report and for
print it ?

How to install that MSM files ???


I've read that:
These merge modules may be incorporated into MSI-based setup packages
to include the appropriate runtime files.

But frankly i've no idea on how to do that.

Any help would be appreciated
Thanks
Adriano




VB Crystal Report >> Crystal Report xi: how to install runtime

by Wayne Wengert » Sun, 17 Apr 2005 06:31:22 GMT


You need to use some tool to build a distribution package for your
application. If you use something like InstallShield or Wise, use the msm
files to tell the package what needs to be included. Depending on just what
your program does, you probably need the license and the runtime.

Wayne



http://support.businessobjects.com/fix/merge_modules.asp?ref=devzone_netzone_downloads





VB Crystal Report >> Crystal Report xi: how to install runtime

by Adriano » Sun, 17 Apr 2005 07:18:13 GMT

Wayne,
thanks for the reply.


my program only show a preview of the report and print the report.
for that i need only to install

Or i need also designer and report files msm ?

thanks
Adriano





Crystal Report xi: how to install runtime

by Wayne Wengert » Mon, 18 Apr 2005 06:53:12 GMT

What are you using to build your program? Many of those tools have a built
in scan process to detect what you will need.

Wayne






Crystal Report xi: how to install runtime

by Adriano » Mon, 18 Apr 2005 14:17:00 GMT

> What are you using to build your program?

Cyberinstaller http://www.silvercybertech.com/

There's some other packaging tool (not too expensive and preferably free)
that you can suggest ?

thanks
Adriano




Similar Threads

1. Crystal Reports XI Release 2 .NET Runtime 243MB ??? - VB Crystal Report

2. Crystal Reports XI ODBC connection to SQL Server - cannot change the database at runtime

3. Install Error Crystal Reports XI - VB Crystal Report

4. Crystal Report Print Engine (CRPE) API in Crystal Reports XI

I have a question regarding to Crystal Report Print Engine (CRPE) API.
Currently I use old API to print reports created with Crystal Reports
X. Our organization is going to migrate to Crystal Reports XI, so my
question is:
Is it possible to use CRPE in new version of Crystal Reports (XIR2),
and eventually what was changed in new API?

5. CR - VS2005 #3 Crystal Reports.net vs Crystal Reports XI - VB Crystal Report

6. Moving from Crystal Report XI to Crystal Report .NET 2005

7. Migrating From Crystal Reports 8.5 to Crystal Reports XI (Business Objects) - VB Crystal Report

8. Installing Crystal Reports Runtime on server

Hello,
I'm trying to move a aspx web app to a 2000 server. I copied the asmx and 
all files except for the source files. When I try and open the main page, I 
get this error...
"The following information can be helpful to determine why the assembly 
'CrystalDecisions.ReportSource' could not be loaded"
From what I've found, the problem is that I need to install the Crystal 
Reports 9 runtime files on the server. Here's my problem...
In crnet_deployment.pdf (I'm using Visual Studio 2003) it states that I 
should use the merge modules (msm files) and deploy them in my app. Does 
anyone have examples of how to do this...I'm lost with this.
Thanks for any help...