Skip to content

Commit

Permalink
Fix NSIS installer continuing install before uninstall completes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vezzra committed Feb 9, 2017
1 parent 894025b commit 55a5f7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Installer/FreeOrion_Install_Script.nsi.in
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,9 @@ Function .onInit

uninst_onInit:
ClearErrors
Exec "$$R0"
InitPluginsDir
CopyFiles "$$R0" "$$pluginsdir"
ExecWait '$$pluginsdir\Uninstall.exe _?=$$INSTDIR'

fin_onInit:

Expand Down

0 comments on commit 55a5f7a

Please sign in to comment.