日本免费全黄少妇一区二区三区-高清无码一区二区三区四区-欧美中文字幕日韩在线观看-国产福利诱惑在线网站-国产中文字幕一区在线-亚洲欧美精品日韩一区-久久国产精品国产精品国产-国产精久久久久久一区二区三区-欧美亚洲国产精品久久久久

缺少netframework運行環(huán)境解決方法 net framework 3.0怎么安裝( 二 )


http://download.microsoft.com/download/1/B/E/1BE39E79-7E39-46A3-96FF-047F95396215/dotNetFx40_Full_setup.exe’, ”, SW_SHOWNORMAL, ewWaitUntilTerminated, ResultCode); MsgBox(‘請安裝好.Net Framework環(huán)境后(4.0client-4.0Full),再運行本安裝包程序!’,mbInformation,MB_OK); Result := false; Exit; End Else begin MsgBox(‘沒有安裝.Net Framework環(huán)境,無法運行程序,本安裝程序即將退出!’,mbInformation,MB_OK); Result := false; Exit; end; end; end else begin Result := true; End; if (MyGetWindowsVersion=’WIN7′ ) OR (MyGetWindowsVersion=’VISTA’ ) OR (MyGetWindowsVersion=’WIN8′ ) then //或者 (Version.Major = 6) begin if IsDotNetDetected(‘v4.5’, 0) or IsDotNetDetected(‘v4.5.1’, 0) or IsDotNetDetected(‘v4.5.2’, 0) or IsDotNetDetected(‘v4.6’, 0) or IsDotNetDetected(‘v4.6.1’, 0) or IsDotNetDetected(‘v4.6.2’, 0) or IsDotNetDetected(‘v4.7’, 0) or IsDotNetDetected(‘v4.7.1’, 0) or IsDotNetDetected(‘v4.7.2’, 0) then begin Result := true; End Else begin if MsgBox(‘系統(tǒng)檢測到您沒有安裝.Net Framework 4.5-4.7.2版本,是否立刻下載并安裝?’, mbConfirmation, MB_YESNO) = idYes then begin Path := ExpandConstant(‘{pf}/Internet Explorer/iexplore.exe’); //4.5.2 Exec(Path, ‘http://download.microsoft.com/download/B/4/1/B4119C11-0423-477B-80EE-7A474314B347/NDP452-KB2901954-Web.exe’, ”, SW_SHOWNORMAL, ewWaitUntilTerminated, ResultCode); MsgBox(‘請安裝好.Net Framework環(huán)境后(4.5-4.7.2),再運行本安裝包程序!’,mbInformation,MB_OK); Result := false; Exit; End Else begin MsgBox(‘沒有安裝.Net Framework環(huán)境,無法運行程序,本安裝程序即將退出!’,mbInformation,MB_OK); Result := false; Exit; end; end; end else begin Result := true; End; if (MyGetWindowsVersion=’10’ ) then //或者 (Version.Major = 10) begin if IsDotNetDetected(‘v4.6.1’, 0) or IsDotNetDetected(‘v4.6.2’, 0) or IsDotNetDetected(‘v4.7’, 0) or IsDotNetDetected(‘v4.7.1’, 0) or IsDotNetDetected(‘v4.7.2’, 0) then begin Result := true; End Else begin if MsgBox(‘系統(tǒng)檢測到您沒有安裝.Net Framework 4.6.1-4.8版本,是否立刻下載并安裝?’, mbConfirmation, MB_YESNO) = idYes then begin Path := ExpandConstant(‘{pf}/Internet Explorer/iexplore.exe’); //4.6.2 Exec(Path, ‘http://download.microsoft.com/download/D/5/C/D5C98AB0-35CC-45D9-9BA5-B18256BA2AE6/NDP462-KB3151802-Web.exe’, ”, SW_SHOWNORMAL, ewWaitUntilTerminated, ResultCode); MsgBox(‘請安裝好.Net Framework環(huán)境后(4.6.1-4.8),再運行本安裝包程序!’,mbInformation,MB_OK); Result := false; Exit; End Else begin MsgBox(‘沒有安裝.Net Framework環(huán)境,無法運行程序,本安裝程序即將退出!’,mbInformation,MB_OK); Result := false; Exit; end; end; end else begin Result := true; End; end;

推薦閱讀