<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for ..::\\ www.christiano.ch //::..</title>
	<atom:link href="http://www.christiano.ch/wordpress/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christiano.ch/wordpress</link>
	<description>christiano.ch blog - personal knowledge base, news, memoires et cetera</description>
	<lastBuildDate>Fri, 03 Feb 2012 17:13:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
	<item>
		<title>Comment on Getting registry last write time with PowerShell by Nayden</title>
		<link>http://www.christiano.ch/wordpress/2011/07/16/getting-registry-last-write-time-with-powershell/comment-page-1/#comment-25382</link>
		<dc:creator>Nayden</dc:creator>
		<pubDate>Fri, 03 Feb 2012 17:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.christiano.ch/wordpress/2011/07/16/getting-registry-last-write-time-with-powershell/#comment-25382</guid>
		<description>Nicely done, thank you!</description>
		<content:encoded><![CDATA[<p>Nicely done, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft Office Word &#8211; Mail Merge, Merge Fields, Rules and Conditions by christian</title>
		<link>http://www.christiano.ch/wordpress/office/microsoft-office-word-mail-merge-merge-fields-rules-and-conditions/comment-page-1/#comment-25222</link>
		<dc:creator>christian</dc:creator>
		<pubDate>Tue, 31 Jan 2012 19:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.christiano.ch/wordpress/microsoft-office-word-mail-merge-merge-fields-rules-and-conditions/#comment-25222</guid>
		<description>use a select statement (vb) or switch in (c#)
it&#039;s like: 
&lt;code&gt;
dim strJobTitle as string

select case group
case 1
strJobTitle=&quot;Job Title One&quot;
case 2
strJobTitle=&quot;Job Title two&quot;
case else
strJobTitle=&quot;job title else&quot;
end case
&lt;/code&gt;

hope that helps! 

cheer, chris</description>
		<content:encoded><![CDATA[<p>use a select statement (vb) or switch in (c#)<br />
it&#8217;s like:<br />
<code><br />
dim strJobTitle as string</p>
<p>select case group<br />
case 1<br />
strJobTitle="Job Title One"<br />
case 2<br />
strJobTitle="Job Title two"<br />
case else<br />
strJobTitle="job title else"<br />
end case<br />
</code></p>
<p>hope that helps! </p>
<p>cheer, chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerShell: Get SID from AD (Active Directory) User / Group using PowerShell by Kleines VB / PowerShell Projekt &#124; Dreadnik</title>
		<link>http://www.christiano.ch/wordpress/2009/08/26/powershell-get-sid-from-ad-active-directory-user-group-using-powershell/comment-page-1/#comment-25217</link>
		<dc:creator>Kleines VB / PowerShell Projekt &#124; Dreadnik</dc:creator>
		<pubDate>Tue, 31 Jan 2012 17:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.christiano.ch/wordpress/?p=467#comment-25217</guid>
		<description>[...] kann ich die SID jedes Benutzers finden, allerdings ist es so immer ein weiter Weg. Auf der Seite www.christiano.ch bin ich dann auf ein passendes Powershell-Skript [...]</description>
		<content:encoded><![CDATA[<p>[...] kann ich die SID jedes Benutzers finden, allerdings ist es so immer ein weiter Weg. Auf der Seite <a href="http://www.christiano.ch">http://www.christiano.ch</a> bin ich dann auf ein passendes Powershell-Skript [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft Office Multi-Language Pack 2007 installation by uninstall avg 9</title>
		<link>http://www.christiano.ch/wordpress/2009/08/04/microsoft-office-multi-language-pack-2007-installation/comment-page-1/#comment-25142</link>
		<dc:creator>uninstall avg 9</dc:creator>
		<pubDate>Mon, 30 Jan 2012 03:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.christiano.ch/wordpress/?p=162#comment-25142</guid>
		<description>I am having the same issue!! HELP!!</description>
		<content:encoded><![CDATA[<p>I am having the same issue!! HELP!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft Office Word &#8211; Mail Merge, Merge Fields, Rules and Conditions by Divya</title>
		<link>http://www.christiano.ch/wordpress/office/microsoft-office-word-mail-merge-merge-fields-rules-and-conditions/comment-page-1/#comment-24947</link>
		<dc:creator>Divya</dc:creator>
		<pubDate>Thu, 26 Jan 2012 16:40:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.christiano.ch/wordpress/microsoft-office-word-mail-merge-merge-fields-rules-and-conditions/#comment-24947</guid>
		<description>How can I write ELSEIF or multiple IF? Something like 
IF group = 1 &quot;Job title one&quot; ELSEIF group = 2 &quot;Job title two&quot;  ELSEIF group = 3 &quot;&#039;Job title three&quot; and so on....This is very important because I have only one level but multiple checks. I am using this to determine which job title to print. If I use single if condition for each group then it is not printing the Job Title on correct position so it&#039;s necessary to achieve in single IF statement. Any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>How can I write ELSEIF or multiple IF? Something like<br />
IF group = 1 &#8220;Job title one&#8221; ELSEIF group = 2 &#8220;Job title two&#8221;  ELSEIF group = 3 &#8220;&#8216;Job title three&#8221; and so on&#8230;.This is very important because I have only one level but multiple checks. I am using this to determine which job title to print. If I use single if condition for each group then it is not printing the Job Title on correct position so it&#8217;s necessary to achieve in single IF statement. Any help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerShell: Get SID from AD (Active Directory) User / Group using PowerShell by Andrew</title>
		<link>http://www.christiano.ch/wordpress/2009/08/26/powershell-get-sid-from-ad-active-directory-user-group-using-powershell/comment-page-1/#comment-23787</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 10 Jan 2012 01:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.christiano.ch/wordpress/?p=467#comment-23787</guid>
		<description>Thanks so much for this! Sharing is awesome :D</description>
		<content:encoded><![CDATA[<p>Thanks so much for this! Sharing is awesome <img src='http://www.christiano.ch/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft Office Word &#8211; Mail Merge, Merge Fields, Rules and Conditions by Carlos Casada</title>
		<link>http://www.christiano.ch/wordpress/office/microsoft-office-word-mail-merge-merge-fields-rules-and-conditions/comment-page-1/#comment-23175</link>
		<dc:creator>Carlos Casada</dc:creator>
		<pubDate>Mon, 02 Jan 2012 02:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.christiano.ch/wordpress/microsoft-office-word-mail-merge-merge-fields-rules-and-conditions/#comment-23175</guid>
		<description>Hi there. I clearly would like to place a nice brief note and also inform you understand that I&#039;ve been following your particular blog for quite some time. Keep up the great work and I&#039;m going to be returning back again much more soon.</description>
		<content:encoded><![CDATA[<p>Hi there. I clearly would like to place a nice brief note and also inform you understand that I&#8217;ve been following your particular blog for quite some time. Keep up the great work and I&#8217;m going to be returning back again much more soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redirect visitor on 404 Not Found using CPanel on cyon by moses</title>
		<link>http://www.christiano.ch/wordpress/2010/07/29/redirect-visitor-on-404-not-found-using-cpanel-on-cyon/comment-page-1/#comment-22787</link>
		<dc:creator>moses</dc:creator>
		<pubDate>Wed, 28 Dec 2011 15:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.christiano.ch/wordpress/2010/07/29/redirect-visitor-on-404-not-found-using-cpanel-on-cyon/#comment-22787</guid>
		<description>thanks a lot
your website is very good</description>
		<content:encoded><![CDATA[<p>thanks a lot<br />
your website is very good</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IIS7: Web Application writing to Event Log generates Security Exception by apk</title>
		<link>http://www.christiano.ch/wordpress/2009/12/02/iis7-web-application-writing-to-event-log-generates-security-exception/comment-page-1/#comment-22169</link>
		<dc:creator>apk</dc:creator>
		<pubDate>Tue, 20 Dec 2011 07:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.christiano.ch/wordpress/2009/12/02/iis7-web-application-writing-to-event-log-generates-security-exception/#comment-22169</guid>
		<description>Wow... Thanks!</description>
		<content:encoded><![CDATA[<p>Wow&#8230; Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft Office Multi-Language Pack 2007 installation by lastknight</title>
		<link>http://www.christiano.ch/wordpress/2009/08/04/microsoft-office-multi-language-pack-2007-installation/comment-page-1/#comment-22132</link>
		<dc:creator>lastknight</dc:creator>
		<pubDate>Mon, 19 Dec 2011 21:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.christiano.ch/wordpress/?p=162#comment-22132</guid>
		<description>i have ms office 2007 and its licensed. its in english. i want to change it into danish. 
by using torrent i get a danish language pack. it contain file (O12MLPDA.iso) . i dont know how to intall. 
or if you know how i can change my english version to danish version. i mean i dont want to spend money on buying language pack. i already download it. 

please help me</description>
		<content:encoded><![CDATA[<p>i have ms office 2007 and its licensed. its in english. i want to change it into danish.<br />
by using torrent i get a danish language pack. it contain file (O12MLPDA.iso) . i dont know how to intall.<br />
or if you know how i can change my english version to danish version. i mean i dont want to spend money on buying language pack. i already download it. </p>
<p>please help me</p>
]]></content:encoded>
	</item>
</channel>
</rss>

