|
-
May 30th, 2005, 06:39 AM
#1
Thread Starter
New Member
How to make exe of crystal report
Hi dear friends!
i am developing a project which use access2000 data base and crystal report as a reporting tool - actually my users cannot install crystal report as clients- kindly tell me how can i make an exe file & installer from VB that automatically install all the necessary CR files on the terminals ?
-
May 31st, 2005, 03:12 AM
#2
Hyperactive Member
Re: How to make exe of crystal report
You could create a VB executable that will copy these files from their current location, a distribution cd e.t.c., to c:\windows\system32 or wherever you want them to.
The most vital are :
Code:
C:\Program Files\Common Files\Crystal Decisions\2.5\crystalreportviewers10\ActiveXControls\crviewer.dll
C:\Program Files\Common Files\Crystal Decisions\2.5\bin\craxddrt.dll
Their could be others depending on the functionality of Crystal Reports you`re using.
-
May 31st, 2005, 06:42 AM
#3
Thread Starter
New Member
Re: How to make exe of crystal report
Thanks friend !
i think that will work -
i havent tried it yet-
but whatever comes i will post the result
thanks a lotz
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|