8000 attempt to first uninstall the old service on silent upgrade as well by dothebart · Pull Request #14731 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

attempt to first uninstall the old service on silent upgrade as well #14731

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Sep 30, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
attempt to first uninstall the old service on silent upgrade as well,…
… so the new one can be installed afterwards without problems.
  • Loading branch information
dothebart committed Sep 3, 2021
commit 9ab9e4230f0453e467a3bdc9e1012adb35f7853f
2 changes: 2 additions & 0 deletions Installation/Windows/Templates/NSIS.template.in
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,8 @@ FunctionEnd

Function InstallOptionsPage2
IfSilent 0 continueUI
; this would be called inside the UI code:
stop_old_service
Return
continueUI:

Expand Down
0