Home All Groups Group Topic Archive Search About
Author
13 Apr 2005 1:05 PM
Frank Ashley
Has anybody got any ideas on how to create a self executable in vb.net?

Thanks
Frank

Author
13 Apr 2005 1:37 PM
Chris Dunaway
What do you mean by "self executable" ?  Do you mean a program that can
execute itself?

You can try Process.Start to execute any program.

Can you explain more?
Author
13 Apr 2005 4:12 PM
Herfried K. Wagner [MVP]
"Frank Ashley" <a@a.com> schrieb:
> Has anybody got any ideas on how to create a self executable in vb.net?

I am not sure what you mean with the term "self executable", but you cannot
use VB.NET to create an application which will run without the .NET
Framework.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
14 Apr 2005 10:33 AM
Frank Ashley
I have one file aa.exe.. This exe contains my exe and supporting files, it
is a zip but with the exe extension. When the exe is double clicked it
unzips and starts my exe.

Zipping up files is no problem but how would I go about creating an exe that
unzips itself then starts/runs/loads one of the files it contains.

I hope this is clearer.


rgds
Frank



Show quoteHide quote
"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:%23u3GWOEQFHA.2932@TK2MSFTNGP09.phx.gbl...
> "Frank Ashley" <a@a.com> schrieb:
>> Has anybody got any ideas on how to create a self executable in vb.net?
>
> I am not sure what you mean with the term "self executable", but you
> cannot use VB.NET to create an application which will run without the .NET
> Framework.
>
> --
> M S   Herfried K. Wagner
> M V P  <URL:http://dotnet.mvps.org/>
> V B   <URL:http://classicvb.org/petition/>
Author
14 Apr 2005 10:53 AM
Herfried K. Wagner [MVP]
"Frank Ashley" <a@a.com> schrieb:
>I have one file aa.exe.. This exe contains my exe and supporting files, it
>is a zip but with the exe extension. When the exe is double clicked it
>unzips and starts my exe.
>
> Zipping up files is no problem but how would I go about creating an exe
> that unzips itself then starts/runs/loads one of the files it contains.

You may want to take a look at Winzip's and WinRAR's website.  Both of them
provide support for creating self-extracting archives.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
14 Apr 2005 12:56 PM
Frank Ashley
I looked at those and they would probably suffice but it would be more
satisfying to write it in vb.net

rgds
Frank



Show quoteHide quote
"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:eKsK7AOQFHA.164@TK2MSFTNGP12.phx.gbl...
> "Frank Ashley" <a@a.com> schrieb:
>>I have one file aa.exe.. This exe contains my exe and supporting files, it
>>is a zip but with the exe extension. When the exe is double clicked it
>>unzips and starts my exe.
>>
>> Zipping up files is no problem but how would I go about creating an exe
>> that unzips itself then starts/runs/loads one of the files it contains.
>
> You may want to take a look at Winzip's and WinRAR's website.  Both of
> them provide support for creating self-extracting archives.
>
> --
> M S   Herfried K. Wagner
> M V P  <URL:http://dotnet.mvps.org/>
> V B   <URL:http://classicvb.org/petition/>