cancel
Showing results for 
Search instead for 
Did you mean: 

deploying cr10 with vb6 in msi

Former Member
0 Kudos

any one there knows to how deploy cr10 with vb6 using msi,,we have used vb6 and mysql as back end....i have been trying to deploy our vb project using msi but the thing is we have no luck at all...in our project we referrence the:

crystal active x viewer 10

crystal active x designer design and runtime library 10.0

crystal active x designer runtime library 10.0

crystal active x runtime library 10.0

then we included the

crviewer on the vb form

we have use also field definition TTX

to initialize the fields

and we also...used the dll, for exporting

to pdf, word, ecxel,rtf

any one there who could help.....ill gladly appreciate it....

all are running well except for the deployment...

thanks in advance,....

jade.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member203619
Contributor
0 Kudos

You can find the merge modules here:

http://support.businessobjects.com/downloads/runtime.asp#02

(You want the RDC merge modules)

And a white paper on how to create the deployment package here:

http://support.businessobjects.com/communityCS/TechnicalPapers/rdc10_deployment.pdf.asp

I don't recommend using VB6 to create your deployment package because it doesn't understand merge modules. Instead - create your deployment package with visual studio or some other installer that can understand merge modules (Like Wise or InstallShield)

-


a programmer learning programming from perl is like a chemisty student learning the definition of "exothermic" with dynamite

Former Member
0 Kudos

can you please walk me trough here:

are we going to add the merge module along with the dll files neede for crystal report crviewer,craxddrt etc.

or just only the merge module, disregard the dll files for crystal report.

thanks...

former_member203619
Contributor
0 Kudos

There is a white paper linked in my post - please read it - it answers your question.

Summary:

You add the merge modules only - not the Dll files manually. See white paper for more detail

-


a programmer learning programming from perl is like a chemisty student learning the definition of "exothermic" with dynamite