새기능 #660
김동진이(가) 6년 이상 전에 변경
서버의 version.xml 을 확인하여
어셈블리 버전이 다른 exe, dll 을 업데이트 후 기존 Application 을 실행해주는 자동 업데이트 프로그램.
{{plantuml(png)
@startuml
(First usecase) (*) --> "Initialization"
(Another usecase) as (UC2) if "Some Test" then
usecase UC3 -->[true] "Some Activity"
usecase (Last\nusecase) as UC4@enduml --> "Another activity"
-right -> (*)
else
->[false] "Something else"
-->[Ending process] (*)
endif
@enduml
}}
어셈블리 버전이 다른 exe, dll 을 업데이트 후 기존 Application 을 실행해주는 자동 업데이트 프로그램.
{{plantuml(png)
@startuml
(First usecase) (*) --> "Initialization"
(Another usecase) as (UC2) if "Some Test" then
usecase UC3 -->[true] "Some Activity"
usecase (Last\nusecase) as UC4@enduml --> "Another activity"
-right -> (*)
else
->[false] "Something else"
-->[Ending process] (*)
endif
@enduml
}}