Re: When were scanf_s functions introduced?
- From: "Mitch Gallant" <jensigner@xxxxxxxxxxxxxxxx>
- Date: Sat, 11 Mar 2006 13:17:00 -0500
I tried creating a Setup/Deploy project in VS 2005 with an exe
built using /MD. It depends on MSVCR80.dll (based on dumpbin ..).
But when I add it to the Setup project, the Detected Dependencies
doesn't show anything. Shouldn't it show the MSVCR80.dll dependency??
- Mitch
"Skywing" <skywing_NO_SPAM_@xxxxxxxxxxxxxxxxxxx> wrote in message news:uTAljoRRGHA.1688@xxxxxxxxxxxxxxxxxxxxxxx
My knowledge of doing complicated MSI setup apps is fairly limited, but I'll try to answer these as best I can.-- snip
2- This depends on your setup environment, really. Assuming these are Internet-distributed installs, you could use.. snip
the route that Microsoft goes for many of their setups (i.e. service packs, SDK setup, etc): have two installers, one
that is a "full install" (includes everything and will be usable even on computers without a network connection) and
one that is a "web install" (checks dependencies and only downloads those that are missing, but obviously requires an
active network connection on the machine you are installing on). If you are doing media-based installs (e.g. physical
CDROM or something similar), then the amount of space for the CRT installer is probably not going to matter much and
it would be worth just always shipping it.
.
- Follow-Ups:
- Re: When were scanf_s functions introduced?
- From: Mitch Gallant
- Re: When were scanf_s functions introduced?
- References:
- When were scanf_s functions introduced?
- From: Mitch Gallant
- Re: When were scanf_s functions introduced?
- From: Skywing
- Re: When were scanf_s functions introduced?
- From: Mitch Gallant
- Re: When were scanf_s functions introduced?
- From: Skywing
- Re: When were scanf_s functions introduced?
- From: Mitch Gallant
- Re: When were scanf_s functions introduced?
- From: Skywing
- Re: When were scanf_s functions introduced?
- From: Mitch Gallant
- Re: When were scanf_s functions introduced?
- From: Skywing
- Re: When were scanf_s functions introduced?
- From: Mitch Gallant
- Re: When were scanf_s functions introduced?
- From: Skywing
- When were scanf_s functions introduced?
- Prev by Date: Re: When were scanf_s functions introduced?
- Next by Date: Re: When were scanf_s functions introduced?
- Previous by thread: Re: When were scanf_s functions introduced?
- Next by thread: Re: When were scanf_s functions introduced?
- Index(es):
Relevant Pages
|