http://msdn.microsoft.com/zh-tw/library/bb909885.aspx
使用方法:
1.複製框內html原始碼
2.建立一個文字檔
3.貼入剛剛複製的原始碼
4.重新把文字檔的附檔名改為.html (例:文字.txt 改為 文字.html)
5.跳出提示窗口,按確定
6.雙擊剛剛的文字檔(以改過副檔名,所以是html檔)
7.檢測是否安裝net.framework 3.5
*有安裝 顯示:
This machine has the correct version of the .NET Framework 3.5. This machine's userAgent string is: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 3.0.590; .NET CLR 3.5.20726; MS-RTC LM 8).
*未安裝顯示:
This machine does not have the correct version of the .NET Framework 3.5. The required version is v3.5.0.0. This machine's userAgent string is: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 3.0.590; MS-RTC LM 8).
**注意:
系統管理員必須先確認 .NET Framework 3.5 執行階段確實存在,然後才能在以 .NET Framework 3.5 為目標的系統上部署 Windows Presentation Foundation (WPF) 應用程式。本主題提供以 HTML/JavaScript 撰寫的指令碼,供系統管理員用來判斷系統上是否有 .NET Framework 3.5。