msvcrt.dll and mfc42.dll 
Author Message
 msvcrt.dll and mfc42.dll

    I have a product which can be downloaded from the web. I am trying to
make the download time quicker. Does anybody know if 'msvcrt.dll' and
'mfc42.dll' are installed with Windows 95, 98, NT? If so, I can remove them
from installation and save my customers a few minutes.

Thanks,
        Mark Colbath



Sat, 19 Jan 2002 03:00:00 GMT  
 msvcrt.dll and mfc42.dll

Quote:

>    I have a product which can be downloaded from the web. I am trying to
>make the download time quicker. Does anybody know if 'msvcrt.dll' and
>'mfc42.dll' are installed with Windows 95, 98, NT?

Question right back at you: which version of msvcrt.dll and
mfc42.dll? If you coded your app in VC 4.2, you *might*
get away with it. Any later version and you will almost
certainly find systems that need updated versions.

Quote:
>If so, I can remove them
>from installation and save my customers a few minutes.

Bad idea. Instead create 2 installs, a lite install (for systems
already having these DLLs) and a full install (for systems that
don't)

In the lite install, check first thing for these DLLs. If they are
not found, let the user know. You might even then provide
a third download that only contains these DLLs, for people
who downloaded the lite version when they neede the full
version.



Sat, 19 Jan 2002 03:00:00 GMT  
 msvcrt.dll and mfc42.dll
Besides Ron's good suggestion, you might also want to check if building your
program with the static linking libraries of the CRT and MFC might just provide
a single, relatively small download.

--
Tomas Restrepo

http://members.xoom.com/trestrep/


Quote:
>     I have a product which can be downloaded from the web. I am trying to
> make the download time quicker. Does anybody know if 'msvcrt.dll' and
> 'mfc42.dll' are installed with Windows 95, 98, NT? If so, I can remove them
> from installation and save my customers a few minutes.

> Thanks,
>         Mark Colbath



Sat, 19 Jan 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. msvcrt.dll mfc42.dll mfco42.dll

2. MFC42.dll and MFC42.dll

3. Please explain msvcrt.dll msvcrt20.dll msvcrt40.dll

4. Difference between MSVCRT.DLL and MSVCR70.DLL?

5. __argv fails in dll when using multi-threaded msvcrt dll's

6. REPOST: Redistributing/Installign MSVCP60.DLL and MSVCRT.DLL on NT/2K/ME/XP

7. MSVCRT.DLL and PLUGIN.DLL

8. File Associations and DEVSHL.DLL and MFC42.DLL

9. MFC42U.DLL and MFC42.DLL

10. MSDEV invalid page faults in RCDLL.DLL and MFC42.DLL

11. Hide DLL Exports as MFC42.dll

12. MFC42.DLL vs MFC42U.DLL

 

 
Powered by phpBB® Forum Software