Skip to content
Snippets Groups Projects
Commit 69dfa350 authored by Oz Linden's avatar Oz Linden
Browse files

Workaround for MAINT 3099: remove any Vivox log file left in the program folder

parent 93994489
No related branches found
No related tags found
No related merge requests found
...@@ -674,6 +674,8 @@ Delete "$INSTDIR\motions\*.lla" ...@@ -674,6 +674,8 @@ Delete "$INSTDIR\motions\*.lla"
Delete "$INSTDIR\trial\*.html" Delete "$INSTDIR\trial\*.html"
Delete "$INSTDIR\newview.exe" Delete "$INSTDIR\newview.exe"
Delete "$INSTDIR\SecondLife.exe" Delete "$INSTDIR\SecondLife.exe"
;; MAINT-3099 workaround - prevent these log files, if present, from causing a user alert
Delete "$INSTDIR\VivoxVoiceService-*.log"
;; Remove entire help directory ;; Remove entire help directory
Delete "$INSTDIR\help\Advanced\*" Delete "$INSTDIR\help\Advanced\*"
RMDir "$INSTDIR\help\Advanced" RMDir "$INSTDIR\help\Advanced"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment