The log is producing the following text:
IfFileExists "$INSTDIR\myDll.dll" 0 +2
StrCpy $ALREADY_INSTALLED 1
LogText "Im here dude"
!insertmacro InstallLib REGDLL $ALREADY_INSTALLED NOREBOOT_NOTPROTECTED .\Deploy\dll\myDll.dll $INSTDIR\myDll.dll $TEMP
LogText "Im still here dude"
If I update the dll, the old version stays. See any problems?
IfFileExists: file "D:\Program Files\myDll.dll" exists, jumping 0
Im here dude
IfFileExists: file "D:\Program Files\myDll.dll" exists, jumping 0
Jump: 1320
Im still here dude
Thanks,
Eric <><