Author |
Message |
Ray Carso #1 / 20
|
 Stand-Alone .EXE
Is there any version of Visual Basic that will create stand-alone executables? Ray Carson
|
Mon, 13 Oct 2003 18:39:18 GMT |
|
 |
Steve Bre #2 / 20
|
 Stand-Alone .EXE
VB 1.0 for DOS creates stand-alone exe's. Steve
Quote: > Is there any version of Visual Basic that will create stand-alone > executables? > Ray Carson
|
Mon, 13 Oct 2003 21:33:29 GMT |
|
 |
?davidc #3 / 20
|
 Stand-Alone .EXE
| VB 1.0 for DOS creates stand-alone exe's. So it's been downhill since there, eh? <grin>
|
Tue, 14 Oct 2003 00:07:24 GMT |
|
 |
J Fren #4 / 20
|
 Stand-Alone .EXE
Be prudent, ship MSVBM50.DLL (or 60) with your App and you will have a semi standalone 'thing' Just do not use OCXs or you are dead in the water. On Thu, 26 Apr 2001 17:07:24 +0100, "?davidc?" Quote:
>| VB 1.0 for DOS creates stand-alone exe's. >So it's been downhill since there, eh? <grin>
|
Tue, 14 Oct 2003 03:32:12 GMT |
|
 |
?davidc #5 / 20
|
 Stand-Alone .EXE
| Be prudent, ship MSVBM50.DLL (or 60) with your App | and you will have a semi standalone 'thing' | | Just do not use OCXs or you are dead in the water. Naw, I've no real problem with VB at all. Or I'd code in C ;)
|
Tue, 14 Oct 2003 04:47:33 GMT |
|
 |
Erpa #6 / 20
|
 Stand-Alone .EXE
When you say standalone what exactly do you mean? Do you mean that you do not need to have to create an installation package? Send further info and I will be glad to answer your questions.
|
Tue, 14 Oct 2003 09:58:20 GMT |
|
 |
Doug #7 / 20
|
 Stand-Alone .EXE
Check out VB Power-Wrap at http://www.moonlight-software.com While you can't make a stand alone with VB, this creates the illusion of one by installing needed components in the background if needed. I use it all the time for small littles apps I write. I have no affiliation with this company, just a satisfied customer. Hope this helps Doug
Quote: > Is there any version of Visual Basic that will create stand-alone > executables? > Ray Carson
|
Tue, 14 Oct 2003 13:37:59 GMT |
|
 |
Ray Carso #8 / 20
|
 Stand-Alone .EXE
Quote: > When you say standalone what exactly do you mean? > Do you mean that you do not need to have to create an installation package? > Send further info and I will be glad to answer your questions.
Stand-Alone means that no support files are necessary, like an executable created with QuickBasic. I want to make a Installation/Setup CD with a menu for selecting one of three programs. I use InstallShield for the setup disk and the programs are written in VB 6.0. There will be three directories on the CD and the menu program will execute the correct Setup.EXE in the proper directory. Thanks, Ray Carson
|
Tue, 14 Oct 2003 16:31:31 GMT |
|
 |
Ray Carso #9 / 20
|
 Stand-Alone .EXE
Quote: > Check out VB Power-Wrap at http://www.moonlight-software.com > While you can't make a stand alone with VB, this creates the illusion of one > by installing needed components in the background if needed. I use it all > the time for small littles apps I write. > I have no affiliation with this company, just a satisfied customer. > Hope this helps > Doug
Thanks for the information, I appreciate it. Ray Carson
|
Tue, 14 Oct 2003 16:33:17 GMT |
|
 |
Ray Carso #10 / 20
|
 Stand-Alone .EXE
Quote: > VB 1.0 for DOS creates stand-alone exe's. > Steve
Thanks for the information, I appreciate it. Ray Carson
|
Tue, 14 Oct 2003 16:34:21 GMT |
|
 |
J Fren #11 / 20
|
 Stand-Alone .EXE
Have a look at : www.iss.u-net.com/swhtml.htm It is a stand-alone HTML browser that you can use to run programs I use it to kick of Setup.exe on a CD You will also find a standalone 'AutoRun' utility on the same site. On Fri, 27 Apr 2001 03:31:31 -0500, "Ray Carson" Quote:
>> When you say standalone what exactly do you mean? >> Do you mean that you do not need to have to create an installation >package? >> Send further info and I will be glad to answer your questions. >Stand-Alone means that no support files are necessary, like an executable >created with QuickBasic. I want to make a Installation/Setup CD with a menu >for selecting one of three programs. I use InstallShield for the setup disk >and >the programs are written in VB 6.0. There will be three directories on the >CD >and the menu program will execute the correct Setup.EXE in the proper >directory. >Thanks, >Ray Carson
|
Tue, 14 Oct 2003 18:03:55 GMT |
|
 |
Ray Carso #12 / 20
|
 Stand-Alone .EXE
Quote: > Have a look at : > www.iss.u-net.com/swhtml.htm > It is a stand-alone HTML browser that you can use to run programs > I use it to kick of Setup.exe on a CD > You will also find a standalone 'AutoRun' utility on the same site.
Thanks for the information, Ray Carson
|
Tue, 14 Oct 2003 18:37:05 GMT |
|
 |
#13 / 20
|
 Stand-Alone .EXE
|
Wed, 18 Jun 1902 08:00:00 GMT |
|
 |
OTSE #14 / 20
|
 Stand-Alone .EXE
Quote: > Be prudent, ship MSVBM50.DLL (or 60) with your App > and you will have a semi standalone 'thing'
If you have a simple app without too much code, consider re-writing it using these alternatives: MoonRock (for DOS-based [and Windows DOS box] apps). http://www.rowan.sensation.net.au/moonrock.html This is now unsupported but works very well and creates very tiny standalone .com (not .exe, but same thing really) applications. Rapid-Q (for Windows-based apps). http://www.basicguru.com/abc/rapidq/sshots.html This looks and feels very similar to VB and also creates small (minimum size is 300 K) standalone .exe applications. Both of these are 100% free to use with no royalties payable. Regards, Otser.
|
Tue, 14 Oct 2003 06:51:54 GMT |
|
 |
#15 / 20
|
 Stand-Alone .EXE
|
Wed, 18 Jun 1902 08:00:00 GMT |
|
|