version of .net framework is changed from 4.5 to 4.7

This commit is contained in:
병준 박 2020-01-03 10:50:34 +09:00
parent e5147eea43
commit b69632175c

View File

@ -2,13 +2,12 @@
# Uninstallation of UC ware # Uninstallation of UC ware
ReadRegStr $0 HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DS Talk_is1" "UninstallString" ReadRegStr $0 HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DS Talk_is1" "UninstallString"
${If} $0 != "" ${If} $0 != ""
MessageBox MB_ICONINFORMATION|MB_TOPMOST "이전 버전의 DS Talk을 제거 하시겠습니까?" IDOK
ExecWait $0 $1 ExecWait $0 $1
${EndIf} ${EndIf}
# Installation of .NET Framework # Installation of .NET Framework
ReadRegDWORD $0 HKLM "SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full" "Release" ReadRegDWORD $0 HKLM "SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full" "Release"
IntCmp $0 378389 is_equal is_less is_greater IntCmp $0 460798 is_equal is_less is_greater
is_equal: is_equal:
Goto dnf_install_not_needed Goto dnf_install_not_needed