Crystal Reports Deployment Issue

Started by Randem, June 08, 2010, 04:28:43 PM

Previous topic - Next topic

biznuiz

; InnoScript Version 10.2  Build 14
; Randem Systems, Inc.
; Copyright (c) 2002 - 2010, Randem Systems, Inc.
; Website:  https://randemsystems.com
; Support:  https://randemsystems.support
; OS: Windows XP 5.1 build 2600 (Service Pack 3)
 
; Derived from VB VBP Project File
 
; Designed for Inno Setup Version: 5.3.9 (a)
; Installed Inno Setup Version: 5.3.9 (a)
 
; Local Machine Settings. Use these settings as a template for your installation folders
 
; {app}           : C:\Program Files\Randem Systems\InnoScript
; {appdata}       : C:\Documents and Settings\Administrator\Application Data\Randem Systems\InnoScript\
; {localappdata}  : C:\Documents and Settings\Administrator\Local Settings\Application Data\Randem Systems\InnoScript\
; {cf}            : C:\Program Files\Common Files\Randem Systems
; {tmp}           : C:\Documents and Settings\Administrator\Local Settings\Temp\
; {commonappdata} : C:\Documents and Settings\All Users\Application Data\Randem Systems\InnoScript\Release\
; {pf}            : C:\Program Files\
 
; Date: June 09, 2010
 
;              VB Runtime Files Folder:   C:\Program Files\Inno Setup 5\InnoScript 10\VB 6 Redist Files\
;     Visual Basic Project File (.vbp):   Z:\DATA\Kompi\Coba\Project.vbp
; Inno Setup Script Output File (.iss):   Z:\DATA\Kompi\Coba\Scripts\Project 1.0.0 Release.iss
;:   C:\Documents and Settings\Administrator\Local Settings\Application Data\Randem Systems\InnoScript\Release\Templates\Release.tpl
;:   C:\Documents and Settings\Administrator\Local Settings\Application Data\Randem Systems\InnoScript\Release\Templates\Crystal Reports.tpl
 
; ------------------------
;        References
; ------------------------
 
; OLE Automation - (stdole2.tlb)
; Microsoft ActiveX Data Objects 2.7 Library - (msado27.tlb)
; Microsoft Data Binding Collection VB 6.0 (SP4) - (MSBIND.DLL)
; Microsoft SQLDMO Object Library - (sqldmo.dll)
; Microsoft Data Formatting Object Library 6.0 (SP6) - (MSSTDFMT.DLL)
; Crystal Reports ActiveX Designer Design and Runtime Library 11.5 - (craxddrt.dll)
; Microsoft Scripting Runtime - (scrrun.dll)
 
 
; --------------------------
;        Components
; --------------------------
 
; ComponentOne True DBDate 8.0 - (tidate8.ocx)
; Data Dynamics ActiveBar 2.0 - (Actbar2.ocx)
; ComponentOne Sizer/Tab Controls 8.0 - (c1sizer.ocx)
; ComponentOne True DBContainer3D 8.0 - (ticon3d8.ocx)
; ActiveSplash 1.0 Type Library - (actsplash.ocx)
; ComponentOne True DBNumber 8.0 - (tinumb8.ocx)
; Crystal ActiveX Report Viewer Library 11.5 - (CRViewer.dll)
; Microsoft Windows Common Controls 6.0 (SP6) - (MSCOMCTL.OCX)
; ComponentOne True DBGrid Pro 8.0 (OLEDB) - (todg8.ocx)
; Microsoft Common Dialog Control 6.0 (SP6) - (comdlg32.ocx)
; ComponentOne True DBList Pro 8.0 (OLEDB) - (todl8.ocx)
; FindButton by Bibin - (FindButton.ocx)
 
 
[Setup]
SetupLogging=Yes
AppId=BizProd
 
;------------------------------------------------------------------------------------------------------------------------
; Taken from VBP/VBG Project File Parameters AppName, AppName AppVersion and Company
;------------------------------------------------------------------------------------------------------------------------
 
AppName=Dodol 1.0.0
AppVerName=Dodol
AppPublisher=IT
 
;------------------------------------------------------------------------------------------------------------------------
 
AppVersion=1.0.0
VersionInfoVersion=1.0.0
AllowNoIcons=no
DefaultGroupName=IT\Dodol
DefaultDirName={pf}\IT\Dodol
AppCopyright=

Randem

Aloha biznuiz,
 
I would need to see your whole script to make a determination but off hand I would say you are possibly combining two versions of CR in your application so when you deploy CR XI 5 it does not deploy the other version you are using.
 
Let see your script.

biznuiz

Hi I have some crasshing problems with the CR Report software.
I've already added CR Merge Module in Inno Script then Compile has Success.
 
Source: Z:\MASTER\Developer Tools\Inno Setup\Third-Party Files\InnoScript\Crystal Reports Merge Module\CRXI_5_RDC_Redistribution.msi; DestDir: {tmp}; Flags:  deleteafterinstall ignoreversion nocompression; Tasks: CRInstallation
 
 
Then..My App has success installed.
But when I try to run my report in my app it error like this:
Component CRViewer.dll or one of its dependencies not correctly registered: a file is missing or invalid
 
Why?
 
 
Regards
Biznuiz