exe problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • charvi
    New Member
    • May 2007
    • 121

    exe problem

    I designed a project in vb6 and ms-access and reports in crystal report9.t isworking fine.and i made exe when i run this exe file in other pc where crystal repot9 software is not installed it gives me error some dll is missing i am not able to get what shuld e added can anyone pleae help and tell what exactly should be done
  • pureenhanoi
    New Member
    • Mar 2007
    • 175

    #2
    Originally posted by charvi
    I designed a project in vb6 and ms-access and reports in crystal report9.t isworking fine.and i made exe when i run this exe file in other pc where crystal repot9 software is not installed it gives me error some dll is missing i am not able to get what shuld e added can anyone pleae help and tell what exactly should be done
    When move your application to another computer, you must make an Setup program. This program will bring your EXE file, your Report and database file and any needed DLL.
    If you dont know how to write an Setup program, you can use an ultility that was given in Microsoft Visual Studio (called Package & Deploy Wizard). If have more mony, you can buy a third-party setup ultility (e.x: Install Shield, or Setup Factory)

    Comment

    • charvi
      New Member
      • May 2007
      • 121

      #3
      I ave not used deployment option.i just used fromfile option write thesefiles to exe ecause the projecthas tobe tested by two or threeusers before making a sftware.s cant we only convert it n to ex and ren in other machies.pls help i get run ime eror lik no deendency files.can any ne hel me i detail

      Comment

      • werks
        New Member
        • Dec 2007
        • 218

        #4
        Originally posted by charvi
        I ave not used deployment option.i just used fromfile option write thesefiles to exe ecause the projecthas tobe tested by two or threeusers before making a sftware.s cant we only convert it n to ex and ren in other machies.pls help i get run ime eror lik no deendency files.can any ne hel me i detail

        Hi charvi,

        I'm confused with your english.. But you could use Inno Setup for deployment just include all dll and ocx file...and its free ^^


        Better Than Yesterday (-.-)

        Comment

        • lotus18
          Contributor
          • Nov 2007
          • 865

          #5
          Originally posted by charvi
          I ave not used deployment option.i just used fromfile option write thesefiles to exe ecause the projecthas tobe tested by two or threeusers before making a sftware.s cant we only convert it n to ex and ren in other machies.pls help i get run ime eror lik no deendency files.can any ne hel me i detail
          Add-Ins > Add-in Manager... > Package and Deployment Wizard

          From the Load Behavior:
          Check Loaded/Unloaded
          Check Load on Startup
          Click OK.

          Now you can use the Package and Deployment Wizard to make a setup package for your program : )

          Rey Sean

          Comment

          • charvi
            New Member
            • May 2007
            • 121

            #6
            Hi
            when do deploy at the end i get error as "Unexpected error number 75 has occured path file access error
            can an one tell the prcedure for how to deploy the project

            Comment

            Working...