Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2011-06-19 23:19:20 +0400
committerYann Leboulanger <asterix@lagaule.org>2011-06-19 23:19:20 +0400
commit21ae286039ccd2c361b795593979b904287e2e51 (patch)
tree74e79255db7b35c8c064bf8d33a4cb38d8d0d2de
parent8246db0faaef4c1b9fcb8927fe51e35d7e962e9c (diff)
add msvcr90.dll to windows installer. Fixes #6754
-rw-r--r--gajim.nsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gajim.nsi b/gajim.nsi
index 3489072c5..c09d90261 100644
--- a/gajim.nsi
+++ b/gajim.nsi
@@ -182,6 +182,7 @@ Section "Gajim" SecGajim
File "bin\win32file.pyd"
File "bin\win32pipe.pyd"
File "bin\winsound.pyd"
+ File "msvcr90.dll"
WriteRegStr HKCU "Software\Gajim" "" $INSTDIR
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayName" "Gajim"