|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
self executableHas anybody got any ideas on how to create a self executable in vb.net?
Thanks Frank 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? "Frank Ashley" <a@a.com> schrieb: I am not sure what you mean with the term "self executable", but you cannot > Has anybody got any ideas on how to create a self executable in vb.net? 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/> 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/> "Frank Ashley" <a@a.com> schrieb: You may want to take a look at Winzip's and WinRAR's website. Both of them >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. 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/> 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/>
How are you handling EUL agreement?
Loop ? Binding an Array to a Combo Box SqlDataReader accessed only by field ordinals? How to update an application Panel-height greater Int16.MaxValue? Finding Version of All Asemblies Required by Application repainting problem Category does not exist? How to Publish a Project to Production Server |
|||||||||||||||||||||||