Error spotted (Upgrade a DLL)
I've been looking though the Archive for ods and end, and came across the Upgrade a Dll script and I think I have spotted an error
;Register the DLL on reboot
!ifndef UPGRADEDLL_NOREGISTER
WriteRegStr HKLM "Software\Microsoft\WindowsurrentVersion\RunOnce" \
"Register ${DESTFILE}" '"$SYSDIR\rundll32.exe" \
"${DESTFILE}",DllRegisterServer'
!endif
Goto "done_${LOCALFILE}"
should this read
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\RunOnce" \
???????