참고링크 [Bottom] [Top]
Visual C++ 배포 - http://msdn2.microsoft.com/ko-kr/library/zebw5zk9(VS.80).aspx
XCopy를 사용하여 배포 - http://msdn2.microsoft.com/ko-kr/library/ms235291(VS.80).aspx
Redistributing Visual C++ RunTime Library - http://www.serious-code.net/moin.cgi/RedistributingVisualCppRunTimeLibrary
RunTime Library 배포 [Bottom] [Top]
- Release 버젼 배포
- %PROGDIR%\Microsoft Visual Studio 8\SDK\v2.0\Bootstrapper\Packages\vcredist_x86\vcredist_x86.exe
파일을 같이 배포하여 설치한다.
- 폴더 복사를 이용한 배포
- Debug 버젼 배포
- %PROGDIR%\Microsoft Visual Studio 8\VC\redist\Debug_NonRedist\x86
아래에 있는 폴더들을 실행 파일이 폴더로 복사한다.
- Release 버젼 배포
- %PROGDIR%\Microsoft Visual Studio 8\VC\redist\x86
아래에 있는 폴더들을 실행 파일이 폴더로 복사한다.
- Debug 버젼 배포
