[CMake] cpack install problem
John Drescher
drescherjm at gmail.com
Thu Sep 3 16:52:13 EDT 2009
> The fix is to rebuild everything with the same version (SP) of visual
> studio. A single exe should not have more than one of these things in it.
> If it does then you have to do the redist thing. If it only has one, which
> is possible, then you can ship the libraries and not have to install into
> the system with redist. If there is one .obj or one .dll that was built
> with a slight different version of VS, then you get this problem, and the
> side by side manifest will not work. The redist.exe works by installing all
> of them into the system. It requires administrator rights to do this, and
> installs them for the whole computer.
>
Bill,
Thank You. Good to know, I will rebuild ITK, Qt and VTK probably at
the next release of ITK which should be in the next few weeks.
John
More information about the CMake
mailing list