windows 7 – why i dont have Microsoft.VC80.MFC-file?

windows 7 – why i dont have Microsoft.VC80.MFC-file?

You should either install Visual C++ redistributable or use merge modules to add the redistributables into your Windows Installer installation package. Or alternatively you should copy MFC libraries in the directory with your application.

Libraries that can be used as private assembly (in your app directory) are located in C:Program Files (x86)Microsoft Visual Studio 8VCredistx86, or in amd64 if your app is 64 bit.

Merge modules for Windows Installer (MSI) are in C:Program Files (x86)Common FilesMerge Modules.

Redistributable package that installs all the libraries can be found in C:Program Files (x86)Microsoft Visual Studio 8SDKv2.0BootStrapperPackagesvcredist_x86vcredist_x86.exe for 32 bit programs and in …vcredist_x64vcredist_x64.exe for 64 bit programs. You can get these files from Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package ATL Security Update.


And I think you want to update Visual Studio with this package Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package ATL Security Update.

windows 7 – why i dont have Microsoft.VC80.MFC-file?

Leave a Reply

Your email address will not be published.