cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Issue while installing crystal reporting engine(22)

Former Member
0 Likes
618

We have downloaded crystal reporting engine(22) from link http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0_22.exe . It worked fine on our development machine and our application ran successfully with new dlls. But when trying to install on our server(OS- windows server 2012) using the above installer, we are getting this error.(TODO: ADD INSTALLATION IMAGES). (Server configuration and exception messages are attached).

We are getting the following error while installation.

We selected 'Ignore' option and the installation finished. Then we tried to register the new dlls using regsvr. But that raised another error.(TODO: ADD REGISTRATION ERROR IMAGES).

We tried a lot and went through many posts, but none helped. Could you please tell us what is going wrong here? Any help would be appreciated.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

0 Likes

Right click on the MSI package and select run as admin. 1904 is a MSIExec.exe error code, means you are missing a dependency.

2.0 to 4.7 possibly, regsvr32.exe old.

Enable MSIExec logging and see what the log tell's you.

Answers (2)

Answers (2)

Former Member
0 Likes

Don Williams,

Thanks for your response.

We are getting the same exception while installing the Crystal Report Runtime.

Plese, see the screenshots.

Thanks,

0 Likes

The Above installer is only for the PC that has Visual Studio installed on it.

Button below the yellow ones on the download page are for distribution on your app server.

If you are running in 32 bit mode then get the 32 bit MSI, 64 bit MSI if app is running in 64 bit mode.

Don