Skip to content

Commit

Permalink
installer: ensure old ime/dll files deleted by running `WeaselSetup.e…
Browse files Browse the repository at this point in the history
…xe /u` before installing.
  • Loading branch information
fxliang committed Jun 11, 2024
1 parent e328bbd commit 8c8550d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions output/install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ program_files:
IfErrors +2 0
StrCpy $R2 "/t"

; ensure old file deleted, avoid IPC issue
ExecWait '"$INSTDIR\WeaselSetup.exe" /u'
ExecWait '"$INSTDIR\WeaselSetup.exe" $R2'

; Write the uninstall keys for Windows
Expand Down

0 comments on commit 8c8550d

Please sign in to comment.