I have tried to make a very small nsis script for upgrading a dll (msvcrt.dll). I use the macro UpgradeDLL from the documentation (Useful function, B.10). I can see in the registry that a pending rename function is inserted. Its intensions seems to be right. The syntax is a little cryptic (some ?? and a !).
I do not see any effect, the old msvcrt.dll version is kept.
I have tried to enable boot-logging, but I see nothing there.
I am using Windows 2000, and NSIS v2.0b0
Best regards,
Jan Eggert Kofoed
I do not see any effect, the old msvcrt.dll version is kept.
I have tried to enable boot-logging, but I see nothing there.
I am using Windows 2000, and NSIS v2.0b0
Best regards,
Jan Eggert Kofoed
Comment