Commit 0603924b authored by Antoine Cellerier's avatar Antoine Cellerier

Fix uninstaller (i hope)

parent f14c4574
......@@ -260,7 +260,7 @@ FunctionEnd
Var UninstallLog
!macro OpenUninstallLog
FileOpen $UninstallLog "$INSTDIR\uninstall.log" w
FileOpen $UninstallLog "$INSTDIR\uninstall.log" a
FileSeek $UninstallLog 0 END
!macroend
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment