Runtime error : 2147206460 (80043ac4)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gggpj
    New Member
    • Jul 2008
    • 2

    Runtime error : 2147206460 (80043ac4)

    I have developed an exe application using vb6.0 which includes crystal reports and i have used business object's crystal reports version XI while developing. Reports are working fine while running the application on developer machine.


    whenver i make it as a setup file and run from exe of this application on client machine, it is giving run time error as

    Runtime error : 2147206460 (80043ac4)
    Invalid directory
    details : error

    Kindly help mehelp me.
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    please check if all the required DLL and OCX files are there in the system and are registered with windows.

    Comment

    • lotus18
      Contributor
      • Nov 2007
      • 865

      #3
      Hi

      Just include all the references or libraries that you have used when creating a setup installer for you application. I have a sample .iss script here. I created ths .iss script during deploying my application that using crystal report XI. Hope that you can get some ideas here : )

      Code:
      .
      .
      .
      [Files]
      Source: "Support\fssl-1-2-1-1.dll";  DestDir: "{sys}"; flags: sharedfile
      Source: "Support\msvcp71.dll"; DestDir: "{sys}"; flags: sharedfile
      Source: "Support\etc-1-0-12-3.dll"; DestDir: "{sys}"; flags: sharedfile
      ;
      Source: "Support\atl71.dll"; DestDir: "{sys}"; flags: sharedfile
      Source: "Support\xerces-c_2_1_0.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
      Source: "Support\crlov.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
      Source: "Support\ParameterDesigner.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
      Source: "Support\prompt.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
      Source: "Support\sacommlayer.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
      Source: "Support\saxmlserialize.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
      Source: "Support\saxserialize.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
      Source: "Support\crdeploy.reg"; DestDir: "{app}"; flags: sharedfile
      Source: "Support\keycode.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
      ;
      Source: "Support\u2dapp.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
      Source: "Support\u2ddisk.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
      Source: "Support\u2ftext.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
      Source: "Support\u2fcr.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
      Source: "Support\crtslv.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
      Source: "Support\ExportModeller.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
      Source: "Support\crxf_xls.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
      Source: "Support\crxf_wordw.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
      Source: "Support\crxf_rtf.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
      Source: "Support\crxf_pdf.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
      ;
      Source: "Support\sacommoncontrols.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
      Source: "Support\filedialog.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
      Source: "Support\crdb_dictionary.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
      Source: "Support\p2ixbse.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
      Source: "Support\CRAnalyzer.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
      Source: "Support\chartui.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
      Source: "Support\sscsdk80.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
      Source: "Support\querybuilder.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
      Source: "Support\libOCAHelperw-2-13.dll"; DestDir: "{sys}"; flags: sharedfile
      Source: "Support\ebus-3-3-2-4.dll"; DestDir: "{sys}"; flags: sharedfile
      ;
      Source: "Support\cxlibw-2-6.dll"; DestDir: "{sys}"; flags: sharedfile
      Source: "Support\libOCASecurityw-1-6.dll"; DestDir: "{sys}"; flags: sharedfile
      Source: "Support\crdb_odbc.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
      Source: "Support\crdb_dao.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
      Source: "Support\crdb_ado.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
      Source: "Support\crqe.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
      Source: "Support\Implode.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
      Source: "Support\u25samp1.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
      Source: "Support\u25dts.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
      Source: "Support\u252000.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
      ;
      Source: "Support\u2lfinra.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
      Source: "Support\u2lexch.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
      Source: "Support\u2ldts.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
      Source: "Support\u2lcom.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
      Source: "Support\u2l2000.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
      Source: "Support\ufmanager.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
      Source: "Support\crtowords_en.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
      Source: "Support\MFC71u.dll"; DestDir: "{sys}"; flags: sharedfile
      Source: "Support\msvcr71.dll"; DestDir: "{sys}"; flags: sharedfile
      Source: "Support\cslibu-2-0-0.dll"; DestDir: "{sys}"; flags: sharedfile
      ;
      Source: "Support\craxddrt.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
      Source: "Support\usp10.dll"; DestDir: "{sys}"; flags: sharedfile
      Source: "Support\GdiPlus.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
      Source: "Support\craxdrt.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
      Source: "Support\crviewer.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\crystalreportviewers11\ActiveXControls"; flags: regserver sharedfile
      Source: "Support\msvcrt.dll"; DestDir: "{sys}";
      Source: "Support\scrrun.dll"; DestDir: "{sys}"; flags: regserver sharedfile
      Source: "Support\msstdfmt.dll"; DestDir: "{sys}"; flags: regserver sharedfile
      Source: "Support\MSDBRPTR.DLL"; DestDir: "{sys}"; flags: regserver sharedfile
      ;Source: "Support\comctl32.dll"; DestDir: "{sys}"; flags: sharedfile
      .
      .
      .
      Rey Sean

      Comment

      Working...