Newsgroups : Microsoft : microsoft.public.inetsdk.programming.wininet : 2007 Jan : Downloading a Signed Exe
| Subject: | Downloading a Signed Exe |
| Posted by: | "ScottV" (scot..@discussions.microsoft.com) |
| Date: | Thu, 11 Jan 2007 09:51:01 |
I am using InternetOpenURL & InternetReadFile to download a digitally signed
executable. As the executable file's contents is read with InternetReadFile,
it is written to a local file on the user's hard drive. Once the download is
complete, the executable appears to be identical to the one on the server,
except the digital signature is missing.
What is the best way to download the .exe without losing the digital
signature?
Thanks