Results 1 to 8 of 8

Thread: INStallation!!!

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2004
    Posts
    43

    INStallation!!!

    i have finish my program with crystal report in it. i try to make an installation file for my program so that it can run on other computers. i have included .Net Framework exe.

    but i dunno why when i try to run on other computer and accessing to the report part. My program keep prompting me error "KeycodeV2.dll not found or incorrect file".

    please help!
    -ralphz-

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Do a search on this forum for that same issue and you will find the answers. You have to enter the registration number for crystal into the setup package for it to work right.

  3. #3

    Thread Starter
    Member
    Join Date
    Sep 2004
    Posts
    43
    okay i have registered and enter the reg key.

    i tried deployment again and the system prompt me

    "COM object with CLSID {D97C7D-FF5B-....} is either not valid or not registered"

    argh.. what had happened? i have tired lots of times...

    please help
    -ralphz-

  4. #4

    Thread Starter
    Member
    Join Date
    Sep 2004
    Posts
    43
    okay.. err for comfirmation.. how to add the merge modules into the setup project? i tried add it thru add existing items and i could not find LIcense key...

    how?
    please help!
    -ralphz-

  5. #5
    Frenzied Member Asgorath's Avatar
    Join Date
    Sep 2004
    Location
    Saturn
    Posts
    2,036
    Hi

    Select your setup project in solution explorer , right click > Add > Merge Modules.

    If you are using VS.NET 2003 add the following merged modules:
    .Crystal_Database_Access2003.msm
    .Crystal_Database_Access2003_enu.msm
    .Crystal_Managed2003.msm
    .Crystal_regwiz2003.msm

    If you are using VS.NET 2002 add the following merged modules:
    .Database_Access.msm
    .Database_Access_enu.msm
    .Managed.msm
    .regwiz.msm

    Regards
    Jorge
    "The dark side clouds everything. Impossible to see the future is."

  6. #6
    Junior Member
    Join Date
    Jul 2004
    Location
    india
    Posts
    26
    hi friend,
    how did u include the .net framework with the setup project ? is it possible to add framework.exe to the project so that it will be installed on the target machine ?
    And about the merge modules, crystal_Regwix2003.msm alone is added and my reports are working.What is the use of the others?
    Pls give me a quick reply
    thanks
    Sanjays

  7. #7
    Frenzied Member Asgorath's Avatar
    Join Date
    Sep 2004
    Location
    Saturn
    Posts
    2,036
    Hi
    If you try to include the dotnetframework and built the project you will get a compile error dotNETFXRedist_x86_enu.msm must not be used to redistribute the .NET Framework. Please exclude this merge module.


    This the description of merged modules and they listed as necessary on a pdf from Crystal Solutions.


    The mananged.msm merge module is used to install all the CR for VS .NET
    managed components, such as CrystalDecisions.CrystalReports.Engine.DLL,
    CrystalDecisions.Web.DLL, and CrystalDecisions.Windows.Forms.DLL.
    The database_access.msm merge module is used to install all database drivers
    the report uses to connect to various types of data sources. This merge module
    also installs export destination and format drivers, which are used to save report
    is different file formats, such as RTF and HTML. In fact, this merge module is
    used to install all non-managed runtime components for CR for VS .NET,
    including charting components.
    Database_access_enu.msm is used to install language specific (localized)
    components. Some of the localized charting and exporting (like PDF)
    components are installed by this component. Each language the product is
    released in will have a specific version of this merge module.
    In order to track licensing information, regwiz.msm is used to configure
    registration information on deployed computers (server or client). When
    building setup projects using this merge module, it is important to provide the
    license key for it.

    Regards
    Jorge
    Last edited by Asgorath; Nov 2nd, 2004 at 09:09 AM.
    "The dark side clouds everything. Impossible to see the future is."

  8. #8
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373
    Originally posted by sanjays
    hi friend,
    how did u include the .net framework with the setup project ? is it possible to add framework.exe to the project so that it will be installed on the target machine ?
    And about the merge modules, crystal_Regwix2003.msm alone is added and my reports are working.What is the use of the others?
    Pls give me a quick reply
    thanks
    Sanjays
    you can download and include this file in your setup
    http://www.microsoft.com/downloads/d...displaylang=en

    it is the self installing .net framework exe. Also, if you launch it with a command line switch of /q it will install in quiet mode (no dialogs about installing the framework) which is what you would really want when deploying it with your app.

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