Possible InstallLib Problems
I'm having a problem with installlib. It seems to be skipping the update of a dll. Here's the code:
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"
The log is producing the following text:
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
If I update the dll, the old version stays. See any problems?
Thanks,
Eric <><