Redistributable package of Crystal Reports for VS 2003?

  • Thread starter Thread starter Richard L Rosenheim
  • Start date Start date
R

Richard L Rosenheim

I need to install the runtime portion of the version of Crystal Reports that
came with Visual Studio 2003. I would prefer not to have to bother to
create setup programs, etc. Is there a redistributable package available?

I did find a redistributable package for Crystal Reports, version 9.
Apparently that is not the same version included with VS 2003 as the
redistributable setup won't accept the Crystal Report serial number listed
in my copy of Visual Studio's About window.

TIA,

Richard Rosenheim
 
In my experiance I had to create a setup for CR redist.. I created a setup
project added the regwiz,Database_Access, and the Managed merge modules and
added the license key to regwiz, that was the only way I could find, it was
relatively easy to do only takes a few minutes if you have the reg key
handy...

HTH
 
Thanks, it worked.

Richard Rosenheim


alien2_51 said:
In my experiance I had to create a setup for CR redist.. I created a setup
project added the regwiz,Database_Access, and the Managed merge modules and
added the license key to regwiz, that was the only way I could find, it was
relatively easy to do only takes a few minutes if you have the reg key
handy...

HTH
 
Back
Top