Problem in Running application on another computer

Thread Solved

Join Date: Jun 2007
Posts: 29
Reputation: shahriar2403 is an unknown quantity at this point 
Solved Threads: 0
shahriar2403 shahriar2403 is offline Offline
Light Poster

Problem in Running application on another computer

 
0
  #1
Nov 5th, 2007
I made a little app using access db in my computer, and also make an exe file of that. The db location is on c drive. Now i took only the exe file & and the db to another computer. I put the db in c drive there too. but it does not run. What should i do to make it runnable to any computer? Please help me.
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 44
Reputation: kshrini is an unknown quantity at this point 
Solved Threads: 3
kshrini kshrini is offline Offline
Light Poster

Re: Problem in Running application on another computer

 
0
  #2
Nov 6th, 2007
Hi,
You need make your application's installable using Package & Deployment or InstallShield. Run the Setup of your application on another PC, it will work
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 537
Reputation: choudhuryshouvi is an unknown quantity at this point 
Solved Threads: 49
choudhuryshouvi's Avatar
choudhuryshouvi choudhuryshouvi is offline Offline
Posting Pro

Re: Problem in Running application on another computer

 
0
  #3
Nov 8th, 2007
the answer in the post #2 is correct. but there is another way. if u do not need a huge installing process then just install the vb6 runtime files on the target compuer along with ur apps. u can get the vb6.0 sp4 runtime files from http://www.microsoft.com
Shouvik_The_Expert_Coder
Have a problem? Don't worry just give me a call and I'll fix it for you.
Reply With Quote Quick reply to this message  
Join Date: Oct 2007
Posts: 147
Reputation: hopalongcassidy is an unknown quantity at this point 
Solved Threads: 13
hopalongcassidy's Avatar
hopalongcassidy hopalongcassidy is offline Offline
Junior Poster

Re: Problem in Running application on another computer

 
0
  #4
Nov 9th, 2007
How are you connecting to the database? If you are using ODBC, you need to create a like ODBC element on the new computer.

Hoppy
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 7
Reputation: Butt Gee is an unknown quantity at this point 
Solved Threads: 1
Butt Gee Butt Gee is offline Offline
Newbie Poster

Re: Problem in Running application on another computer

 
0
  #5
Nov 10th, 2007
hi,
I help u for runing app an other location/com
U need to install a vb on the other computer/ make the setup file of the app u make
Tip: U kind information that use the same folder for exe & db email me for next: zaibgee111inone@yahoo.com phoneno 0301-7074062
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 7
Reputation: Butt Gee is an unknown quantity at this point 
Solved Threads: 1
Butt Gee Butt Gee is offline Offline
Newbie Poster

Re: Problem in Running application on another computer

 
0
  #6
Nov 10th, 2007
hi,
I Butt Gee
Please install the ODBC on the distributed side
mail for next comtt: zaibgee111inone@yahoo.com
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 7
Reputation: Butt Gee is an unknown quantity at this point 
Solved Threads: 1
Butt Gee Butt Gee is offline Offline
Newbie Poster

how we make the setup file in vb6 application to distribute on another computer

 
0
  #7
Nov 10th, 2007
i make the app use acc db and want to distribut it to the an other computer p help me for making the setup file in vb for distribution of the application
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 537
Reputation: choudhuryshouvi is an unknown quantity at this point 
Solved Threads: 49
choudhuryshouvi's Avatar
choudhuryshouvi choudhuryshouvi is offline Offline
Posting Pro

Re: Problem in Running application on another computer

 
0
  #8
Nov 10th, 2007
follow the following steps to create the installer for ur project. but before trying this make sure that u have created the executable(.exe) for ur project. hope u know how to create that.

1.close ms vb6.0 ide
2.click start>-programs->microsoft visual studio 6.0->microsoft visual studio 6.0 tools->package and deployment wizard
3.click browse to locate ur project file(.vbp)
4.click package
5.click yes to start the recompilation process
6.in package type select standard setup package and click next
7.select the destination where u want to create the package folder for ur project.this folder will contain all the supported and main application files required to install ur apps in some other client machine.
8.click yes to create the folder if it doesn't exist and click next
9.the next list that will come will display all necessary files to build the setup.click add to insert some other files from ur project to the said list.if u any access database file,click this button,locate ur db file and click open to add the file to the list.this list will also help u to remove any unnecessary files that u donot wish to install in the target machine with apps.u can also add help files(if any) for project from this option.but do not ever try to remove the .dll,.ocx,.lib or .exe files.click next
10.if u want ur setup becomes a standalone package select single cab otherwise if u want part installer then select multiple cab.if u select the 2nd option u have mention the size of the floppy disks.then the wizard will ask u insert the floppies one after another.i will recommend u not to use this option.click next
(if u see any shared files box or dependency information box just skip that)
11.insert a title for the installer and click next
12.in the next screen adjust the menu apperance the setup will create for u.this will become the startmenu shortcuts for ur apps.
13.click next->click next
14.in the script name box u do not require to enter anything but do not erase the default text.
15.click finish to build the installer.
16.click close->click close

after the installer is created just goto the package folder and there u will find a file "setup.exe".double click that to run the installer.

hope u will grab this.
regards
Shouvik
Shouvik_The_Expert_Coder
Have a problem? Don't worry just give me a call and I'll fix it for you.
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 7
Reputation: Butt Gee is an unknown quantity at this point 
Solved Threads: 1
Butt Gee Butt Gee is offline Offline
Newbie Poster

Re: Problem in Running application on another computer

 
0
  #9
Nov 13th, 2007
thank s Shouvik but the problem is that
click start>-programs->microsoft visual studio 6.0->microsoft visual studio 6.0 tools->package and deployment wizard
is not shown here
it's vb setup file miss is it so p guide me to download vb6.0 correct setup files
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 7
Reputation: Butt Gee is an unknown quantity at this point 
Solved Threads: 1
Butt Gee Butt Gee is offline Offline
Newbie Poster

Re: Problem in Running application on another computer

 
0
  #10
Nov 13th, 2007
thank s Shouvik but the problem is that
click start>-programs->microsoft visual studio 6.0->microsoft visual studio 6.0 tools->package and deployment wizard
is not shown here
it's vb setup file miss is it so p guide me to download vb6.0 correct setup files
is vb and ms access is essentials to install on the end side/ distributed side
thank in
regard
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC