Msbuild for vdproj<b class="headline"><br /> Automated Compiling of MSI project from MSBuild&nbsp; </b> <br /> <pre>I'm creating a automated build process, a process witch needs to result in <br />the creation of a installer (.msi).<br /><br />My choice was to use the Setup project in VS 2005 RC<br />Running Vs 2005 manually I am having no problems ...<br /><br />I have tried a build MSBuild task with then projectfile mySetup.vdproj <br />.... no succes<br />Msbuild says :<br />The project file mySetup.vdproj is not supported by MSbuild and cannot be built<br /><br />Is it posible to automate such a project, and how ?<br /><br /><span id="_ctl0_MainContent_PostFlatView"><span><span id="_ctl0_MainContent_PostFlatView"><span> Best Regard</span></span></span></span><br /></pre> © 2009 Microsoft Corporation. All rights reserved.Tue, 06 Oct 2009 16:13:24 Z6e213531-9d88-43ef-8262-fe0e4e7f479ahttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#6e213531-9d88-43ef-8262-fe0e4e7f479ahttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#6e213531-9d88-43ef-8262-fe0e4e7f479alsantoirhttp://social.msdn.microsoft.com/Profile/en-US/?user=lsantoirMsbuild for vdproj<b class="headline"><br /> Automated Compiling of MSI project from MSBuild&nbsp; </b> <br /> <pre>I'm creating a automated build process, a process witch needs to result in <br />the creation of a installer (.msi).<br /><br />My choice was to use the Setup project in VS 2005 RC<br />Running Vs 2005 manually I am having no problems ...<br /><br />I have tried a build MSBuild task with then projectfile mySetup.vdproj <br />.... no succes<br />Msbuild says :<br />The project file mySetup.vdproj is not supported by MSbuild and cannot be built<br /><br />Is it posible to automate such a project, and how ?<br /><br /><span id="_ctl0_MainContent_PostFlatView"><span><span id="_ctl0_MainContent_PostFlatView"><span> Best Regard</span></span></span></span><br /></pre> Wed, 12 Oct 2005 15:49:51 Z2006-04-05T05:17:26Zhttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#9e8ddb58-533a-4303-bc96-0869378eab8dhttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#9e8ddb58-533a-4303-bc96-0869378eab8dFaisal Mohamood MSFThttp://social.msdn.microsoft.com/Profile/en-US/?user=Faisal%20Mohamood%20MSFTMsbuild for vdprojHi,<br /><br />Unfortunately, deployment projects are not supported via the MSBuild task, or if you are using msbuild.exe on a solution that contains a deployment project.&nbsp; We realize that this is an important scenario, but didn't make it into Visual Studio 2005.&nbsp; <br /><br />We expect to work on enabling this scenario in one of the future releases.<br /><br />In the mean time, if you want ot build these from the command line, you can run devenv.exe /build from the command line on the solution that contains your deployment project.&nbsp; It's not a pretty answer, but it is the workaround for now if you are building from the command line.<br /><br />Faisal Mohamood<br />MSBuild TeamThu, 13 Oct 2005 00:33:57 Z2006-04-04T13:52:19Zhttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#10f772b8-8505-4c85-a4f6-3f140346cccahttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#10f772b8-8505-4c85-a4f6-3f140346cccalsantoirhttp://social.msdn.microsoft.com/Profile/en-US/?user=lsantoirMsbuild for vdproj<span id="_ctl0_MainContent_PostFlatView"><span>I created a setup project and tried to compile it as below using devenv for a setup project.&nbsp;<br />&nbsp; </span></span><font face="Courier New" size="2">C:\travail\DLLSetup&gt;"C:\Program Files\Microsoft Visual Studio 8\Common7\IDE/devenv.com"<br /> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;C:\travail\DLLSetup\DLLSetup.sln /build "Debug" <br /> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;/project DLLSetup\DLLSetup.vdproj /projectconfig "Debug"<br /> <br /> </font><span id="_ctl0_MainContent_PostFlatView"><span>but this gives the error :</span></span><br /> <br /> <font face="Courier New" size="2">Microsoft (R) Visual Studio Version 8.0.50727.26.<br /> Copyright (C) Microsoft Corp 1984-2005. All rights reserved.<br /> he operation could not be completed. Erreur non spÚcifiÚe<br /> Use: devenv&nbsp; [solutionfile | projectfile | anyfile.ext]&nbsp; [switches]<br /> </font><span id="_ctl0_MainContent_PostFlatView"><span><br /> This is when i use 2005 Release Candidate . But this process was successfull in 2003.<br /><br />I want to know whether this is a known issue in 2005.<br /><br />Thanks in advance. </span></span><br /> Fri, 14 Oct 2005 16:45:59 Z2005-10-14T16:45:59Zhttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#bc7d6d20-c197-498e-a805-3681e12dc3fahttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#bc7d6d20-c197-498e-a805-3681e12dc3faFaisal Mohamood MSFThttp://social.msdn.microsoft.com/Profile/en-US/?user=Faisal%20Mohamood%20MSFTMsbuild for vdprojSorry to hear that you had this problem with the .26 build.&nbsp; There was a known problem with the devenv /build command when building from the command line that has been fixed for the final build.<br /><br />Out of curiosity - I am not sure what the exact error message is - what language are you using?<br /><br />Thanks.<br />Faisal Mohamood<br />MSBuild TeamFri, 14 Oct 2005 17:52:54 Z2005-10-14T17:52:54Zhttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#9e393c71-9752-4417-bdde-24cea81dd7bahttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#9e393c71-9752-4417-bdde-24cea81dd7baNeil Enns MSFThttp://social.msdn.microsoft.com/Profile/en-US/?user=Neil%20Enns%20MSFTMsbuild for vdprojC'est en Francais :) It says "unspecified error". This is the command-line build bug that existed in the release candidate that went out on the web. It has been fixed in later builds of Visual Studio.<br /><br />NeilFri, 14 Oct 2005 18:28:49 Z2005-10-14T18:28:49Zhttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#8dca89f5-2314-435c-b3a4-7fbb119dc3f5http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#8dca89f5-2314-435c-b3a4-7fbb119dc3f5Indra Agustiahttp://social.msdn.microsoft.com/Profile/en-US/?user=Indra%20AgustiaMsbuild for vdproj<p>Hi Neil,</p> <p>Is this the same case as C# Express?</p> <p>My project compiled successfully using MS Visual Studio 2005 at work.</p> <p>However it won't compile the vdproj at home using C# Express.</p> <p>Any solution for this?</p> <p>Thanks,</p> <p>Indra</p>Wed, 29 Mar 2006 21:23:39 Z2006-03-29T21:23:39Zhttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#c0a249e3-d576-4f0f-a94d-d2b413933fd9http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#c0a249e3-d576-4f0f-a94d-d2b413933fd9Neil Enns MSFThttp://social.msdn.microsoft.com/Profile/en-US/?user=Neil%20Enns%20MSFTMsbuild for vdproj<p>I'm not sure if C# Express actually supports building Setup and Deployment projects. What error do you get?</p> <p>Neil</p>Wed, 29 Mar 2006 21:26:44 Z2006-03-29T21:26:44Zhttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#ceaef087-ebb2-465d-ae17-bf4bf8ebfbfahttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#ceaef087-ebb2-465d-ae17-bf4bf8ebfbfaIndra Agustiahttp://social.msdn.microsoft.com/Profile/en-US/?user=Indra%20AgustiaMsbuild for vdprojSorry, actually C# Express just ignore the vdproj. It says &quot;cannot find the application to open .vdproj&quot;, something like that. Is there a way to compile this using the command prompt or it's totally not supported in C# Express?Wed, 29 Mar 2006 22:01:03 Z2006-03-29T22:01:03Zhttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#9c07921d-0be0-4c7c-9bfa-373107f15a32http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#9c07921d-0be0-4c7c-9bfa-373107f15a32pierrebaihttp://social.msdn.microsoft.com/Profile/en-US/?user=pierrebaiMsbuild for vdprojMicrosoft whoudl really publish a knowledge base article about the incompatibility of MSI project (vdproj) and vcbuild. I lost a few hours searching the net and MSDN until I foud the proper search terms (deployment project compiler) that led to an MSDN article a few results down, that led to this forum, where I finally found help.<br>Tue, 04 Apr 2006 13:55:18 Z2006-04-04T13:55:18Zhttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#f556a98d-bf38-4154-8310-f6906fda84a9http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#f556a98d-bf38-4154-8310-f6906fda84a9Neil Enns MSFThttp://social.msdn.microsoft.com/Profile/en-US/?user=Neil%20Enns%20MSFTMsbuild for vdproj<p>You can't build a .vdproj using C# Express. You need to have Standard or higher. MSBuild doesn't know anything about .vdproj files, and neither does vcbuild, so neither can actually do the build for you.</p> <p>If you have Standard or higher of Visual Studio 2005 you can run devenv.exe /build on the .vdproj file to get it to compile from the command line.</p> <p>Neil</p>Wed, 05 Apr 2006 05:17:16 Z2006-04-05T05:17:26Zhttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#5c7e7a58-7e3a-4e85-8eb3-88131e0b89b9http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#5c7e7a58-7e3a-4e85-8eb3-88131e0b89b9David Joycehttp://social.msdn.microsoft.com/Profile/en-US/?user=David%20JoyceMsbuild for vdprojWill this make it into Orcas, or did it make it into Service Pack 1?<br><br>Thanks,<br>David<br><br>Thu, 11 Jan 2007 11:40:18 Z2007-01-11T11:40:18Zhttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#6b02036f-014f-4048-b649-a3c26349e3e1http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#6b02036f-014f-4048-b649-a3c26349e3e1bpeikeshttp://social.msdn.microsoft.com/Profile/en-US/?user=bpeikesMsbuild for vdprojAny updates on if this is going to be fixed? Pretty ridiculous to even have setup projects if msbuild can't support it. Spent many man hours creating our setup projects and now when we want to move to team server, we're completely dead in the water.<br>Mon, 18 Jun 2007 21:50:24 Z2007-06-18T21:50:24Zhttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#947b88f4-34ac-404d-9b31-668cce7df5d2http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#947b88f4-34ac-404d-9b31-668cce7df5d2Jeremy Lewhttp://social.msdn.microsoft.com/Profile/en-US/?user=Jeremy%20LewMsbuild for vdprojI'm curious about this too.  Will this be in the .NET 3.5 release?Mon, 23 Jul 2007 22:19:11 Z2007-07-23T22:19:11Zhttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#ae03c473-7e34-4b7c-9201-167cfc2b0557http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#ae03c473-7e34-4b7c-9201-167cfc2b0557Kevgorhttp://social.msdn.microsoft.com/Profile/en-US/?user=KevgorMsbuild for vdproj<p align=left><font face=Arial size=2>I've just tried MSBuild on a solution file that has a vdproj in it and MSBuild says it doesn't support vdproj. I'm using VS Orcas BETA 2 Team System, with .NET 3.5 installed</font></p> <p align=left> </p> <p align=left>Kevin</p>Thu, 27 Sep 2007 19:14:17 Z2007-09-27T19:14:17Zhttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#78ce2338-7135-4777-ba31-0157f79500a2http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#78ce2338-7135-4777-ba31-0157f79500a2Carlos Iriartehttp://social.msdn.microsoft.com/Profile/en-US/?user=Carlos%20IriarteMsbuild for vdproj<font size=2><span style="font-family:Arial">I been trying with the VS2008 RTM to do the same thing, but seems it isn't working either.<br></span></font>Wed, 16 Jan 2008 21:15:36 Z2008-01-16T21:15:36Zhttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#2b551096-0dcb-490c-ad68-936567d338b6http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#2b551096-0dcb-490c-ad68-936567d338b6Miles1http://social.msdn.microsoft.com/Profile/en-US/?user=Miles1Msbuild for vdproj<p>No, it still doesn't work in .Net 3.5's MSBuild.</p> <p align=left>You can run InstallShield to commandline build on central servers though.</p> <p align=left>The trouble is, we were trying to move away from that to using Microsoft stuff.</p> <p align=left><font face=Arial size=2></font> </p>Mon, 31 Mar 2008 09:19:26 Z2008-03-31T09:19:26Zhttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#602f8839-f125-4ea0-85e9-77bdefda73c6http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#602f8839-f125-4ea0-85e9-77bdefda73c6bpeikeshttp://social.msdn.microsoft.com/Profile/en-US/?user=bpeikesMsbuild for vdprojAny word from MS on when this is going to be fixed? We're about to start a nightly build, and it's going to be a pain to not have msi builds. This is a problem that's been going on three years now... <p align=left><font face=Arial size=2></font> </p>Mon, 31 Mar 2008 15:53:40 Z2008-03-31T15:53:40Zhttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#7df77f33-e593-4532-8066-bd892cacc40ehttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#7df77f33-e593-4532-8066-bd892cacc40eguy__http://social.msdn.microsoft.com/Profile/en-US/?user=guy__Msbuild for vdprojExactly, this is rubbish. How can you be expected to put together an Enterprise level build environment when you need to install the IDE on the build box, it's not a very good option, what will the next recommendation be ? Build everything on the developers machine and then straight to production ?<br><br><br>What happened to :<br><br>&quot;We realize that this is an important scenario, but didn't make it into Visual Studio 2005. <br><br>We expect to work on enabling this scenario in one of the future releases.&quot;<br><br>?<br>Wed, 02 Apr 2008 02:42:29 Z2008-04-02T02:42:29Zhttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#d3420d51-80f5-49de-be68-02a8846145e1http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#d3420d51-80f5-49de-be68-02a8846145e1Miles1http://social.msdn.microsoft.com/Profile/en-US/?user=Miles1Msbuild for vdproj<p align=left><font face=Arial size=2>Of course it's not a total disaster - just not good, or shall we say 'a bit Microsoft'?</font></p> <p align=left>You can use devenv.com instead of msbuild.exe for your vdprojs.</p> <p align=left>That means a more complex central build script. It's more error prone so we're slower too.</p>Wed, 02 Apr 2008 09:10:09 Z2008-04-02T09:10:09Zhttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#92baefc1-5015-4898-83eb-f06fb80cecdahttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#92baefc1-5015-4898-83eb-f06fb80cecdabpeikeshttp://social.msdn.microsoft.com/Profile/en-US/?user=bpeikesMsbuild for vdproj<p align=left>Right, so the question still stands. Why is it that years have gone by without this getting fixed considering that MS stated that it was going to make it into a future version?</p>Wed, 02 Apr 2008 18:05:27 Z2008-04-02T18:05:27Zhttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#7fc70aa1-af99-41cb-b3fd-547db8ddacfahttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#7fc70aa1-af99-41cb-b3fd-547db8ddacfaguy__http://social.msdn.microsoft.com/Profile/en-US/?user=guy__Msbuild for vdprojCouldn't agree more, but to fair to them they didn't say which future version, they could have meant Visual Studio 2038 ... <br><br>It is a bit 'off' though, if you're going to separate build tools from development tools at least do it properly, not half @rsed .  It just seems pointless if we need to install the IDE on the build box anyway ... <br><br>Either that or don't bang on about how :<br><br>&quot;MSBuild is completely transparent with regards to how it processes and builds software, enabling developers to orchestrate and build products in build lab environments where Visual Studio is not installed&quot;<br><br>Really ?<br>Thu, 03 Apr 2008 01:41:19 Z2008-04-03T01:41:19Zhttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#f5aee206-add0-408f-aa44-777773a12a34http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#f5aee206-add0-408f-aa44-777773a12a34Brent Dunhamhttp://social.msdn.microsoft.com/Profile/en-US/?user=Brent%20DunhamMsbuild for vdprojIf you need to automate a build of an MSI, I'd recommend using WiX. You can convert your .vdprojto a Wix project and use MSBuild. It's bit of work but the .vdproj files are not MSBuild project files. I'm not sure why MS hasn't converted these projects yet but you can do it yourself.<br>Here's a decent article on the subject <a href="http://65.55.11.235/en-us/magazine/cc163456.aspx">Wix Trix Article on using MSBuild</a>.<br><br>thanks,<br>Brent<br><br>Tue, 22 Jul 2008 16:09:29 Z2008-07-22T16:09:29Zhttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#02e5af82-f990-4fb7-bb15-8ec0d8423bb7http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#02e5af82-f990-4fb7-bb15-8ec0d8423bb7James2000http://social.msdn.microsoft.com/Profile/en-US/?user=James2000Msbuild for vdproj&quot;Why is it that years have gone by without this getting fixed considering that MS stated that it was going to make it into a future version&quot;<br><br>Because Microsoft has no intention of making msbuild support vdprojs. <br><br>Think about this.  If you were tasked with designing a deployment project type and there was this great build system out there (msbuild), wouldn't one of your first designing goals be to make it work with it?<br><br>Vdprojs came after the msbuild system and, even though all other projects types were supported, Microsoft intentionally did not provide msbuild support for vdproj.  Why?<br><br>money<br><br>Msbuild support means no need for a Visual Studio copy on your production box.<br><br> Tue, 03 Feb 2009 12:44:02 Z2009-02-03T12:44:02Zhttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#c42653c3-14da-45d8-ba4f-b41406af1db2http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#c42653c3-14da-45d8-ba4f-b41406af1db2bpeikeshttp://social.msdn.microsoft.com/Profile/en-US/?user=bpeikesMsbuild for vdproj Who would pay for that license anyway. I think instead of the answer being &quot;money&quot;, it's &quot;time&quot;.  They don't want to spend the time to develop it and test upgrading the setup project files. Plus, they don't want to piss off all of folks who make installer packages like InstallShield.Wed, 04 Feb 2009 19:51:28 Z2009-02-04T19:51:28Zhttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#4674456b-d5bf-4906-81cb-04ae158c06echttp://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/6e213531-9d88-43ef-8262-fe0e4e7f479a#4674456b-d5bf-4906-81cb-04ae158c06ecgeachttp://social.msdn.microsoft.com/Profile/en-US/?user=geacMsbuild for vdprojI'm another user who was just disgruntled to discover this roadblock.&nbsp; I was prompted to automate rebuilding products because <a title="(see blog)" href="http://blogs.msdn.com/vcblog/archive/2009/08/05/active-template-library-atl-security-updates.aspx" title="(see blog)"><strong>Microsoft automatically pushes changes in their dependencies</strong> </a> .&nbsp; What are we to do?Tue, 06 Oct 2009 16:13:24 Z2009-10-06T16:13:24Z