problem with replace dlls
I have a problem with replace dlls
The code is here
SetOutPath "$INSTDIR\Integrations\Res\Email"
SetOverwrite ifnewer
File /nonfatal /r "..\EmailClientIntegration\Core\Release\res\*.*"
there are 2 dlls need to replace
one is in $INSTDIR\Integrations\Res\Email\de\CoreRes.dll
one is in $INSTDIR\Integrations\Res\Email\en\CoreRes.dll
I can replace $INSTDIR\Integrations\Res\Email\de\CoreRes.dll by newer version, but I got error "error opening file for writing:"
when I replace $INSTDIR\Integrations\Res\Email\en\CoreRes.dll the system is english.
Anyone knew what's wrong on this problem. the dll are not running at all.
Jack