Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crystal XI Release 2 installer runs on every reboot?!?

Status
Not open for further replies.

tpeters1

Programmer
Mar 6, 2003
32
US
OS: Windows XP Pro
I have Crystal Reports 10 installed.
I need to run Crystal Reports XI Release 2 concurrently.
I installed plain old Crystal Reports XI.
Then I upgraded to CR XI Release 2.

After completing installing CR XI Release 2 an annoying problem began. Every time I reboot, the Crystal Reports windows installer runs with the following message:

"Windows installer"
"Preparing to install"

Then dialog boxes repeatedly pop up with messages like:

"Crystal Reports Release 2"
"Please wait while Windows configures Crystal Reports XI Release 2"

This occurs every time that I reboot *AND* also when I startup other, seemingly unrelated applications.

I tried uninstalling CR XI R2 and installing again. That did not help. I have also unchecked the "Check for updates on startup" option and that seems to have cured the problem when starting other applications. Yet the installer still runs on every reboot!

Please help.

 
Just guessing here:

Have you allowed enough time for it to complete? I think that R2 requires a restart to complete, so there's more to be done.

If not, it will restart each time.

Could also be that it's hanging during the install, in which case something is probably amiss with your OS or previous install of CR.

-k
 
Yeah, your syntax is off...

Don't gang it all in one formula, use several formulas.

Here's my FAQ on this:

faq767-5684

If you're bent on doing it all in one formula, then code it accordingly:

whileprintingrecords;
stringvar Output:="";
If {?Gender} <> "All" Then
Output:=Output & "Gender; " & {?Gender} & chr(13);
If {?Sponsor} <> "All" Then
Output:=Output & "Sponsor: " & {?Sponsor};
Output

-k
 
I changed my formulas and that did not help.... lol

Actually, I uninstalled CR XI R2 and then installed once more in order to verify that I let it do what it needs to do and to see if I could spot the install "hanging" as you suggested might be accurring.

The problem once again exists. This time when I rebooted I let the Windows Installer dialogs run to completion without canceling them. They same installer messages seem to repeat three times, every time I reboot.

Another note: during the installer shenanigans, a black command line window pops up with no content and a header bar that reads "c:\Program Files\Business Objects\j2sdk1.4.2_08\bin\java.exe". The installer finishes soon after that.

big sigh...
 
Isn't Crystal trying to use it's own version of the JVM? Witness the path cited above: "c:\Program Files\Business Objects\j2sdk1.4.2_08\bin\java.exe
 
I opened an installation incident with Business Objects and they provided a do it yourself solution that involved manually uninstalling the previous version of Crystal Reports:


The procedure had me rip all the Crystal XI entries out of the Windows Registry. This solution did have the desired affect. Now I have CR XI R2 installed properly. But, what a hassle!
 
How can I mark this thread to show that it has been resolved?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top