如何解決: redis on windows setup wizard ended prematurely hecause of an error.you system has not been modified.
1.在windows2008系統中安裝Redis-x64-3.0.503時出現如下錯誤.
redis on windows setup wizard ended prematurely hecause of an error.you system has not been modified.to install this program at a later time,run setup wizard againd.click the finish button to exit the setup wizard
2. 出現以上狀況可通在CMD中過命令 dir %WINDIR%\Microsoft.Net\Framework\v* /O:-N /B查看電腦已經安裝的.NET 的版本。
更新.NET Framework 到最新版本 4.0/4.5版本 再次嘗試安裝即可.
3. 補充 :microsoft.net framework 是.net的公共類庫,和Java的runtime類庫相似。如果你的電腦里安裝了.net平台開發的軟件,需要注意版本的需求.net framework3.5/.net framework2.0/.net framework1.1是Microsoft不同時期的framework版本,他們之間的關系不是單純的后版可以替代前版的,多數情況下后版要依賴前版,特別地3.5一般都用到2.0和2.5。
microsoft.net framework下載地址:https://pan.baidu.com/s/19mKfiUURCfVa3oCaKEiPLw
提取碼:f93v