Windows Server 2016 無法安裝 Azure Service Fabric - Runtime 及 SDK

最近看了不少 Azure 服務的介紹以及應用,其中有一些內容提到 Azure Service Fabric,所以想要實際使用並測試看看,結果發現 Windows Server 2016 未被列在官方的支援的作業系統版本中(可以參考準備您的開發環境),直覺不可能,所以動手試裝看看

安裝 Service Fabric Runtime、SDK 和工具

僅安裝 Service Fabric Runtime, SDK (不安裝 Visual Studio 工具)

下載 可以直接下載

下載檔會啟動 Web Platform Installer 進行安裝

install

安裝失敗

error

檢視 log

  1. log 內容

    Product: Windows Azure Service Fabric -- This product requires Microsoft VC Runtime 11 to work.
    
  2. log 截圖

    vc11

  3. Log 明白地說需要Microsoft VC Runtime 11

安裝Microsoft VC Runtime 11

嘗試使用新版本 VC 13(2015) 及 VS 14(2017) 皆無法正常使用,VS 11(2012) Only

參考資料

  1. 準備您的開發環境
  2. How To : Install Windows Azure Pack : Service Bus 1.1 (Windows Service Bus 1.1)
  3. Visual C++ Redistributable for Visual Studio 2012 Update 4