Stand-Alone .EXE 
Author Message
 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  
 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  
 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  
 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  
 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  
 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  
 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  
 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  
 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  
 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  
 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  
 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  
 Stand-Alone .EXE


Wed, 18 Jun 1902 08:00:00 GMT  
 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  
 Stand-Alone .EXE


Wed, 18 Jun 1902 08:00:00 GMT  
 
 [ 20 post ]  Go to page: [1] [2]

 Relevant Pages 

1. Stand-alone .exe to convert .doc to .html

2. Stand alone exe.

3. How to get a STAND ALONE EXE FILE ??

4. How to get a STAND ALONE EXE FILE ??

5. Compile Option Achieve Stand Alone EXE?

6. Stand alone Exe's?

7. Help: Make an stand alone exe...

8. Stand-Alone EXE File

9. Stand Alone EXE ?

10. How to make a Stand-Alone EXE file in VB6

11. Stand Alone Exe

12. How to make a true Stand-alone EXE

 

 
Powered by phpBB® Forum Software