0% found this document useful (0 votes)
821 views

CR Deployment Using .NET Framework 2.0 Merge Modules

This document provides instructions for deploying Crystal Reports for .NET Framework 2.0 using merge modules. It describes the system requirements, dependencies, and provides step-by-step walkthroughs for x86, IA64 and x64 deployments. The walkthroughs explain how to add the correct merge module files to a setup project in Visual Studio and set the target platform.

Uploaded by

MudiaSK
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
821 views

CR Deployment Using .NET Framework 2.0 Merge Modules

This document provides instructions for deploying Crystal Reports for .NET Framework 2.0 using merge modules. It describes the system requirements, dependencies, and provides step-by-step walkthroughs for x86, IA64 and x64 deployments. The walkthroughs explain how to add the correct merge module files to a setup project in Visual Studio and set the target platform.

Uploaded by

MudiaSK
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 8

Crystal Reports for .NET Framework 2.

0
Deployment Using Merge Modules

Overview

This document provides a detailed description of how to perform a deployment using the Crystal Reports for .NET
Framework 2.0 merge modules.

SYSTEM REQUIREMENTS......................................................................................................................................................2
DEPENDENCIES......................................................................................................................................................................2
WALKTHROUGHS..................................................................................................................................................................3
X86 Deployments...............................................................................................................................................................3
IA64 Deployments.............................................................................................................................................................5
X64 Deployments..............................................................................................................................................................7

Crystal Reports for .NET Framework 2.0 Page 1 of 8


Business Objects Deployment Using Merge Modules

System Requirements

System .msm File


x86 (32bit) CrystalReportsRedist2005_x86.msm
IA64 (64bit) CrystalReportsRedist2005_ia64.msm
x64 (64bit) CrystalReportsRedist2005_x64.msm

Dependencies

When deploying your system using the Crystal Reports for .NET Framework 2.0 merge modules, please ensure that
the following dependency files are available in the \Program Files\Common Files\Merge Modules
folder. Without these dependency files in place, the setup will fail.

System .msm File


Microsoft_VC80_ATL_x86.msm
x86 (32bit)
policy_8_0_Microsoft_VC80_ATL_x86.msm
Microsoft_VC80_ATL_x86_ia64.msm
Microsoft_VC80_CRT_x86_ia64.msm
Microsoft_VC80_MFC_x86_ia64.msm
IA64 (64bit)*
policy_8_0_Microsoft_VC80_ATL_x86_ia64.msm
policy_8_0_Microsoft_VC80_CRT_x86_ia64.msm
policy_8_0_Microsoft_VC80_MFC_x86_ia64.msm
Microsoft_VC80_ATL_x86_x64.msm
Microsoft_VC80_CRT_x86_x64.msm
Microsoft_VC80_MFC_x86_x64.msm
x64 (64bit)*
policy_8_0_Microsoft_VC80_ATL_x86_x64.msm
policy_8_0_Microsoft_VC80_CRT_x86_x64.msm
policy_8_0_Microsoft_VC80_MFC_x86_x64.msm

*To obtain the required dependency files, users must ensure that the “Itanium Compilers and Tools” and “X64
Compilers and Tools” check-boxes are checked before installing Visual Studio. (Note that these boxes are unchecked
by default.)

Crystal Reports for .NET Framework 2.0 Page 2


Business Objects Deployment Using Merge Modules

Note: 64-bit compilers and tools are only available with the following editions: Visual Studio Professional Edition
(contains X64 Compilers and Tools only), Visual Studio Team System, Visual Studio Test Tools, Visual Studio Tools
for Applications, and Visual Studio Team edition for Developers.

Walkthroughs

X86 Deployments
1) Copy CrystalReportsRedist2005_x86.msm to the \Program Files\Common Files\Merge Modules
folder.

2) Start Visual Studio.


3) In the File menu, select New|Project.
4) In the “New Project” dialog box, select a Windows Setup Project or a Web Setup Project.

Crystal Reports for .NET Framework 2.0 Page 3


Business Objects Deployment Using Merge Modules

5) In the “Solution Explorer”, select your setup project, right-click, and select Add|Merge Module
from the pop-up menus:

6) Add CrystalReportsRedist2005_x86.msm to your project:

Note that Microsoft_VC80_ATL_x86.msm and policy_8_0_Microsoft_VC80_ATL_x86.msm will


be automatically included when you add CrystalReportsRedist2005_x86.msm to your project:

7) Build your project.

8) Run your deployment setup.

Crystal Reports for .NET Framework 2.0 Page 4


Business Objects Deployment Using Merge Modules

IA64 Deployments
1) Copy CrystalReportsRedist2005_ia64.msm to the \Program Files\Common Files\Merge Modules
folder.

2) Start Visual Studio.


3) In the File menu, select New|Project.
4) In the “New Project” dialog box, select a Windows Setup Project or a Web Setup Project.

5) In the “Solution Explorer”, select your setup project, right-click, and select Add|Merge Module
from the pop-up menus:

6) Add CrystalReportsRedist2005_ia64.msm to your project:

Crystal Reports for .NET Framework 2.0 Page 5


Business Objects Deployment Using Merge Modules

Note that the following files are automatically included when you add
CrystalReportsRedist2005_ia64.msm to your project:

 Microsoft_VC80_ATL_x86_ia64.msm
 Microsoft_VC80_CRT_x86_ia64.msm
 Microsoft_VC80_MFC_x86_ia64.msm
 policy_8_0_Microsoft_VC80_ATL_x86_ia64.msm
 policy_8_0_Microsoft_VC80_CRT_x86_ia64.msm
 policy_8_0_Microsoft_VC80_MFC_x86_ia64.msm

7) In the “Properties” dialog box, set your TargetPlatform to “Itanium”:

8) Build your project.

9) Run your deployment setup.

Crystal Reports for .NET Framework 2.0 Page 6


Business Objects Deployment Using Merge Modules

X64 Deployments
1) Copy CrystalReportsRedist2005_x64.msm to the \Program Files\Common Files\Merge Modules
folder.

2) Start Visual Studio.


3) In the File menu, select New|Project.
4) In the “New Project” dialog box, select a Windows Setup Project or a Web Setup Project.

5) In the “Solution Explorer”, select your setup project, right-click, and select Add|Merge Module
from the pop-up menus:

6) Add CrystalReportsRedist2005_x64.msm to your project:

Crystal Reports for .NET Framework 2.0 Page 7


Business Objects Deployment Using Merge Modules

Note that the following files are automatically included when you add
CrystalReportsRedist2005_x64.msm to your project:

 Microsoft_VC80_ATL_x86_x64.msm
 Microsoft_VC80_CRT_x86_x64.msm
 Microsoft_VC80_MFC_x86_x64.msm
 policy_8_0_Microsoft_VC80_ATL_x86_x64.msm
 policy_8_0_Microsoft_VC80_CRT_x86_x64.msm
policy_8_0_Microsoft_VC80_MFC_x86_x64.msm

7) In the “Properties” dialog box, set your TargetPlatform to “x64”

8) Build your project.

9) Run your deployment setup.

Crystal Reports for .NET Framework 2.0 Page 8

You might also like