<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Mailbag: How to install the Visual Studio 2008 SDK in silent mode</title><link>http://blogs.msdn.com/astebner/archive/2008/06/20/8627241.aspx</link><description>Question: I am attempting to automate the installation of the Visual Studio 2008 SDK , but have not been able to figure out how to do so. Running vssdk_sfx.exe /? just displays the normal setup UI and not a usage dialog, and I haven't been able to find</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Mailbag: How to install the Visual Studio 2008 SDK in silent mode</title><link>http://blogs.msdn.com/astebner/archive/2008/06/20/8627241.aspx#9810074</link><pubDate>Wed, 01 Jul 2009 00:51:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9810074</guid><dc:creator>GordonSchumacher</dc:creator><description>&lt;p&gt;I don't suppose that there's a followup somewhere on how to do this for the Win7 PSDK? &amp;nbsp;I tried following this, but it appears to install from a gazillion different MSIs, instead of just one...&lt;/p&gt;</description></item><item><title>re: Mailbag: How to install the Visual Studio 2008 SDK in silent mode</title><link>http://blogs.msdn.com/astebner/archive/2008/06/20/8627241.aspx#9815068</link><pubDate>Fri, 03 Jul 2009 00:21:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9815068</guid><dc:creator>astebner</dc:creator><description>&lt;p&gt;Hi GordonShumacher - I'm sorry, but I don't have any experience with the Windows 7 SDK, and it is still in pre-release form only (and only as an ISO file from what I can tell). &amp;nbsp;Hopefully there will be some documentation for deployment and installation once the final version is released.&lt;/p&gt;
&lt;p&gt;If it is anything like the Windows SDK components that are installed as a part of VS 2008, then you will likely need to deploy each of the individual MSIs for the SDK components that you require on your systems for your scenarios.&lt;/p&gt;
</description></item><item><title>re: Mailbag: How to install the Visual Studio 2008 SDK in silent mode</title><link>http://blogs.msdn.com/astebner/archive/2008/06/20/8627241.aspx#9897042</link><pubDate>Sat, 19 Sep 2009 05:50:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9897042</guid><dc:creator>dankegel</dc:creator><description>&lt;p&gt;So, the Win 7 SDK is released, and is available&lt;/p&gt;
&lt;p&gt;in web installer form at&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;though the release notes do not document&lt;/p&gt;
&lt;p&gt;how to deploy it (they just say run the&lt;/p&gt;
&lt;p&gt;installer).&lt;/p&gt;
&lt;p&gt;Sadly, running that with /x does unpack &lt;/p&gt;
&lt;p&gt;a .cab, an .exe, and some .dll's, but no&lt;/p&gt;
&lt;p&gt;.msi's, so something must be different.&lt;/p&gt;
&lt;p&gt;It'd be sweet to know how to do an unattended&lt;/p&gt;
&lt;p&gt;install. &amp;nbsp;Maybe the answer will be to use&lt;/p&gt;
&lt;p&gt;autohotkey, or to manually download the .msi's&lt;/p&gt;
&lt;p&gt;logged by a manual install; I haven't tried&lt;/p&gt;
&lt;p&gt;those routes yet, was hoping there was a simpler&lt;/p&gt;
&lt;p&gt;one.&lt;/p&gt;</description></item><item><title>re: Mailbag: How to install the Visual Studio 2008 SDK in silent mode</title><link>http://blogs.msdn.com/astebner/archive/2008/06/20/8627241.aspx#9897072</link><pubDate>Sat, 19 Sep 2009 09:49:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9897072</guid><dc:creator>dankegel</dc:creator><description>&lt;p&gt;At first glance, it looks like you just&lt;/p&gt;
&lt;p&gt;have to download all the files downloaded&lt;/p&gt;
&lt;p&gt;by the installer (see the log), then&lt;/p&gt;
&lt;p&gt;run msiexec /i on all the .msi's it downloaded.&lt;/p&gt;
&lt;p&gt;Haven't checked to see if the resulting SDK&lt;/p&gt;
&lt;p&gt;can really build things yet, though.&lt;/p&gt;</description></item><item><title>re: Mailbag: How to install the Visual Studio 2008 SDK in silent mode</title><link>http://blogs.msdn.com/astebner/archive/2008/06/20/8627241.aspx#9899253</link><pubDate>Fri, 25 Sep 2009 03:25:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9899253</guid><dc:creator>astebner</dc:creator><description>&lt;p&gt;Hi Dankegel - I didn't work on the Windows SDK setup team here at Microsoft, so my knowledge of how that installer works is somewhat limited. &amp;nbsp;They have a web installer that doesn't contain any of the product payload and an ISO file that contains all of it.&lt;/p&gt;
&lt;p&gt;As an experiment, I downloaded winsdk_web.exe from &lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505&lt;/a&gt;, then extracted it with the /x command line switch. &amp;nbsp;Then I ran setup.exe /? and it shows a bunch of command line options, including the silent /q switch.&lt;/p&gt;
&lt;p&gt;However, it appears that the silent mode doesn't try to download the payload it needs and instead just fails.&lt;/p&gt;
&lt;p&gt;I think your best option here is going to be to download the ISO file from &lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=71deb800-c591-4f97-a900-bea146e4fae1"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=71deb800-c591-4f97-a900-bea146e4fae1&lt;/a&gt; (unfortunately, it is huge), then run the setup in silent mode from there. &amp;nbsp;It should work correctly since all of the payload is included in the ISO file.&lt;/p&gt;
&lt;p&gt;I couldn't tell whether there was a way to install only a subset of the payload, but I think you're on the right track - you can try to run each of the MSI files for the features of the Windows SDK individually with standard Windows Installer command line parameters.&lt;/p&gt;
&lt;p&gt;Hopefully this helps.&lt;/p&gt;
</description></item></channel></rss>