Writing over an executable?
- From: Ben <cinele@xxxxxxxxxxxxxxxx>
- Date: Thu, 14 Jul 2005 12:45:08 -0700
I have an executable application that I would like to update from within the
application. Currently, within the application the user can select to update
the software from the USB, but I can't copy the new executable over the one
that I am currently running. What is the best method to updating the
currently running executable? I am programming with VC++ for a win32 console
app. Is there any API's that allow me to close my application, write over
the executable, and then restart that application without any user input?
--
Ben
.
- Follow-Ups:
- Re: Writing over an executable?
- From: Tom Serface
- Re: Writing over an executable?
- From: Eugene Gershnik
- Re: Writing over an executable?
- From: Doug Harrison [MVP]
- Re: Writing over an executable?
- Prev by Date: Re: Creating XML files using MSXML
- Next by Date: Re: Writing over an executable?
- Previous by thread: _TCHAR instead of TCHAR?
- Next by thread: Re: Writing over an executable?
- Index(es):
Relevant Pages
|