<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>Permission issues with install command on Vista</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">Hello,<BR>
<BR>
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: </FONT></P>

<P><FONT SIZE=2 FACE="Arial">INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/lib${LIBRARY_NAME}.dll DESTINATION $ENV{SYSTEMROOT}/System32/)</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">On XP this command could be used without any failure. On Vista i got the error message that the dll could not copied. It seems to me that cmake has not the permission to execute this command running the script from my MSYS/MinGW environment.&nbsp; Is it possible to give cmake those permissions on install command?</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Best regards,</FONT>

<BR><FONT SIZE=2 FACE="Arial">Christian</FONT>
</P>

</BODY>
</HTML>