Home All Groups Group Topic Archive Search About

running embeded file

Author
4 Oct 2006 11:04 AM
feudalac!
Is it possible to embed an exe into my app and then during runtime, run
that exe?



thanks




--
You're not paid to think. A mindless worker is a happy worker. Shut up
and do your job!
   -  Tata Feudalac!

Certified Social Engineering Specialist (Because there is no patch for
human stupidity)
--------------------------------------------------------
http://www.fotozine.org/index.php?stranica=clan&uid=1352
http://www.thinkgeek.com/brain/gimme.cgi?wid=81d35dc8f
http://groups.google.com/group/fejkneraddangub
http://capetans.bloger.hr
--------------------------------------------------------
I was young, I need gold pieces...

Author
4 Oct 2006 11:27 AM
Vadym Stetsyak
Hello, feudalac!!

f> Is it possible to embed an exe into my app and then during runtime,
f> run
f> that exe?

yes, it is possible.

other exe can be embedded into into your exe's resources. When running your app
get that exe from resources copies and launches via Process.Start(...) method.

Have a look at ( http://msdn2.microsoft.com/en-us/library/7k989cfy.aspx )
to see how to deal with resources.

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
Author
4 Oct 2006 1:30 PM
feudalac!
Vadym Stetsyak wrote:
Show quote
> Hello, feudalac!!
>
>  f> Is it possible to embed an exe into my app and then during runtime,
> f> run
> f> that exe?
>
> yes, it is possible.
>
> other exe can be embedded into into your exe's resources. When running your app
> get that exe from resources copies and launches via Process.Start(...) method.
>
> Have a look at ( http://msdn2.microsoft.com/en-us/library/7k989cfy.aspx )
> to see how to deal with resources.
>
> --
> Regards, Vadym Stetsyak
> www: http://vadmyst.blogspot.com

thanks


--
You're not paid to think. A mindless worker is a happy worker. Shut up
and do your job!
   -  Tata Feudalac!

Certified Social Engineering Specialist (Because there is no patch for
human stupidity)
--------------------------------------------------------
http://www.fotozine.org/index.php?stranica=clan&uid=1352
http://www.thinkgeek.com/brain/gimme.cgi?wid=81d35dc8f
http://groups.google.com/group/fejkneraddangub
http://capetans.bloger.hr
--------------------------------------------------------
I was young, I need gold pieces...

AddThis Social Bookmark Button