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
commit28b442ee58554398caa51f8d37dd69cc22525a35 (patch)
tree37a3f4755945f074d15d8fc06f145dd0e1fb41ac
parent3aae7586de63602c52e68a3011f4a0f25a30b304 (diff)
add msvcr90.dll to windows installer. Fixes #6754gajim-0.14.3
-rw-r--r--gajim.nsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gajim.nsi b/gajim.nsi
index 4c66b3e97..73c7f01cb 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"