943,885 Members | Top Members by Rank

Ad:
Jan 4th, 2009
0

vb installer

Expand Post »
hi experts..

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

.can you help me??

please..

thanks..
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
jhoey4736 is offline Offline
2 posts
since Dec 2008
Jan 4th, 2009
0

Re: vb installer

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).
Team Colleague
Reputation Points: 361
Solved Threads: 214
Taboo Programmer
Comatose is offline Offline
2,413 posts
since Dec 2004
Jan 5th, 2009
0

Re: vb installer

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..
Reputation Points: 19
Solved Threads: 115
Nearly a Posting Virtuoso
cguan_77 is offline Offline
1,317 posts
since Apr 2007
Jan 7th, 2009
0

Re: vb installer

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.
Featured Poster
Reputation Points: 665
Solved Threads: 427
Posting Genius
debasisdas is offline Offline
6,406 posts
since Feb 2007
Aug 31st, 2011
0
Re: vb installer
You may download and use Microsoft Visual Studio Installer 1.1
Reputation Points: 10
Solved Threads: 0
Newbie Poster
opspl_programme is offline Offline
12 posts
since Dec 2009

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Visual Basic 4 / 5 / 6 Forum Timeline: What is Modules (in VB6)
Next Thread in Visual Basic 4 / 5 / 6 Forum Timeline: VBA Code not running





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC