Training
Module
Explore application troubleshooting - Training
This module explores the methods and tools used for troubleshooting application deployment issues.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Describes how to deploy a Visual C++ application by copying files to its folder.
A computer that has Visual Studio installed.
Another computer that doesn't have the Visual C++ libraries.
Create and build an MFC application by following the steps in Walkthrough: Deploying a Visual C++ Application By Using a Setup Project.
Copy the appropriate MFC and C Run-Time (CRT) library files from the Visual Studio installation directory in the \VC\redist\version folder, and then paste them in the \Release\ folder of your MFC project. For more information about other files that you might have to copy, see Determining Which DLLs to Redistribute.
Run the MFC application on a second computer that doesn't have the Visual C++ libraries.
Copy the contents of the \Release\ folder and paste them in the application folder on the second computer.
Run the application on the second computer.
The application runs successfully because the Visual C++ libraries are available in the application-local folder.
Training
Module
Explore application troubleshooting - Training
This module explores the methods and tools used for troubleshooting application deployment issues.
Documentation
Learn more about: Deployment Examples
Deploy a Visual C++ application by using a setup project
Learn more about: Walkthrough: Deploy a Visual C++ application by using a setup project
Learn more about: Choosing a deployment method