|
Inno Setup Crystal Report Deployment |
|
|
|
|
Written by Administrator
|
|
Thursday, 20 August 2009 18:09 |
|
INNO SETUP - CRYSTAL REPORT INSATALLATION
I would like to talk about the utter frustration of using to develop with Crystal Reports and perhaps help to some developers who want to use Crystal Reports and INNO setup.
Crystal Reports
has a high market share - and which has maintained market leadership for such a long time. Well, the product has changed hands a few times (its now owned by SAP) and even the latest version CR 12 SUCKS!
I was forced to develop several applications with Crystal Reports and since I really believe in sharing knowledge there is my experience :
- Never ever use Crystal Reports with Delphi. You get horrible a support and as you can see in my example you CAN NOT even change the datasource at the runtime! (Delphi developers think about using Report Builder)
- Try to avoid Crystal Reports with .NET. Again poor support and bad experience
- Installation is VERY painfull and therefore this article could be usefull.
Crystal Reports installation
is done through the merge module and just to get this things done is flustrating. I googled Internet and I didn't find a good example of Crystal Report Installation without Merge modules.
My favourite installation software is Inno Setup so I developed my own Crystal Report 09 and 11installation. It could be easily adapt to any Install-ware. The bigest chalenge was to find out what dll's needed to be installed/registered and what was the rubbish. I focused on the minimal installation so you might find there are missing some of the web modules. Please feel free to add desired files into th Inno script to edhanced the proccess.
Simple Crystal Report Application.
1) I took the sample application originated from CR and made it slimmer.
2) I tried to make CSV file as datasource and realized latter on there is no way to change the datasource to a different file ?!?
3) SAP no longer support Delphi but they still have no problems to sell unsupported components. ..Frank leaving and a few other random circumstances we lost our membership in Borland's technology partnership program ...
INTERNAL LINKS FOR CRYSTAL REPORT 09
* Inno Script source code
- RAR executable(no installation)
- all files you need to make you own installation
- you need to download and install Inno Script
- Sample Crystal Report Application
- Delphi Source Code
- all files you need to make you own installation
- you need to download and install Inno Script
INTERNAL LINKS FOR CRYSTAL REPORT 11
* Inno Script source code
- RAR executable(no installation)
- all files you need to make you own installation
- you need to download and install Inno Script
- Sample Crystal Report Application
- Delphi Source Code
- all files you need to make you own installation
- you need to download and install Inno Script
It's hard to believe they dominate the market with such a bad product. If somebody knows why, please give me a mail.
|
|
Last Updated on Monday, 21 September 2009 15:37 |