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