<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>WSSv3</title><link>http://mindsharpblogs.com/paul/category/59.aspx</link><description>WSSv3</description><managingEditor>Paul Schaeflein</managingEditor><dc:language>en-US</dc:language><generator>.Text Version 0.95.2004.102</generator><item><dc:creator>Paul Schaeflein</dc:creator><title>Determine if MOSS is installed</title><link>http://mindsharpblogs.com/paul/archive/2008/06/26/5874.aspx</link><pubDate>Thu, 26 Jun 2008 09:53:00 GMT</pubDate><guid>http://mindsharpblogs.com/paul/archive/2008/06/26/5874.aspx</guid><wfw:comment>http://mindsharpblogs.com/paul/comments/5874.aspx</wfw:comment><comments>http://mindsharpblogs.com/paul/archive/2008/06/26/5874.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://mindsharpblogs.com/paul/comments/commentRss/5874.aspx</wfw:commentRss><trackback:ping>http://mindsharpblogs.com/paul/services/trackbacks/5874.aspx</trackback:ping><description>&lt;P&gt;Occasionally, I see a question about determining if a given installation is MOSS or simply WSS. I am unaware of any Object Model method or property that indicates this, but I did find a different way. The User Profile service is a web service that is included in MOSS and not WSS. So, if the asmx file exists, then MOSS is installed.&lt;/P&gt;
&lt;P&gt;Here is a code snippet:&lt;/P&gt;
&lt;DIV style="FONT-SIZE: 11pt; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;&lt;SPAN style="COLOR: blue"&gt;string&lt;/SPAN&gt; isapiFolder &lt;SPAN style="COLOR: red"&gt;=&lt;/SPAN&gt; SPUtility.GetGenericSetupPath(&lt;SPAN style="COLOR: #666666; BACKGROUND-COLOR: #e4e4e4"&gt;"ISAPI"&lt;/SPAN&gt;);&lt;BR&gt;&lt;SPAN style="COLOR: blue"&gt;string&lt;/SPAN&gt; userProfileServicePath &lt;SPAN style="COLOR: red"&gt;=&lt;/SPAN&gt; Path.Combine(isapiFolder, &lt;SPAN style="COLOR: #666666; BACKGROUND-COLOR: #e4e4e4"&gt;"UserProfileService.asmx"&lt;/SPAN&gt;);&lt;BR&gt;&lt;SPAN style="COLOR: blue"&gt;bool&lt;/SPAN&gt; SharePointServerInstalled &lt;SPAN style="COLOR: red"&gt;=&lt;/SPAN&gt; File.Exists(userProfileServicePath); &lt;/DIV&gt;
&lt;IMG height=0 src="http://www.schaeflein.net/blog/cptrk.ashx?id=d782b714-76d3-4fec-a86a-c8159f366c29" width=0&gt;&lt;img src ="http://mindsharpblogs.com/paul/aggbug/5874.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Paul Schaeflein</dc:creator><title /><link>http://mindsharpblogs.com/paul/archive/2006/07/11/1204.aspx</link><pubDate>Tue, 11 Jul 2006 07:02:00 GMT</pubDate><guid>http://mindsharpblogs.com/paul/archive/2006/07/11/1204.aspx</guid><wfw:comment>http://mindsharpblogs.com/paul/comments/1204.aspx</wfw:comment><comments>http://mindsharpblogs.com/paul/archive/2006/07/11/1204.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://mindsharpblogs.com/paul/comments/commentRss/1204.aspx</wfw:commentRss><trackback:ping>http://mindsharpblogs.com/paul/services/trackbacks/1204.aspx</trackback:ping><description>&lt;P&gt;Shane is rallying the troops on &lt;A href="http://www.graphicalwonder.com/?p=479"&gt;WSSv3 customization&lt;/A&gt;.&lt;/P&gt;&lt;P&lt;A href="http://www.sharepointkicks.com/kick/?url=http://www.graphicalwonder.com/?p=479"&gt;&lt;IMG alt="kick it on SharePointKicks.com" src="http://www.sharepointkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.graphicalwonder.com/?p=479" border=0&gt;&lt;/A&gt; 
&lt;P&gt;&lt;/P&gt;&lt;img width="0" height="0" src="http://www.schaeflein.net/blog/cptrk.ashx?id=e6ea0813-6c6f-4c67-8b2e-51d4bb9597ee"&gt;&lt;img src ="http://mindsharpblogs.com/paul/aggbug/1204.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Paul Schaeflein</dc:creator><title>HOWTO: Setup Forms Authentication for WSSv3 in 7 Days</title><link>http://mindsharpblogs.com/paul/archive/2006/07/07/1200.aspx</link><pubDate>Fri, 07 Jul 2006 12:32:00 GMT</pubDate><guid>http://mindsharpblogs.com/paul/archive/2006/07/07/1200.aspx</guid><wfw:comment>http://mindsharpblogs.com/paul/comments/1200.aspx</wfw:comment><comments>http://mindsharpblogs.com/paul/archive/2006/07/07/1200.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://mindsharpblogs.com/paul/comments/commentRss/1200.aspx</wfw:commentRss><trackback:ping>http://mindsharpblogs.com/paul/services/trackbacks/1200.aspx</trackback:ping><description>&lt;P&gt;I started the process on Friday afternoon, so you may need to adjust each days activities...&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;P&gt;Day 1 (afternoon)&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;P&gt;Create Virtual Machine and Virtual Disk; Install Windows 2003 Server R2; Download 32 patches from Windows Update.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Day 2 &lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;P&gt;Watch A.J beat the Cubs in the ninth-inning sandwich by the World Cup semi-finals.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Day 3&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;P&gt;Mow lawn; Buy new garage door opener; Pay for installation (It is a hardware problem!); Other honey-do's.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Day 4&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;P&gt;Work on&amp;nbsp;a setup project for the &lt;A href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=SPFORUMS"&gt;SharePoint Forums WebPart&lt;/A&gt;.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Day 5&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;P&gt;Independance Day parade, cook-out and fireworks.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Day 6&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;P&gt;Download and install WSS and its prerequisites. &lt;A href="http://www.wssdemo.com/default.aspx"&gt;Ian Morrish&amp;nbsp;has them summarized on his demo site&lt;/A&gt;.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Day 7 (morning)&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;P&gt;Configure Forms Authentication using &lt;A href="http://weblog.vb-tech.com/nick/archive/2006/06/14/1617.aspx"&gt;tips from Nick Swan&lt;/A&gt; and code from the &lt;A href="http://asp.net/QuickStart/aspnet/doc/security/login.aspx#createuser"&gt;ASP.Net Quick Start&lt;/A&gt;. (In an interesting intersection of old and new, I used Notepad to create an ASP.Net 2.0 application!)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The SharePoint&amp;nbsp;Team has done a fantastic job!&amp;nbsp;&lt;/P&gt;&lt;img width="0" height="0" src="http://www.schaeflein.net/blog/cptrk.ashx?id=99173ca3-1ffa-4d34-99b8-d7c11ee49a10"&gt;&lt;img src ="http://mindsharpblogs.com/paul/aggbug/1200.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>