새기능 #660
서버의 version.xml 을 확인하여
어셈블리 버전이 다른 exe, dll 을 업데이트 후 기존 Application 을 실행해주는 자동 업데이트 프로그램.
{{plantuml(png)
@startuml
(*) --> "Application End"
--> "UpdateCheck"
note right: 웹서비스에서 버전 확인
--> "웹서비스"
--> "데이타베이스에서 버전 확인\n
Update_x64, Update_x86 칼럼"
--> "UpdateCheck"
if "새로운 버전이 존재" then
-->[예] "SmartUpdater 실행" -->[true] "execute SmartUpdater"
--> "프로그램 종료" "Application exit"
else
->[아니오] "프로그램 종료" ->[false] "Current Application exit"
-->[End Update] (*)
endif
@enduml
}}
어셈블리 버전이 다른 exe, dll 을 업데이트 후 기존 Application 을 실행해주는 자동 업데이트 프로그램.
{{plantuml(png)
@startuml
(*) --> "Application End"
--> "UpdateCheck"
note right: 웹서비스에서 버전 확인
--> "웹서비스"
--> "데이타베이스에서 버전 확인\n
Update_x64, Update_x86 칼럼"
--> "UpdateCheck"
if "새로운 버전이 존재" then
-->[예] "SmartUpdater 실행" -->[true] "execute SmartUpdater"
--> "프로그램 종료" "Application exit"
else
->[아니오] "프로그램 종료" ->[false] "Current Application exit"
-->[End Update] (*)
endif
@enduml
}}