Re: Importing transparently another exe file
- From: "Kalish" <kalish@xxxxxxxx>
- Date: Sun, 5 Feb 2006 09:08:38 +0200
Accidently its an installation program so one may asume that the user has
administrator previlages. Is there any C/C++ example that doing something
similar.
Thanks
kalsih
"Joseph M. Newcomer" <newcomer@xxxxxxxxxxxx> wrote in message
news:0snau1hab8lajs3pb007klfu4bndp3rnur@xxxxxxxxxx
As Ajay points out, in order to execute the resource you need to store itas a .exe file.
This may not be possible. In fact, many anti-virus programs areconfigured to forbid the
writing of executable files on the disk, and cannot be overridden byanyone other than an
administrator. So this seems like a bad idea. When you do an install,the person logged
in doing the installation has rights to do an installation, which meanswriting executable
files on the disk. After that, it is just pure hope.complex than a
All of this seems to go back to the "I don't want to have anything more
single executable to deliver", which is a pretty lame excuse, since thishasn't really
been a valid way of distributing software for over a decade.important
joe
On Sat, 4 Feb 2006 08:11:20 -0800, "Kalish" <kalish@xxxxxxx> wrote:
I have an exe which I want to "include" inside my mfc application as a
resource or whatever other way transparently to the user. The most
andthing is that the mfc application won't need in the run-time, to look for
the other exe. It will run this exe before it will do some other things
this will be transparent to the user(I hope I explained my need goodJoseph M. Newcomer [MVP]
enough).
Is it possible and how?
Thanks in advance
Kalish
email: newcomer@xxxxxxxxxxxx
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
.
- Follow-Ups:
- Re: Importing transparently another exe file
- From: Scherbina Vladimir
- Re: Importing transparently another exe file
- From: Alexander Grigoriev
- Re: Importing transparently another exe file
- References:
- Importing transparently another exe file
- From: Kalish
- Re: Importing transparently another exe file
- From: Joseph M . Newcomer
- Importing transparently another exe file
- Prev by Date: Re: How to set tab order for a dynamically created CEdit?
- Next by Date: Re: dynamic menu question
- Previous by thread: Re: Importing transparently another exe file
- Next by thread: Re: Importing transparently another exe file
- Index(es):
Relevant Pages
|
|