Print Page | Close Window

Determine if Crystal is installed

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Writing Code
Forum Discription: .NET programming API, report integration
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=1590
Printed Date: 03 May 2025 at 2:27pm


Topic: Determine if Crystal is installed
Posted By: muhlbeid
Subject: Determine if Crystal is installed
Date Posted: 30 Oct 2007 at 4:25pm
Is there a way to programatically determine if Crystal Reports for VS 2005 is installed on a client machine?



Replies:
Posted By: BrianBischof
Date Posted: 30 Oct 2007 at 9:16pm
Not that I know of officially, but the quickest thing I would do is look for CR DLL that gets installed with VS.NET. Should also be pretty easy to look for the proper CR folders within the .NET installation folder. A little research would make it easy to figure what to check for.

-------------
Please support the forum! Tell others by linking to it on your blog or website:<a href="http://www.crystalreportsbook.com/forum/">Crystal Reports Forum</a>


Posted By: muhlbeid
Date Posted: 31 Oct 2007 at 8:44am
Thanks for the response. 
 
I was not as clear as I could have been.  I wanted to know if it there is a way to programatically determine if the CR redistributables for CR VS2005 have been installed on an end users computer, not on a development computer.


Posted By: BrianBischof
Date Posted: 31 Oct 2007 at 2:19pm
I can't tell you how to do it, but I would take a computer that had the redistributables installed and determine where/what is installed and what you can use to test for existence on other machines.

-------------
Please support the forum! Tell others by linking to it on your blog or website:<a href="http://www.crystalreportsbook.com/forum/">Crystal Reports Forum</a>


Posted By: IdoMillet
Date Posted: 08 Nov 2007 at 11:33am
Look it up in the registry.

-------------
view, e-mail, export, burst, distribute, and schedule Crystal Reports.
www.MilletSoftware.com



Print Page | Close Window