Installer update.

This commit is contained in:
LoRd_MuldeR 2013-05-23 22:18:53 +02:00
parent cfe88da4fc
commit 7c9c6054a2

View File

@ -162,7 +162,9 @@ echo Delete `$INSTDIR\*.exe` >> "%NSI_FILE%"
echo Delete `$INSTDIR\*.dll` >> "%NSI_FILE%"
echo Delete `$INSTDIR\toolset\*.exe` >> "%NSI_FILE%"
echo Delete `$INSTDIR\toolset\x86\*.exe` >> "%NSI_FILE%"
echo Delete `$INSTDIR\toolset\x86\*.dll` >> "%NSI_FILE%"
echo Delete `$INSTDIR\toolset\x64\*.exe` >> "%NSI_FILE%"
echo Delete `$INSTDIR\toolset\x64\*.dll` >> "%NSI_FILE%"
echo File /a /r `%PACK_PATH%\*.exe` >> "%NSI_FILE%"
echo File /a /r `%PACK_PATH%\*.dll` >> "%NSI_FILE%"
echo File /a /r `%PACK_PATH%\*.txt` >> "%NSI_FILE%"