Can VB create self-extracting executables? 
Author Message
 Can VB create self-extracting executables?

Hi,

I currently have a VB program that saves and
copies Excel files to a web server.  From the web
server, these files are accessed by users via an
intranet as links. However, since they are excel
files, they are being opened up from inside the
web browser.

I believe the solution is to create self-
extracting exe's and save them to these
directories, but is there a way - maybe some
library or user control - for VB to create self-
extracting exe's from existing files.

Thanks in advance for your help.

Sincerely,
El Pagtalunan

Sent via Deja.com http://www.*-*-*.com/
Before you buy.



Mon, 15 Jul 2002 03:00:00 GMT  
 Can VB create self-extracting executables?
Hi,

My current VB program creates and copies report files to network
directories for distribution.  However, I need to create self-
extracting executables of these files for distribution.

Can VB create self-extracting executable files from existing files -
maybe through some library of user control?

Thanks in advance for our help.

Sincerely,
El

Sent via Deja.com http://www.deja.com/
Before you buy.



Mon, 15 Jul 2002 03:00:00 GMT  
 Can VB create self-extracting executables?

[snip]

Quote:

>I believe the solution is to create self-
>extracting exe's and save them to these
>directories, but is there a way - maybe some
>library or user control - for VB to create self-
>extracting exe's from existing files.

>Thanks in advance for your help.

>Sincerely,
>El Pagtalunan

Yes it can be done according to both Inner Media, Inc and Xceed
Software. The main problem from my viewpoint is that the needed
objects ( OCX's and /or DLL's) cost too much for most hobby
programmers. If you are part of a company, the cost is not too bad I
guess. I just have problems forking out some $300 dollars or more for
this option.  You take a look at the functions offered and decide for
yourself if this route is for you.

www.innermedia.com

www.xceedsoft.com

Quote:

>Sent via Deja.com http://www.deja.com/
>Before you buy.

HTH


Sat, 03 Aug 2002 03:00:00 GMT  
 Can VB create self-extracting executables?
I don't care if my program self extracts but I would like it the program to
start after it is done extracting.  Is this possible.  I want to have a form
with control buttons to install a selection of programs I have written.  I
want the form to install itself using autorun.inf (off CDROM) but then after
it has installed itself I want it to open up w/o the user doing anything.

Thanks.

Craig


Quote:

> [snip]

> >I believe the solution is to create self-
> >extracting exe's and save them to these
> >directories, but is there a way - maybe some
> >library or user control - for VB to create self-
> >extracting exe's from existing files.

> >Thanks in advance for your help.

> >Sincerely,
> >El Pagtalunan

> Yes it can be done according to both Inner Media, Inc and Xceed
> Software. The main problem from my viewpoint is that the needed
> objects ( OCX's and /or DLL's) cost too much for most hobby
> programmers. If you are part of a company, the cost is not too bad I
> guess. I just have problems forking out some $300 dollars or more for
> this option.  You take a look at the functions offered and decide for
> yourself if this route is for you.

> www.innermedia.com

> www.xceedsoft.com

> >Sent via Deja.com http://www.deja.com/
> >Before you buy.

> HTH



Sat, 03 Aug 2002 03:00:00 GMT  
 Can VB create self-extracting executables?


Quote:
>Yes it can be done according to both Inner Media, Inc and Xceed
>Software. The main problem from my viewpoint is that the needed
>objects ( OCX's and /or DLL's) cost too much for most hobby
>programmers. If you are part of a company, the cost is not too bad I
>guess. I just have problems forking out some $300 dollars or more for
>this option.  You take a look at the functions offered and decide for
>yourself if this route is for you.

I use a program from the WinZip people. Works well and (if I recall
correctly) cost about $25. Try http://www.winzip.com


Sun, 04 Aug 2002 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Creating Self-Extracting files from within VB

2. Creating a self deleting executable using .NET

3. Creating a self-extracting install or one click install

4. Need Help Creating Self Extracting .exe

5. Q. Creating Self Extracting Zip Files

6. Q. Creating a SETUP.EXE for self-extracting files

7. VB 4.0 Self Contained Executable

8. VB 4.0 Self Contained Executable

9. How do I create a canned form?

10. self deleting executable?

11. Help with Self Executable File

12. self executable program

 

 
Powered by phpBB® Forum Software