Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Dec 2008
Posts: 2
Reputation: jhoey4736 is an unknown quantity at this point 
Solved Threads: 0
jhoey4736 jhoey4736 is offline Offline
Newbie Poster

vb installer

 
0
  #1
Jan 4th, 2009
hi experts..

i made a visual basic program..
and i want to make an installer for this..

.can you help me??

please..

thanks..
-jhoey...
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: vb installer

 
0
  #2
Jan 4th, 2009
Visual basic (at least I know vb6 did) was under VB / Tools in the start menu. It was called the "Package And Deployment Wizard", which you can use. Otherwise, you are looking at a much (much, much) more complicated measure. One alternative, is to make say, a batch file (called setup, naturally) that when run, copies over all the required vb run time files, and .ocx's / dll's that your program actually uses. Heck in XP by default you could write a vbscript installer that would probably do that. Once the required .dll's and .ocx's are copied over and registered (regsvr32) you could make spawn another VB application which acts like an installer (though, it wouldn't REALLY be an installer... since the installer actually copies the required files over, and registers them).
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 1,114
Reputation: cguan_77 has a little shameless behaviour in the past 
Solved Threads: 91
cguan_77's Avatar
cguan_77 cguan_77 is offline Offline
Veteran Poster

Re: vb installer

 
0
  #3
Jan 5th, 2009
hi, try this one...start->> all programs - >> microsoft visual studio 6.0 - >> microsoft visual studio 6.0 tools - >> Package and Deployment Wizard -- > browse the project you want to have an installer then click package then follow the on-screen instructions.. hope it helps..
Reply With Quote Quick reply to this message  
Join Date: Feb 2007
Posts: 2,104
Reputation: debasisdas will become famous soon enough debasisdas will become famous soon enough 
Solved Threads: 128
debasisdas's Avatar
debasisdas debasisdas is offline Offline
Postaholic

Re: vb installer

 
0
  #4
Jan 7th, 2009
else if you want to run the program without installation (in the same system) ,you can simple compile an EXE from file menu---->Make exe.
Share your Knowledge.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Visual Basic 4 / 5 / 6 Forum
Thread Tools Search this Thread



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

©2003 - 2009 DaniWeb® LLC