Accessibility & Handicap Project <font color="#ff0000"><br>This project is not only important for me, but for each people wich can't use use a mouse.<br>Among all free and non free software, it's maybe just one of the best, easier, smoother, ...<br>Let me thank you, for your help, your time...<br><br></font>Hi,<br><br>I'm daily using this <a href="http://nipg.inf.elte.hu/headmouse/headmouse.html">software</a>  in order to manage my computer (moving the mouse with my head moves, I became disable due to a  <a href="http://fr.wikipedia.org/wiki/Scl%C3%A9rose_lat%C3%A9rale_amyotrophique">desease</a>).<br>It works pzerfectly with XP PRO SP3, but not under vista.<br>Now, my laptop  is close to death, I had to change it and so migrate to vista :(.<br>Hopefully, this software is available <a href="http://sourceforge.net/projects/erutarian">here</a> with GPL licence.<br>Here is a copy of the <a href="http://www.megaupload.com/?d=W5G7MXJQ">source code</a> of the project (400Ko).<br>I 've downloaded it through CVS, but couldn't compile it :(<br>Code has been post without any explications...<br>I understood that it was developped with MFC AppWizard<br>I'm not a dev, just a good script maker <br><br> <b><u>Apps installed:</u></b><br>- <a href="http://sourceforge.net/project/showfiles.php?group_id=22870">Opencv </a><br>- <a href="http://www.microsoft.com/downloads/details.aspx?familyid=5493F76A-6D37-478D-BA17-28B1CCA4865A&amp;displaylang=en">Directx sdk nov2008</a> and <a href="http://www.microsoft.com/downloads/details.aspx?familyid=529F03BE-1339-48C4-BD5A-8506E5ACF571&amp;displaylang=en">august 2007</a> ( for dxtrans.h)<br>- VisualStudio Express 2008<br>- Must compile:<br>  -  C:\Program Files\Microsoft SDKs\Windows\v6.1\Samples\Multimedia\DirectShow\BaseClasses\baseclasses.sln to get strmbase.lib<br>  -  C:\Program Files\Microsoft SDKs\Windows\v6.1\Samples\Multimedia\DirectShow\BaseClasses\streams.h<br>  -  C:\Program Files\Microsoft SDKs\Windows\v6.1\Samples\Multimedia\DirectShow\BaseClasses\Release\strmbase.lib<br><br><u><b>Modifications:</b></u><br>- m_bTracking = false; to m_bTracking = true; line73 from HeadmouseDoc.cpp<br><br><b>Problem:</b><br><br><div style="overflow:auto;background-color:white;line-height:100% ! important;font-family:Courier New;font-size:11px"><table style="border-width:0px;margin:2px 0px;width:99%;border-collapse:collapse;background-color:rgb(255, 255, 255)" cellpadding=0 cellspacing=0><col style="font-family:Courier New;font-size:11px;padding-left:10px;white-space:nowrap"><tbody><tr><td><font style="color:blue">for</font><font style="font-size:11px">(list&lt;</font><font style="color:blue">string</font><font style="font-size:11px">&gt;::const_iterator i=m_windows.begin(); i!=m_windows.end() &amp;&amp; !tobreak; ++i) </font><font style="color:green">// i est bien declaré ici  </font><font style="font-size:11px"> </font></td></tr><tr><td style="background-color:rgb(247, 247, 247)">{ </td></tr><tr><td> <font style="color:blue">if</font><font style="font-size:11px">(0==strcmp((*(i)).c_str(),title)) </font></td></tr><tr><td style="background-color:rgb(247, 247, 247)">  tobreak=<font style="color:blue">true</font><font style="font-size:11px">; </font></td></tr><tr><td>} </td></tr><tr><td style="background-color:rgb(247, 247, 247)"><font style="color:blue">if</font><font style="font-size:11px">(tobreak || i==m_windows.end()) </font><font style="color:green">//ligne 46 var i not declare</font><font style="font-size:11px"> </font></td></tr></tbody></table></div><br><br>In fact, i is declared in the loop for, and so theorically invisibleoutside of the loop , except with some compiler.<br><br><div style="overflow:auto;background-color:white;line-height:100% ! important;font-family:Courier New;font-size:11px"><table style="border-width:0px;margin:2px 0px;width:99%;border-collapse:collapse;background-color:rgb(255, 255, 255)" cellpadding=0 cellspacing=0><col style="font-family:Courier New;font-size:11px;padding-left:10px;white-space:nowrap"><tbody><tr><td><font style="font-size:11px">list&lt;</font><font style="color:blue">string</font><font style="font-size:11px">&gt;::const_iterator i=m_windows.begin(); </font></td></tr><tr><td style="background-color:rgb(247, 247, 247)"><font style="color:blue">for</font><font style="font-size:11px">(; i!=m_windows.end() &amp;&amp; !tobreak; ++i) </font></td></tr><tr><td>{ </td></tr><tr><td style="background-color:rgb(247, 247, 247)"> <font style="color:blue">if</font><font style="font-size:11px">(0==strcmp((*(i)).c_str(),title)) </font></td></tr><tr><td>  tobreak=<font style="color:blue">true</font><font style="font-size:11px">; </font></td></tr><tr><td style="background-color:rgb(247, 247, 247)">} </td></tr><tr><td><font style="color:blue">if</font><font style="font-size:11px">(tobreak || i==m_windows.end()) </font></td></tr></tbody></table></div><br>Thanks <b>olivthill</b> for the answer :)<br><br>Compilation ok<br>I've copied files on my wife's computer (Vista), and then &quot;application error, side by side configuration...&quot;<br>I've searched msdn and found this <a href="http://msdn.microsoft.com/fr-fr/library/ms235317.aspx">procédure</a><br>but I can''t get step 5<br><br>Sum up:<br>source Code : ok<br>Compilation : ok<br>-- In the folder &quot;headmouse/headmouse/release&quot;: 1 file .exe &quot;headmouse.exe&quot; , with .obj, .xdc, .pdb,idb, xml, pch files<br>-- In the folder &quot;headmouse/processlib/release&quot;: 1 process.lib and .obj files<br>I launched a debug with &quot;headmouse.exe&quot; wich asks me to add missing DLLs (found them here: /program files/OpenCV/bin):<br>- cv110.dll<br>- cvxcore110.dll<br>- highgui110.dll<br><br>Then, as there was no crash, I've created a setup project while following the step by step guide<br>Unfortunatly, it still doesn't work :(<br><br>fed up, erase and restart:<br>- recreation of the project.<br>- add a setup project to the current project.<br>- set project and dependancies.<br><br>launch of setup.msi<br>- ok<br>- verification, all files are at the right place.<br>launch the program on Vista 32 et 64.<br>- erreur 0xc0150002<br>installation of <a href="http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&amp;displaylang=en">Microsoft Visual C++ 2008 Redistributable Package</a> <br>- erreur 0xc0150002<br>installation of <a href="http://www.microsoft.com/downloads/details.aspx?familyid=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&amp;displaylang=en">Microsoft Visual C++ 2005 Redistributable Package</a><br>- erreur 0xc0150002<br>If someone could test the <a href="http://www.megaupload.com/?d=W5G7MXJQ">project</a>? compilation &amp; package (400Ko)<br>Tell me where I'm wrong...<br><br>Thanks for your help..<br><br><font color="#ff0000">This project is not only important for me, but for each people wich can't use use a mouse.<br> Among all free and non free software, it's maybe just one of the best, easier, smoother, ...<br> Let me thank you, for your help, your time...</font><font color="#ff0000"><br></font><br>sorry for my bad english<br><br>Kilhian© 2009 Microsoft Corporation. All rights reserved.Sat, 22 Aug 2009 23:55:32 Z5e729661-ada9-4eaa-a4b0-f7017af9cfe0http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/5e729661-ada9-4eaa-a4b0-f7017af9cfe0#5e729661-ada9-4eaa-a4b0-f7017af9cfe0http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/5e729661-ada9-4eaa-a4b0-f7017af9cfe0#5e729661-ada9-4eaa-a4b0-f7017af9cfe0Kilhianhttp://social.msdn.microsoft.com/Profile/en-US/?user=KilhianAccessibility & Handicap Project <font color="#ff0000"><br>This project is not only important for me, but for each people wich can't use use a mouse.<br>Among all free and non free software, it's maybe just one of the best, easier, smoother, ...<br>Let me thank you, for your help, your time...<br><br></font>Hi,<br><br>I'm daily using this <a href="http://nipg.inf.elte.hu/headmouse/headmouse.html">software</a>  in order to manage my computer (moving the mouse with my head moves, I became disable due to a  <a href="http://fr.wikipedia.org/wiki/Scl%C3%A9rose_lat%C3%A9rale_amyotrophique">desease</a>).<br>It works pzerfectly with XP PRO SP3, but not under vista.<br>Now, my laptop  is close to death, I had to change it and so migrate to vista :(.<br>Hopefully, this software is available <a href="http://sourceforge.net/projects/erutarian">here</a> with GPL licence.<br>Here is a copy of the <a href="http://www.megaupload.com/?d=W5G7MXJQ">source code</a> of the project (400Ko).<br>I 've downloaded it through CVS, but couldn't compile it :(<br>Code has been post without any explications...<br>I understood that it was developped with MFC AppWizard<br>I'm not a dev, just a good script maker <br><br> <b><u>Apps installed:</u></b><br>- <a href="http://sourceforge.net/project/showfiles.php?group_id=22870">Opencv </a><br>- <a href="http://www.microsoft.com/downloads/details.aspx?familyid=5493F76A-6D37-478D-BA17-28B1CCA4865A&amp;displaylang=en">Directx sdk nov2008</a> and <a href="http://www.microsoft.com/downloads/details.aspx?familyid=529F03BE-1339-48C4-BD5A-8506E5ACF571&amp;displaylang=en">august 2007</a> ( for dxtrans.h)<br>- VisualStudio Express 2008<br>- Must compile:<br>  -  C:\Program Files\Microsoft SDKs\Windows\v6.1\Samples\Multimedia\DirectShow\BaseClasses\baseclasses.sln to get strmbase.lib<br>  -  C:\Program Files\Microsoft SDKs\Windows\v6.1\Samples\Multimedia\DirectShow\BaseClasses\streams.h<br>  -  C:\Program Files\Microsoft SDKs\Windows\v6.1\Samples\Multimedia\DirectShow\BaseClasses\Release\strmbase.lib<br><br><u><b>Modifications:</b></u><br>- m_bTracking = false; to m_bTracking = true; line73 from HeadmouseDoc.cpp<br><br><b>Problem:</b><br><br><div style="overflow:auto;background-color:white;line-height:100% ! important;font-family:Courier New;font-size:11px"><table style="border-width:0px;margin:2px 0px;width:99%;border-collapse:collapse;background-color:rgb(255, 255, 255)" cellpadding=0 cellspacing=0><col style="font-family:Courier New;font-size:11px;padding-left:10px;white-space:nowrap"><tbody><tr><td><font style="color:blue">for</font><font style="font-size:11px">(list&lt;</font><font style="color:blue">string</font><font style="font-size:11px">&gt;::const_iterator i=m_windows.begin(); i!=m_windows.end() &amp;&amp; !tobreak; ++i) </font><font style="color:green">// i est bien declaré ici  </font><font style="font-size:11px"> </font></td></tr><tr><td style="background-color:rgb(247, 247, 247)">{ </td></tr><tr><td> <font style="color:blue">if</font><font style="font-size:11px">(0==strcmp((*(i)).c_str(),title)) </font></td></tr><tr><td style="background-color:rgb(247, 247, 247)">  tobreak=<font style="color:blue">true</font><font style="font-size:11px">; </font></td></tr><tr><td>} </td></tr><tr><td style="background-color:rgb(247, 247, 247)"><font style="color:blue">if</font><font style="font-size:11px">(tobreak || i==m_windows.end()) </font><font style="color:green">//ligne 46 var i not declare</font><font style="font-size:11px"> </font></td></tr></tbody></table></div><br><br>In fact, i is declared in the loop for, and so theorically invisibleoutside of the loop , except with some compiler.<br><br><div style="overflow:auto;background-color:white;line-height:100% ! important;font-family:Courier New;font-size:11px"><table style="border-width:0px;margin:2px 0px;width:99%;border-collapse:collapse;background-color:rgb(255, 255, 255)" cellpadding=0 cellspacing=0><col style="font-family:Courier New;font-size:11px;padding-left:10px;white-space:nowrap"><tbody><tr><td><font style="font-size:11px">list&lt;</font><font style="color:blue">string</font><font style="font-size:11px">&gt;::const_iterator i=m_windows.begin(); </font></td></tr><tr><td style="background-color:rgb(247, 247, 247)"><font style="color:blue">for</font><font style="font-size:11px">(; i!=m_windows.end() &amp;&amp; !tobreak; ++i) </font></td></tr><tr><td>{ </td></tr><tr><td style="background-color:rgb(247, 247, 247)"> <font style="color:blue">if</font><font style="font-size:11px">(0==strcmp((*(i)).c_str(),title)) </font></td></tr><tr><td>  tobreak=<font style="color:blue">true</font><font style="font-size:11px">; </font></td></tr><tr><td style="background-color:rgb(247, 247, 247)">} </td></tr><tr><td><font style="color:blue">if</font><font style="font-size:11px">(tobreak || i==m_windows.end()) </font></td></tr></tbody></table></div><br>Thanks <b>olivthill</b> for the answer :)<br><br>Compilation ok<br>I've copied files on my wife's computer (Vista), and then &quot;application error, side by side configuration...&quot;<br>I've searched msdn and found this <a href="http://msdn.microsoft.com/fr-fr/library/ms235317.aspx">procédure</a><br>but I can''t get step 5<br><br>Sum up:<br>source Code : ok<br>Compilation : ok<br>-- In the folder &quot;headmouse/headmouse/release&quot;: 1 file .exe &quot;headmouse.exe&quot; , with .obj, .xdc, .pdb,idb, xml, pch files<br>-- In the folder &quot;headmouse/processlib/release&quot;: 1 process.lib and .obj files<br>I launched a debug with &quot;headmouse.exe&quot; wich asks me to add missing DLLs (found them here: /program files/OpenCV/bin):<br>- cv110.dll<br>- cvxcore110.dll<br>- highgui110.dll<br><br>Then, as there was no crash, I've created a setup project while following the step by step guide<br>Unfortunatly, it still doesn't work :(<br><br>fed up, erase and restart:<br>- recreation of the project.<br>- add a setup project to the current project.<br>- set project and dependancies.<br><br>launch of setup.msi<br>- ok<br>- verification, all files are at the right place.<br>launch the program on Vista 32 et 64.<br>- erreur 0xc0150002<br>installation of <a href="http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&amp;displaylang=en">Microsoft Visual C++ 2008 Redistributable Package</a> <br>- erreur 0xc0150002<br>installation of <a href="http://www.microsoft.com/downloads/details.aspx?familyid=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&amp;displaylang=en">Microsoft Visual C++ 2005 Redistributable Package</a><br>- erreur 0xc0150002<br>If someone could test the <a href="http://www.megaupload.com/?d=W5G7MXJQ">project</a>? compilation &amp; package (400Ko)<br>Tell me where I'm wrong...<br><br>Thanks for your help..<br><br><font color="#ff0000">This project is not only important for me, but for each people wich can't use use a mouse.<br> Among all free and non free software, it's maybe just one of the best, easier, smoother, ...<br> Let me thank you, for your help, your time...</font><font color="#ff0000"><br></font><br>sorry for my bad english<br><br>KilhianSun, 15 Mar 2009 21:53:29 Z2009-03-20T13:11:41Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/5e729661-ada9-4eaa-a4b0-f7017af9cfe0#e220a565-aa71-473d-b8b4-2fc8525c52f3http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/5e729661-ada9-4eaa-a4b0-f7017af9cfe0#e220a565-aa71-473d-b8b4-2fc8525c52f3Vegan Fanatichttp://social.msdn.microsoft.com/Profile/en-US/?user=Vegan%20FanaticAccessibility & Handicap Project Try changing the install order, VS 2005 redistributable, VS 2008 redistributable, your program.<br><br>Might work better.<br><hr class="sig"><a href="http://contract-developer.dyndns.biz">IT/Developer, Windows/Linux/Whatever</a> I need a new web server, the antique IBM 300GL has a 137GB disk limit, for my <a href="http://computer-chess.dyndns.biz">chess site</a>. I wanted to post many more downloadable files, the existing 30GB disk is insufficient.Tue, 17 Mar 2009 01:43:15 Z2009-03-17T01:43:15Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/5e729661-ada9-4eaa-a4b0-f7017af9cfe0#78069507-a243-460d-9cec-0af309785daehttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/5e729661-ada9-4eaa-a4b0-f7017af9cfe0#78069507-a243-460d-9cec-0af309785daeKilhianhttp://social.msdn.microsoft.com/Profile/en-US/?user=KilhianAccessibility & Handicap Project Thanks,but i've already tried it .<br>Any clue/hints ?<br><br>Kihian<br> Tue, 17 Mar 2009 21:04:01 Z2009-03-17T21:04:01Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/5e729661-ada9-4eaa-a4b0-f7017af9cfe0#58727054-0ba0-4f64-9cb3-9d4affa888b9http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/5e729661-ada9-4eaa-a4b0-f7017af9cfe0#58727054-0ba0-4f64-9cb3-9d4affa888b9Vegan Fanatichttp://social.msdn.microsoft.com/Profile/en-US/?user=Vegan%20FanaticAccessibility & Handicap Project This suggests your registry might be corrupted. Search for a program called &quot;beclean&quot;, its a free registry tool to clean up the mess in a registry.<br><br>I have used it but do not use the shortcut checker as some links in the administrator tools will disappear.<br><br>I am suprised WIndows has no untility to clean up the registry. So a 3rd party tool is needed.<br><hr class="sig"><a href="http://contract-developer.dyndns.biz">IT/Developer, Windows/Linux/Whatever</a> I need a new web server, the antique IBM 300GL has a 137GB disk limit, for my <a href="http://computer-chess.dyndns.biz">chess site</a>. I wanted to post many more downloadable files, the existing 30GB disk is insufficient.Tue, 17 Mar 2009 21:27:52 Z2009-03-17T21:27:52Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/5e729661-ada9-4eaa-a4b0-f7017af9cfe0#c6011fba-5a0b-453e-bf2d-46d5989171cehttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/5e729661-ada9-4eaa-a4b0-f7017af9cfe0#c6011fba-5a0b-453e-bf2d-46d5989171ceNancy Shaohttp://social.msdn.microsoft.com/Profile/en-US/?user=Nancy%20ShaoAccessibility & Handicap Project Hi Kilhian, <p style="background:white"><span style="font-size:9.5pt;color:#080808;font-family:'Verdana','sans-serif'">We are changing the issue type to “General Discussion” because you have not followed up with the necessary information. If you have more time to look at the issue and provide more information, please feel free to change the issue type back to “Question” by opening the Options list at the top of the post editor window, and changing the type. If the issue is resolved, we will appreciate it if you can share the solution so that the answer can be found and used by other community members having similar questions.<br><br>Thank you!</span> <br><br><span style="font-size:9.5pt;color:#080808;font-family:'Verdana','sans-serif'">Best Regards,<br></span><span style="font-size:9.5pt;color:#080808;font-family:'Verdana','sans-serif'">Nancy</span></p><hr class="sig">Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.Fri, 20 Mar 2009 09:21:47 Z2009-03-20T09:21:47Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/5e729661-ada9-4eaa-a4b0-f7017af9cfe0#27c8f272-87e9-437b-bbfb-a2de965799c7http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/5e729661-ada9-4eaa-a4b0-f7017af9cfe0#27c8f272-87e9-437b-bbfb-a2de965799c7Kilhianhttp://social.msdn.microsoft.com/Profile/en-US/?user=KilhianAccessibility & Handicap Project I've installed the program on vista fresh install to so registry couldn't be corrupted.<br>I've posted the source code, all the things i did, step by step.<br>I've posted all the necessary links.<br>What more can I do?<br>Can somebody try to compile &amp; package it ?<br>it works with VisualStudio environement, but not on a fresh install<br><br><br>Kilhian<br><br><br> Fri, 20 Mar 2009 13:10:29 Z2009-03-20T13:10:29Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/5e729661-ada9-4eaa-a4b0-f7017af9cfe0#e387893d-dc9a-4fdf-8a9a-94905e358c31http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/5e729661-ada9-4eaa-a4b0-f7017af9cfe0#e387893d-dc9a-4fdf-8a9a-94905e358c31Kilhianhttp://social.msdn.microsoft.com/Profile/en-US/?user=KilhianAccessibility & Handicap Project up :)Thu, 09 Apr 2009 11:11:25 Z2009-04-09T11:11:25Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/5e729661-ada9-4eaa-a4b0-f7017af9cfe0#935d9f77-36ff-4f7b-b594-8cbfacaaa43bhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/5e729661-ada9-4eaa-a4b0-f7017af9cfe0#935d9f77-36ff-4f7b-b594-8cbfacaaa43bKilhianhttp://social.msdn.microsoft.com/Profile/en-US/?user=KilhianAccessibility & Handicap Project pleaseThu, 02 Jul 2009 23:27:24 Z2009-07-02T23:27:24Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/5e729661-ada9-4eaa-a4b0-f7017af9cfe0#904b3bbd-e099-469c-b8fb-44d8ebc3e7b9http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/5e729661-ada9-4eaa-a4b0-f7017af9cfe0#904b3bbd-e099-469c-b8fb-44d8ebc3e7b9Vegan Fanatichttp://social.msdn.microsoft.com/Profile/en-US/?user=Vegan%20FanaticAccessibility & Handicap Project I do not see anything more than a few snipped out lines. So is not possible to see what else is happening to cause the problem.<hr class="sig">Vote if helpful, I am running for Office (joke), also mark questions answered. <a href="http://contract-developer.dyndns.biz">IT/Developer, Windows/Linux/Whatever</a> I need a new web server, the antique IBM 300GL has a 137GB disk limit, for my <a href="http://computer-chess.dyndns.biz">chess site</a>. My server's disk finally croaked, I am out of work, I need to get a new server as the old IBM is past its prime.Thu, 02 Jul 2009 23:40:26 Z2009-07-02T23:40:26Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/5e729661-ada9-4eaa-a4b0-f7017af9cfe0#54cd3177-32e9-4b42-9a8e-5071e1aed216http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/5e729661-ada9-4eaa-a4b0-f7017af9cfe0#54cd3177-32e9-4b42-9a8e-5071e1aed216oco2http://social.msdn.microsoft.com/Profile/en-US/?user=oco2Accessibility & Handicap Project Hi Kilhian !<br/> <br/> Oh ! Given the date of your message, you still have the problem despite the discussion at http://fr.groups.yahoo.com/group/handicap_tic/message/2583 ?<br/> <br/> Have you try this zip package on a fresh Vista installation ? : http://olivier.coursiere.free.fr/download/headmouse.zip.<br/> <br/> Maybe the problem is in the setup.msi.<br/> <br/> Or some dll are missing, like the one for MFC (like mfc&lt;version&gt;.dll). Those dlls are required to run this program.<br/> <br/> <br/> <br/>Sat, 22 Aug 2009 23:55:31 Z2009-08-22T23:55:31Z