본문 바로가기

C/C++

Visual Studio 와 배포

Visual Studio 와 배포에 관한여...

 

"응용프로그램 구성이 올바르지 않기 때문에 이 응용 프로그램을 시작하지 못했습니다. 이 문제를 해결하려면 응용 프로그램을 다시 설치하십시오"

와 같은 문제가 있다면?

 

 isual c++ 2005부터는 배포 하기 위해 상당히 귀찮은 작업이 필요하다.

아래에 자세한 설명이 있으니 참고.

 

 

 1 . Visual Studio 2005/2008 개발한 app 배포하기

 : http://serious-code.net/moin.cgi/RedistributingVisualCppRunTimeLibrary

 : http://blogs.msdn.com/b/vcblog/archive/2007/10/12/how-to-redistribute-the-visual-c-libraries-with-your-application.aspx

 

 2 . Visual Studio 에서 vcredist_x86.exe 포함시켜 빌드하기
 : http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/420125d8-7198-460b-9def-6b759c903d1c

 

 3 . vc2008 app를 vcredist_x86.exe 설치 없이 배포하기

http://blog.kalmbach-software.de/2008/05/03/howto-deploy-vc2008-apps-without-installing-vcredist_x86exe

 

 

무언가 어렵고 귀찮고 잘되지도 않을 뿐더러 ms가 싫어지는 ...