프로젝트

일반

사용자정보

새기능 #660

백흠경이(가) 5년 이상 전에 변경

서버의 version.xml 을 확인하여
어셈블리 버전이 다른 exe, dll 을 업데이트 후 기존 Application 을 실행해주는 자동 업데이트 프로그램.

{{plantuml(png)
@startuml
(*) --> "Application End"
--> "UpdateCheck"
note right: 웹서비스에서 버전 확인
--> "웹서비스"
--> "UpdateCheck"
if "새로운 버전이 존재" then
-->[true] "execute SmartUpdater"
--> "Application exit"
else
->[false] "Current Application exit"
-->[End Update] (*)
endif
@enduml
}}

뒤로

클립보드 이미지 추가 (최대 크기: 500 MB)