Crystal Reports

Common questions about using Actual Installer.
Post Reply
Rothco
Posts: 2
Joined: Tue Nov 18, 2014 11:12 am

Crystal Reports

Post by Rothco »

Hi

I have a vb.net application that I need to deploy. It has a number of Crystal Reports in it. I am looking at the best deployment tool for the job and cam across your website.

I notice your very helpful section that shows how to get the Crystal Reports runtime installed http://www.actualinstaller.com/help/cry ... ports.html

My question is this. Is there a way of determining if CR has already been installed. I.e. when I come to update my application on a user's machine I would not want to run the runtime install again?

Thanks in advance

Roy
Leo
Site Admin
Posts: 456
Joined: Fri Jan 22, 2010 12:40 pm

Re: Crystal Reports

Post by Leo »

To add Crystal Reports 2008 as a prerequisite, go to the General\Prerequisites and add the following in the Additional Prerequisites list:

Code: Select all

Name: Crystal Reports Basic Runtime for VS2008
Command: http://resources.businessobjects.com/support/downloads/redistributables/vs_2008/redist/x86/CRRedist2008_x86.msi
OS: All
Condition: Registry Key Exists
Value 1: HKLM\SOFTWARE\Business Objects\10.5\Crystal Reports
Value2:
Leo,
Actual Installer Team
https://www.actualinstaller.com
Rothco
Posts: 2
Joined: Tue Nov 18, 2014 11:12 am

Re: Crystal Reports

Post by Rothco »

Hi Leo

Many thanks for that. As a complete newbie to Actual Installer can you tell me: does this then first check if CR is already installed and if not then it installs it?

Roy
Leo
Site Admin
Posts: 456
Joined: Fri Jan 22, 2010 12:40 pm

Re: Crystal Reports

Post by Leo »

Yes.
The above setting checks the Registry key, and if doesn't exist (i.e. Crystal Report doesn't installed), it will prompt the user to install it (by executing the Command field).
Leo,
Actual Installer Team
https://www.actualinstaller.com
Post Reply