Application that makes EXE



Is it possible in MFC to create an EXE file programmatically?
I hope you guys can help me on this. My application is gonna upload an
image to a device. When it is uploaded it also contains meta
information appended on the image data because my application has also
settings. I want a way that i can preserve the image data and all its
settings on the absence of the device. I want to generate an
executable file and when i execute the file it can automatically
upload the image and all the necessary information to the device.

With presence of the device:

image -----> application ------> image + meta information ----->
device

Absence of the device:
(generate an exe file if the device is unavailable)
image ------> application -------> image + meta information -----> exe
file

If exe file is executed:
(it will automatically do the same function as with the presence of
the device
exe file -------->device

.



Relevant Pages

  • Progmatically verify certificate originateor of signed assembly.
    ... One of the pages allows an administrator of the system to ... upload an exe file used to upgrade the system. ... I have used the HTML file upload control to upload the exe. ...
    (microsoft.public.dotnet.security)
  • Re: unzipping of files from IIS
    ... or execute the exe file? ... check iis log for more clues. ... > them to be able to upload a zip file, unzip the file, and ...
    (microsoft.public.inetserver.iis.security)
  • uploading files of limited type
    ... I have a site and I put an upload button their and the first file I ... received was an .exe file. ... know how to do that nor whether you can embedd that in a PHP script. ...
    (comp.lang.php)
  • Download a file other than exe or zip files
    ... Is there a setting in XP that will allow downloading of a file other ... than a zip or exe file. ... If I upload any other type extension, ... Anyone have any advice. ...
    (microsoft.public.windowsxp.basics)
  • Downloading other than a zip or exe file
    ... Is there a setting in FrontPage that will allow downloading of a file other ... than a zip or exe file. ... If I upload say a txt file, ...
    (microsoft.public.frontpage.programming)

Loading