Results 1 to 3 of 3

Thread: How to make exe of crystal report

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2005
    Posts
    2

    Angry 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 ?

  2. #2
    Hyperactive Member divined's Avatar
    Join Date
    Aug 2004
    Location
    Thessaloniki, Greece
    Posts
    447

    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.
    SteadFast!

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2005
    Posts
    2

    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
  •  



Click Here to Expand Forum to Full Width