Skip to content
⌘ NSIS Forum Archive

Overwriting a .DLL

5 posts

DITMan#

Overwriting a .DLL

Hi there... I've just made a custom translation for MSN Messenger, and to install it I have to rewrite the file

msgslang.dll

in de $PROGRAMFILES\MSN Messenger directory.

I've been able to set up de Installation Directory successfully, but I can't close the msgsmgr.exe process that is using the .dll and so I can't rewrite it (without restarting the system)...

Any Ideas? I've read several topics about closing programs but they didn't work for me... as I don't know which window I've got to close to kill the msgsmgr process... 🙁

Please help!! thank you! 😁 (if you add some code to your replies I will be grateful to you forever :P)

Thanks!
DITMan#
I know, but I'd like NSIS to do:
- Close MSN Messenger
- Overwrite the .DLL
- Launch MSN Messenger again

Can this be done?? Can you paste the code I need to copy it on reboot if there's no other way? Thanks...
Joost Verburg#
Check this topic:

Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.