Better yet: do not install anything to System32. Ever. There's no need for
it.
That's been a best-practice install technique for at least 10 years now.
On Thu, May 12, 2011 at 2:28 AM, Rolf Eike Beer wrote:
> > Hello,
> >
> > actual I'm struggling with CMAKE INSTALL command on Windows Vista, w
> Hello,
>
> actual I'm struggling with CMAKE INSTALL command on Windows Vista, when
> I try to copy the resulting DLL to the system32 folder using this
> command:
>
> INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/lib${LIBRARY_NAME}.dll DESTINATION
> $ENV{SYSTEMROOT}/System32/)
>
> On XP this command could
Hello,
actual I'm struggling with CMAKE INSTALL command on Windows Vista, when
I try to copy the resulting DLL to the system32 folder using this
command:
INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/lib${LIBRARY_NAME}.dll DESTINATION
$ENV{SYSTEMROOT}/System32/)
On XP this command could be used without