version of .net framework is changed from 4.5 to 4.7
This commit is contained in:
parent
e5147eea43
commit
b69632175c
|
@ -2,13 +2,12 @@
|
|||
# Uninstallation of UC ware
|
||||
ReadRegStr $0 HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DS Talk_is1" "UninstallString"
|
||||
${If} $0 != ""
|
||||
MessageBox MB_ICONINFORMATION|MB_TOPMOST "이전 버전의 DS Talk을 제거 하시겠습니까?" IDOK
|
||||
ExecWait $0 $1
|
||||
${EndIf}
|
||||
|
||||
# Installation of .NET Framework
|
||||
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:
|
||||
Goto dnf_install_not_needed
|
||||
|
|
Loading…
Reference in New Issue
Block a user