Crystal Report Error in Visual Basic Compiled Project using INNOSETUP

Started by joel, January 17, 2005, 06:53:08 PM

Previous topic - Next topic

joel

I write a program in vb6.0 i am almost done, I compile the program using
InnoSetpup 5.0.6. It works fine during installation in my target machines.
But I received an error everytime I run a form containing crystal report
control. I used crystal 8.5 in my report.  
 
This is the script..
Source: C:WindowsSystem32crystl32.dep; DestDir: {sys}
Source: C:WindowsSystem32crystl32.oca; DestDir: {sys}
Source: C:WindowsSystem32crystl32.ocx; DestDir: {sys}
 
This is the error..
 
Runtime Error 339
 
Component:Crystl32.OCX or one of its dependencies is not correctly
registered: a file is missing or invalid
 
Anyone could help me. Thanks..
 
 
JOEL