Sign in
Ron Jacobs
Windows Workflow Foundation
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET 4
AppFabric
AppFabric Cache
ARCast
Aspiring Architect
Case Study
CodeContracts
endpoint.tv
MVC
OData
Platform Update 1
PowerShell
REST
SaaS
Silverlight
SOA Patterns
Software As A Service
Solutions Architects
TDD
Tools
Unit Testing
UnitTest
Versioning
Video Case Study
VS2010
WCF
WCF Data Service
WCF Data Services
WCF4
WF TDD
WF4
WFNews
Windows Server AppFabric
Workflow Services
Browse by Tags
MSDN Blogs
>
Ron Jacobs
>
All Tags
>
powershell
Tagged Content List
Blog Post:
How to detect if Windows Server AppFabric is installed
Ron Jacobs
Here is a little PowerShell script that will tell you if Windows Server AppFabric is installed edit 6/29 – thanks for the comments – this is a much cleaner script - Ron function IsWindowsServerAppFabricInstalled() { if (Get-HotFix -Id "KB970622" ) {$ true } else {$ false } } IsWindowsServerAppFabricInstalled
on
14 May 2010
Page 1 of 1 (1 items)