<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body bgcolor="white" lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">Normally on Windows you don’t install into your Program Files folder using Visual Studio. Instead, you create an NSIS installation package, which you can install/uninstall as usual.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">CMake’s default C:\Program Files\ folder for install prefix is probably just blind copying from unix-type operating system. It is not necessary (and not a good idea in general) to run Visual Studio as administrator, just set CMAKE_INSTALL_PREFIX
 to a folder where your user has write access without elevation.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Andras<o:p></o:p></p>
<p class="MsoNormal"><a name="_MailEndCompose"><o:p> </o:p></a></p>
<span style="mso-bookmark:_MailEndCompose"></span>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b>From:</b> Community [mailto:community-bounces@itk.org] <b>
On Behalf Of </b>Gib Bogle<br>
<b>Sent:</b> Friday, December 15, 2017 9:39 PM<br>
<b>To:</b> Dženan Zukić <dzenanz@gmail.com>; Insight-users <insight-users@itk.org><br>
<b>Subject:</b> Re: [ITK] [ITK-users] Install problem on Windows 7<o:p></o:p></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p><span style="font-size:12.0pt;color:black">I agree, good to put this on the mailing list.<o:p></o:p></span></p>
<p><span style="font-size:12.0pt;color:black"><o:p> </o:p></span></p>
<p><span style="font-size:12.0pt;color:black">I don't know how to stop Win7 from asking me to confirm that I want to use my administrator access rights.  Normally it's just mildly irritating, but in this case it created a more serious problem.<o:p></o:p></span></p>
<div>
<div class="MsoNormal" align="center" style="text-align:center"><span style="font-size:12.0pt;color:#212121">
<hr size="4" width="98%" align="center">
</span></div>
<div id="divRplyFwdMsg">
<p class="MsoNormal"><b><span style="color:black">From:</span></b><span style="color:black"> Dženan Zukić <<a href="mailto:dzenanz@gmail.com">dzenanz@gmail.com</a>><br>
<b>Sent:</b> Saturday, 16 December 2017 3:33 p.m.<br>
<b>To:</b> Gib Bogle; Insight-users<br>
<b>Subject:</b> Re: [ITK-users] Install problem on Windows 7</span><span style="font-size:12.0pt;color:#212121">
<o:p></o:p></span></p>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;color:#212121"> <o:p></o:p></span></p>
</div>
</div>
<div>
<div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Verdana",sans-serif;color:#212121">I usually disable the security prompts, they are too annoying. That might not matter on Win10 (I am running Win7).<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Verdana",sans-serif;color:#212121"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Verdana",sans-serif;color:#212121">I am CC'ing the mailing list, so if someone comes across this again they can see what the solutions was.<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Verdana",sans-serif;color:#212121"><o:p> </o:p></span></p>
</div>
<div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Verdana",sans-serif;color:#212121">I have seen you shared xaas.tif. I will look into that next time I go to the office.<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Verdana",sans-serif;color:#212121"><o:p> </o:p></span></p>
</div>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Verdana",sans-serif;color:#212121">Regards,<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Verdana",sans-serif;color:#212121">Dženan<o:p></o:p></span></p>
</div>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;color:#212121"><o:p> </o:p></span></p>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;color:#212121">On Fri, Dec 15, 2017 at 9:25 PM, Gib Bogle <<a href="mailto:g.bogle@auckland.ac.nz" target="_blank">g.bogle@auckland.ac.nz</a>> wrote:<o:p></o:p></span></p>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-right:0cm">
<div>
<p style="background:white"><span style="font-size:12.0pt;color:black">I just realised that I was mistaken in thinking that VS was truncating the install directory name.  It's just that the long filename was split over two lines.  Duh! Now it seems that in
 fact it is a permissions issue, as you suggested.  Although I have administrator rights, when I do things in some C: directories I am asked if I want to continue - to verify that I am using my administrator permission.  It seems that at some stage the VS install
 wants to set permissions on <o:p></o:p></span></p>
<p style="background:white"><span style="font-size:12.0pt;color:black">ITKConfig.cmake, for some reason.<o:p></o:p></span></p>
<p style="background:white"><span style="font-size:12.0pt;color:black"><o:p> </o:p></span></p>
<p style="background:white"><span style="font-size:12.0pt;color:black">I have now opened VS2010 by "Run as administrator", and successfully completed the install.<o:p></o:p></span></p>
<p style="background:white"><span style="font-size:12.0pt;color:black"><o:p> </o:p></span></p>
<p style="background:white"><span style="font-size:12.0pt;color:black">Thanks for your help.  By the way, did you see that I've put xaas.rar (compressed form of xaas.tif) on the Kitware data site?  For some peculiar reason some of my posts on the Discourse
 site are being hidden, apparently being flagged by several members as spam.  I have no idea what is causiing that.<o:p></o:p></span></p>
<p style="background:white"><span style="font-size:12.0pt;color:black"><o:p> </o:p></span></p>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:12.0pt;color:#212121">Cheers<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:12.0pt;color:#212121">Gib<o:p></o:p></span></p>
<div class="MsoNormal" align="center" style="text-align:center;background:white">
<span style="font-size:12.0pt;color:#212121">
<hr size="4" width="98%" align="center">
</span></div>
<div id="m_791111812471158482divRplyFwdMsg">
<p class="MsoNormal" style="background:white"><b><span style="color:black">From:</span></b><span style="color:black"> Dženan Zukić <<a href="mailto:dzenanz@gmail.com" target="_blank">dzenanz@gmail.com</a>><br>
<b>Sent:</b> Saturday, 16 December 2017 2:18 p.m.<br>
<b>To:</b> Gib Bogle; Insight-users<o:p></o:p></span></p>
<div>
<div>
<p class="MsoNormal" style="background:white"><b><span style="color:black">Subject:</span></b><span style="color:black"> Re: [ITK-users] Install problem on Windows 7<o:p></o:p></span></p>
</div>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:12.0pt;color:#212121"> <o:p></o:p></span></p>
</div>
</div>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:12.0pt;font-family:"Verdana",sans-serif;color:#212121">Hi Gib,<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:12.0pt;font-family:"Verdana",sans-serif;color:#212121"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:12.0pt;font-family:"Verdana",sans-serif;color:#212121">are you running Visual Studio (or whatever is your make tool, e.g. ninja) as administrator? I suppose writing in Program Files requires
 administrative privileges. The Linux equivalent is </span><span style="font-size:12.0pt;font-family:"Courier New";color:#212121">make install</span><span style="font-size:12.0pt;font-family:"Verdana",sans-serif;color:#212121"> does not work, so you need to
 do </span><span style="font-size:12.0pt;font-family:"Courier New";color:#212121">sudo make install</span><span style="font-size:12.0pt;font-family:"Verdana",sans-serif;color:#212121">.</span><span style="font-size:12.0pt;color:#212121"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:12.0pt;color:#212121"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:12.0pt;font-family:"Verdana",sans-serif;color:#212121">Regards,</span><span style="font-size:12.0pt;color:#212121"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:12.0pt;font-family:"Verdana",sans-serif;color:#212121">Dženan</span><span style="font-size:12.0pt;color:#212121"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:12.0pt;color:#212121"><o:p> </o:p></span></p>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:12.0pt;color:#212121">On Fri, Dec 15, 2017 at 8:08 PM, Gib Bogle <<a href="mailto:g.bogle@auckland.ac.nz" target="_blank">g.bogle@auckland.ac.nz</a>> wrote:<o:p></o:p></span></p>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-right:0cm">
<div>
<p style="background:white"><span style="font-size:12.0pt;color:black">Hi Dzenan,<o:p></o:p></span></p>
<p style="background:white"><span style="font-size:12.0pt;color:black"><o:p> </o:p></span></p>
<p style="background:white"><span style="font-size:12.0pt;color:black">I just updated cmake to 3.10, and went though the build procedure again.  This is CMAKE_INSTALL_PREFIX:<o:p></o:p></span></p>
<p style="background:white"><span style="font-size:12.0pt;color:black">C:/Program Files/ITK4.12.2<o:p></o:p></span></p>
<p style="background:white"><span style="font-size:12.0pt;color:black">and this is the install error message:<o:p></o:p></span></p>
<p style="background:white"><span style="font-size:12.0pt;color:black">143>  -- Install configuration: "Release"<br>
143>  -- Up-to-date: C:/Program Files/ITK4.12.2/lib/cmake/ITK-4.12/ITKConfig.cmake<br>
143>  CMake Error at cmake_install.cmake:36 (file):<br>
143>    file INSTALL cannot set permissions on "C:/Program<br>
143>    Files/ITK4.12.2/lib/cmake/ITK-4.12/ITKConfig.cmake"<o:p></o:p></span></p>
<p style="background:white"><span style="font-size:12.0pt;color:black"><o:p> </o:p></span></p>
<p style="background:white"><span style="font-size:12.0pt;color:black">(C:/Program Files/itk4.12.2 already exists)  I've never had problems with cmake before.  This is bizarre.<o:p></o:p></span></p>
<p style="background:white"><span style="font-size:12.0pt;color:black"><o:p> </o:p></span></p>
<p style="background:white"><span style="font-size:12.0pt;color:black">What version of VS are you using?<o:p></o:p></span></p>
<p style="background:white"><span style="font-size:12.0pt;color:black"><o:p> </o:p></span></p>
<p style="background:white"><span style="font-size:12.0pt;color:black">Cheers<o:p></o:p></span></p>
<p style="background:white"><span style="font-size:12.0pt;color:black">Gib<o:p></o:p></span></p>
<div>
<div class="MsoNormal" align="center" style="text-align:center;background:white">
<span style="font-size:12.0pt;color:#212121">
<hr size="4" width="98%" align="center">
</span></div>
<div id="m_791111812471158482m_4066840439723513310m_-4632485496490415076divRplyFwdMsg">
<p class="MsoNormal" style="background:white"><b><span style="color:black">From:</span></b><span style="color:black"> Dženan Zukić <<a href="mailto:dzenanz@gmail.com" target="_blank">dzenanz@gmail.com</a>><br>
<b>Sent:</b> Saturday, 16 December 2017 12:52 p.m.<br>
<b>To:</b> Gib Bogle<br>
<b>Cc:</b> insight-users<br>
<b>Subject:</b> Re: [ITK-users] Install problem on Windows 7</span><span style="font-size:12.0pt;color:#212121">
<o:p></o:p></span></p>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:12.0pt;color:#212121"> <o:p></o:p></span></p>
</div>
</div>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:12.0pt;font-family:"Verdana",sans-serif;color:#212121">Hi Gib,<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:12.0pt;font-family:"Verdana",sans-serif;color:#212121"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:12.0pt;font-family:"Verdana",sans-serif;color:#212121">as installing into </span><span style="font-size:12.0pt;font-family:"Courier New";color:#212121">C:/Program Files/ITK</span><span style="font-size:12.0pt;font-family:"Verdana",sans-serif;color:#212121">
 prefix works for me, it must be the CMake version. Fortunately, updating CMake is easy.</span><span style="font-size:12.0pt;color:#212121"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:12.0pt;color:#212121"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:12.0pt;font-family:"Verdana",sans-serif;color:#212121">Regards,</span><span style="font-size:12.0pt;color:#212121"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:12.0pt;font-family:"Verdana",sans-serif;color:#212121">Dženan</span><span style="font-size:12.0pt;color:#212121"><o:p></o:p></span></p>
</div>
</div>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:12.0pt;color:#212121"><o:p> </o:p></span></p>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:12.0pt;color:#212121">On Fri, Dec 15, 2017 at 5:15 PM, Gib Bogle <<a href="mailto:g.bogle@auckland.ac.nz" target="_blank">g.bogle@auckland.ac.nz</a>> wrote:<o:p></o:p></span></p>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-right:0cm">
<div>
<p style="background:white"><span style="font-size:12.0pt;color:black">I spoke too soon.  I saw the install proceeding successfully, and leapt to the conclusion that it was putting the files in the right place (I'd got the mistaken idea that C:/Program Files/ITK4.12.2
 was the default install directory, by misinterpreting cmake_install.cmake).  So the directories - bin, include, lib, share - were all created under D:/.  No big deal to copy them to C:/Program Files/ITK4.12.2, but this is clearly an issue.  Has anybody else
 encountered this?<o:p></o:p></span></p>
<div>
<div class="MsoNormal" align="center" style="text-align:center;background:white">
<span style="font-size:12.0pt;color:black">
<hr size="4" width="98%" align="center">
</span></div>
<div id="m_791111812471158482m_4066840439723513310m_-4632485496490415076m_-520215195336711280divRplyFwdMsg">
<p class="MsoNormal" style="background:white"><b><span style="color:black">From:</span></b><span style="color:black"> Insight-users <<a href="mailto:insight-users-bounces@itk.org" target="_blank">insight-users-bounces@itk.org</a>> on behalf of Gib Bogle <<a href="mailto:g.bogle@auckland.ac.nz" target="_blank">g.bogle@auckland.ac.nz</a>><br>
<b>Sent:</b> Saturday, 16 December 2017 10:49 a.m.<br>
<b>To:</b> insight-users<br>
<b>Subject:</b> [FORGED] Re: [ITK-users] Install problem on Windows 7</span><span style="font-size:12.0pt;color:black">
<o:p></o:p></span></p>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:12.0pt;color:black"> <o:p></o:p></span></p>
</div>
</div>
<div>
<div>
<div>
<p style="background:white"><span style="font-size:12.0pt;color:black">If I leave the CMAKE_INSTALL_PREFIX blank, it installs correctly (in the same place I specified).  It must be a cmake bug - no problem once you know how to avoid it.<o:p></o:p></span></p>
<div>
<div class="MsoNormal" align="center" style="text-align:center;background:white">
<span style="font-size:12.0pt;color:black">
<hr size="4" width="98%" align="center">
</span></div>
<div id="m_791111812471158482m_4066840439723513310m_-4632485496490415076m_-520215195336711280divRplyFwdMsg">
<p class="MsoNormal" style="background:white"><b><span style="color:black">From:</span></b><span style="color:black"> Insight-users <<a href="mailto:insight-users-bounces@itk.org" target="_blank">insight-users-bounces@itk.org</a>> on behalf of Gib Bogle <<a href="mailto:g.bogle@auckland.ac.nz" target="_blank">g.bogle@auckland.ac.nz</a>><br>
<b>Sent:</b> Saturday, 16 December 2017 10:14 a.m.<br>
<b>To:</b> insight-users<br>
<b>Subject:</b> [FORGED] [ITK-users] Install problem on Windows 7</span><span style="font-size:12.0pt;color:black">
<o:p></o:p></span></p>
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:12.0pt;color:black"> <o:p></o:p></span></p>
</div>
</div>
<div>
<p style="background:white"><span style="font-size:12.0pt;color:black">I've been using ITK4.8.0, which I built two years ago, so I decided to build 4.12.2, in case something has been fixed since then.<o:p></o:p></span></p>
<p style="background:white"><span style="font-size:12.0pt;color:black"><o:p> </o:p></span></p>
<p style="background:white"><span style="font-size:12.0pt;color:black">Following exactly the same procedure with cmake-gui as before, and setting CMAKE_INSTALL_PREFIX as<o:p></o:p></span></p>
<p style="background:white"><span style="font-size:12.0pt;color:black">C:/Program Files/ITK4.12.2<o:p></o:p></span></p>
<p style="background:white"><span style="font-size:12.0pt;color:black">everything goes fine (building with VS2010 Win64) until the actual install step of copying the files to the install directory.  The error message is:<o:p></o:p></span></p>
<p style="background:white"><span style="font-size:12.0pt;color:black"><o:p> </o:p></span></p>
<p style="background:white"><span style="font-size:12.0pt;color:black">135>  -- Install configuration: "Release"<br>
135>  CMake Error at cmake_install.cmake:31 (file):<br>
135>    file cannot create directory: C:/Program<br>
135>    Files/ITK4.12.2/lib/cmake/ITK-4.12.  Maybe need administrative privileges.<o:p></o:p></span></p>
<p style="background:white"><span style="font-size:12.0pt;color:black"><o:p> </o:p></span></p>
<p style="background:white"><span style="font-size:12.0pt;color:black">Clearly the CMAKE_INSTALL_PREFIX is not being treated correctly, and the space is terminating the directory name.  I tried putting quotes around it, but that produced a similar but even
 more strange result - cmake had inserted a ';', making the directory C:/Program;Files/ITK4.12.2<o:p></o:p></span></p>
<p style="background:white"><span style="font-size:12.0pt;color:black">Is this an issue with the cmake version?  I am using cmake 3.0.2.<o:p></o:p></span></p>
<p style="background:white"><span style="font-size:12.0pt;color:black"><o:p> </o:p></span></p>
<p style="background:white"><span style="font-size:12.0pt;color:black">I considered copying all the files by hand, but I'm not sure if that's really feasible.<o:p></o:p></span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt;background:white"><span style="font-size:12.0pt;color:#212121"><br>
The ITK community is transitioning from this mailing list to <a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdiscourse.itk.org&data=02%7C01%7Classo%40queensu.ca%7Cdf25a6d1aa304542005608d5442e4021%7Cd61ecb3b38b142d582c4efb2838b925c%7C1%7C0%7C636489887797261654&sdata=4%2F2cKqalYJ4aoIEzSrppvmCLmRd9ThKoJDZsyNgZMk0%3D&reserved=0" target="_blank">
discourse.itk.org</a>. Please join us there!<br>
________________________________<br>
Powered by <a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.kitware.com&data=02%7C01%7Classo%40queensu.ca%7Cdf25a6d1aa304542005608d5442e4021%7Cd61ecb3b38b142d582c4efb2838b925c%7C1%7C0%7C636489887797261654&sdata=nN583u3yChKXSLsNmLT4HofU766Z%2BH0S15px1ifZ5%2BQ%3D&reserved=0" target="_blank">
www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.kitware.com%2Fopensource%2Fopensource.html&data=02%7C01%7Classo%40queensu.ca%7Cdf25a6d1aa304542005608d5442e4021%7Cd61ecb3b38b142d582c4efb2838b925c%7C1%7C0%7C636489887797261654&sdata=69GMM3ig5hCDHQ86L8TyTwdz%2FT2d0Gy1JS7nWUWNPzg%3D&reserved=0" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.kitware.com%2Fproducts%2Fprotraining.php&data=02%7C01%7Classo%40queensu.ca%7Cdf25a6d1aa304542005608d5442e4021%7Cd61ecb3b38b142d582c4efb2838b925c%7C1%7C0%7C636489887797261654&sdata=jh%2FLoxGpnNjH0mhzYYpzKfBs859RAx%2BSh8DmUE9WTDc%3D&reserved=0" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.itk.org%2FWiki%2FITK_FAQ&data=02%7C01%7Classo%40queensu.ca%7Cdf25a6d1aa304542005608d5442e4021%7Cd61ecb3b38b142d582c4efb2838b925c%7C1%7C0%7C636489887797261654&sdata=aM8%2BUfkPJERHRZzWG5zS%2FGDHelzZrVws9v3tpjuuU3I%3D&reserved=0" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fitk.org%2Fmailman%2Flistinfo%2Finsight-users&data=02%7C01%7Classo%40queensu.ca%7Cdf25a6d1aa304542005608d5442e4021%7Cd61ecb3b38b142d582c4efb2838b925c%7C1%7C0%7C636489887797261654&sdata=y1i8L0zXYPAioAu%2Fc7lIxkzF5mJbuXncl8b82KxMvjs%3D&reserved=0" target="_blank">https://itk.org/mailman/listinfo/insight-users</a><o:p></o:p></span></p>
</blockquote>
</div>
<p class="MsoNormal" style="background:white"><span style="font-size:12.0pt;color:#212121"><o:p> </o:p></span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<p class="MsoNormal" style="background:white"><span style="font-size:12.0pt;color:#212121"><o:p> </o:p></span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<p class="MsoNormal"><span style="font-size:12.0pt;color:#212121"><o:p> </o:p></span></p>
</div>
</div>
</div>
</div>
</body>
</html>