Adds forgotten OpenLogsFolder.vbs to Windows uninstaller

This was SVN commit r13345.
This commit is contained in:
historic_bruno 2013-04-05 21:40:49 +00:00
parent 2af37c3590
commit c71ddae359

View File

@ -178,6 +178,7 @@ Section "Uninstall"
!endif
Delete "$INSTDIR\*.txt"
Delete "$INSTDIR\*.bat"
Delete "$INSTDIR\OpenLogsFolder.vbs"
Delete "$INSTDIR\Uninstall.exe"
RMDir "$INSTDIR"