472,803 Members | 1,111 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,803 software developers and data experts.

self executable

Has anybody got any ideas on how to create a self executable in vb.net?

Thanks
Frank
Nov 21 '05 #1
5 1360
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?

Nov 21 '05 #2
"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/>

Nov 21 '05 #3
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

"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:%2****************@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/>

Nov 21 '05 #4
"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/>

Nov 21 '05 #5
I looked at those and they would probably suffice but it would be more
satisfying to write it in vb.net

rgds
Frank

"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:eK*************@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/>

Nov 21 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Brendan MAther | last post by:
Is is possible to create a self executable out of an access database. Something that will run on a computer that does not have Access? Thanks, Brendan -- Disclaimer: Any comments made are...
0
by: k_nil | last post by:
I have a link on my web page for a self extracting executable file placed on the server. When the link is clicked, 1) i could see dialog box with open or save options 2) when open clicked, self...
1
by: Terry Olsen | last post by:
Ok, now that I've got my disk imager program working, I'd like to attach a "self-extractor" to the front end of the image file and make it a self-extracting disk image executable file. The idea...
6
by: Schüle Daniel | last post by:
Hi all, given python description below import random class Node: def __init__(self): self.nachbarn =
10
by: jon | last post by:
I am a beginner C programmer, this is actually my first programming lanugage, besides html, cgi, and javascript. I am looking for a way to make an .exe file, or a copy of my own file. I have tried...
14
by: Gert Cuykens | last post by:
Is there a difference between <code> class HelloWorld: def index(self): index.exposed = True return "Hello world!" </code> and
6
by: Werner | last post by:
Hi, I try to read (and extract) some "self extracting" zipefiles on a Windows system. The standard module zipefile seems not to be able to handle this. False Is there a wrapper or has...
8
by: kvt | last post by:
Hi, One of my friend puzzled me to write a program which destructs itself. i.e, by the time it stops execution, its executable file should be deleted. I tried a lot like a) using " system()...
1
by: Roger Upole | last post by:
William Heath wrote: You can use capicom to sign an executable (or even a .pyd): import win32com.client s=win32com.client.Dispatch('capicom.signedcode') s.FileName='yourexecutable.exe'...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.