<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>sks blog &#187; Visual Studio</title>
	<atom:link href="http://sks.s201.xrea.com/blog/archives/tag/visual-studio/feed" rel="self" type="application/rss+xml" />
	<link>http://sks.s201.xrea.com/blog</link>
	<description>気になったこと、役に立ちそうだなと思ったことなどを公開しています。</description>
	<lastBuildDate>Sun, 19 Apr 2009 06:55:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Visual Studio 2005 Service Pack 1 適用済みディスクを作成</title>
		<link>http://sks.s201.xrea.com/blog/archives/485</link>
		<comments>http://sks.s201.xrea.com/blog/archives/485#comments</comments>
		<pubDate>Sun, 11 Mar 2007 15:25:50 +0000</pubDate>
		<dc:creator>shuichi</dc:creator>
				<category><![CDATA[その他]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[ソフトウェア]]></category>
		<category><![CDATA[プログラミング]]></category>

		<guid isPermaLink="false">http://sks.s201.xrea.com/blog/archives/484</guid>
		<description><![CDATA[
Visual Studio 2005 Service Pack 1をインストールするためには数GBのハードディスク容量が必要でインストールにかかる時間がパソコンのスペックにもよりますが1時間ほどかかります。OSインスト [...]]]></description>
			<content:encoded><![CDATA[<p>
Visual Studio 2005 Service Pack 1をインストールするためには数GBのハードディスク容量が必要でインストールにかかる時間がパソコンのスペックにもよりますが1時間ほどかかります。OSインストールの次に時間がかかる作業ではないかと。再インストール時の手間を考えてSP1適用済みインストールディスクを作成しておきました。
</p>
<p>
SP1適用作業は<a href="http://blogs.msdn.com/heaths/archive/2006/12/16/slipstreaming-visual-studio-2005-service-pack-1.aspx">Slipstreaming Visual Studio 2005 Service Pack 1</a>の手順どおりに行うことで成功。DVDに記録する場合はボリュームラベルをオリジナルインストールディスクのものと同じにする必要があるので注意。</p>
]]></content:encoded>
			<wfw:commentRss>http://sks.s201.xrea.com/blog/archives/485/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSDNライブラリのCDをDVDにまとめる</title>
		<link>http://sks.s201.xrea.com/blog/archives/427</link>
		<comments>http://sks.s201.xrea.com/blog/archives/427#comments</comments>
		<pubDate>Fri, 16 Jun 2006 16:34:06 +0000</pubDate>
		<dc:creator>shuichi</dc:creator>
				<category><![CDATA[その他]]></category>
		<category><![CDATA[MSDN]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[ソフトウェア]]></category>
		<category><![CDATA[小技]]></category>

		<guid isPermaLink="false">http://sks.s201.xrea.com/blog/archives/427</guid>
		<description><![CDATA[
先日公開されたMSDNライブラリはCD4枚分のイメージをダウンロードすることができますが、DVD版は公開されていないみたいです。ちょっと不便なので1枚のDVDにまとめてみました。しかし、ただ単純にDVDに記録するだけで [...]]]></description>
			<content:encoded><![CDATA[<p>
先日公開されたMSDNライブラリはCD4枚分のイメージをダウンロードすることができますが、DVD版は公開されていないみたいです。ちょっと不便なので1枚のDVDにまとめてみました。しかし、ただ単純にDVDに記録するだけでは駄目でしたので、ちょっとメモしておきます。
</p>
<p>
まずDaemonToolsなどのソフトを用いてCD4枚分のイメージからファイルを抽出します。次にそれぞれのCDイメージから抽出したファイルを1つの適当なフォルダにまとめます。ここでちょっとした小細工が必要なのですが、msdn.msiというファイルの中にCDのボリュームラベルが記述されている部分があるのでそこをバイナリエディタで書き換えます。具体的にはmsdn.msiというファイルの中にMSDVJPND1、MSDVJPND2、MSDVJPND3、MSDVJPND4となっている部分がありますので、そこを全てMSDNVJPNDなどと適当に書き換えます(文字列の長さが変わらないようにする)。そして、ボリュームラベルをMSDNVJPNDにしてDVDに記録すればO.K.のはずです。いきなりで心配な方はDVDイメージを作成してDaemonToolsでテストしてみるといいかもしれません。</p>
]]></content:encoded>
			<wfw:commentRss>http://sks.s201.xrea.com/blog/archives/427/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSDNライブラリが一般公開?</title>
		<link>http://sks.s201.xrea.com/blog/archives/426</link>
		<comments>http://sks.s201.xrea.com/blog/archives/426#comments</comments>
		<pubDate>Wed, 14 Jun 2006 12:44:49 +0000</pubDate>
		<dc:creator>shuichi</dc:creator>
				<category><![CDATA[その他]]></category>
		<category><![CDATA[MSDN]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[ソフトウェア]]></category>

		<guid isPermaLink="false">http://sks.s201.xrea.com/blog/archives/426</guid>
		<description><![CDATA[
MSDNライブラリがMicrosoftのダウンロードセンターで一般公開されているようです(MSDN ライブラリ 2006年6月版)。Visual Studio 2005のMSDNライブラリのアップデートという位置付けの [...]]]></description>
			<content:encoded><![CDATA[<p>
MSDNライブラリがMicrosoftのダウンロードセンターで一般公開されているようです(<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=373930cb-a3d7-4ea5-b421-dd6818dc7c41&#038;DisplayLang=ja">MSDN ライブラリ 2006年6月版</a>)。Visual Studio 2005のMSDNライブラリのアップデートという位置付けのようです。Visual Studio 2005 Express Editionも無償になったりと最近すごいですね。
</p>
<p>
私はtheSpokeのキャンペーンで入手したVisual Studio 2005を使っているのですが、どういう理由かわかりませんが、これにはMSDNライブラリが付属していませんでした。一応オンラインのMSDNライブラリにアクセスすることもできたのですが、表示されるまでが非常に遅い。どうにかならんかなーと思っていたので今回の一般公開は非常にありがたいです。
</p>
<p>
ちなみにCDのイメージファイルのみ提供されていますが、<a href="/blog/archives/427">それらを1枚のDVDにまとめる</a>こともできます。</p>
]]></content:encoded>
			<wfw:commentRss>http://sks.s201.xrea.com/blog/archives/426/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>プログラミングに最適なフォントConsolasが提供開始</title>
		<link>http://sks.s201.xrea.com/blog/archives/409</link>
		<comments>http://sks.s201.xrea.com/blog/archives/409#comments</comments>
		<pubDate>Mon, 22 May 2006 02:52:18 +0000</pubDate>
		<dc:creator>shuichi</dc:creator>
				<category><![CDATA[その他]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[ソフトウェア]]></category>
		<category><![CDATA[フォント]]></category>

		<guid isPermaLink="false">http://sks.s201.xrea.com/blog/archives/409</guid>
		<description><![CDATA[
ConsolasがMicrosoftのサイトからConsolas Font Pack for Microsoft Visual Studio 2005としてダウンロードできるようになりました。ConsolasとはWin [...]]]></description>
			<content:encoded><![CDATA[<p>
ConsolasがMicrosoftのサイトから<a href = "http://www.microsoft.com/downloads/details.aspx?familyid=22e69ae4-7e40-4807-8a86-b3d36fab68d3&#038;displaylang=en" title = "Consolas Font Pack for Microsoft Visual Studio 2005">Consolas Font Pack for Microsoft Visual Studio 2005</a>としてダウンロードできるようになりました。ConsolasとはWindows Vista用の新フォントです。他にも日本語表示用のMeiryoなどが有名ですが、Consolasは英数字用の等幅フォントです。ということでプログラミング用に最適だと思いますよ。
</p>
<p>
ちなみに、このフォントはVisual Studio 2005の正規ライセンスユーザーに対して提供されているみたいです。私は一応Visual Studio 2005を持っているんですけど、持っていない人は無料の<a href = "http://www.microsoft.com/japan/msdn/vstudio/express/" title = "Visual Studio 2005 Express Edition">Visual Studio 2005 Express Edition</a>をインストールすればO.K.なんでしょうか?ちなみにダウンロードされるインストーラを実行するとフォントがインストールされるのと同時にVisual Studio 2005のテキストエディタのフォントがConsolasに自動的に設定されました。下の図はVisual C# Express Editionで表示してみたところ。
</p>
<p>
<img id="image410" src="/blog/wp-content/consolas.png" alt="Consolas" /></p>
]]></content:encoded>
			<wfw:commentRss>http://sks.s201.xrea.com/blog/archives/409/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
