79144388

Date: 2024-10-31 10:46:26
Score: 0.5
Natty:
Report link

Currently, you’re storing the input values in $0 and $1, but the line i(r0, r1).r2 may not properly assign the return value to $2

Change this line:

System::Call "$INSTDIR\NSISRegistryTool::Add(i, i) i(r0, r1).r2"

By:

System::Call "$INSTDIR\NSISRegistryTool::Add(i $0, i $1) i .r2"

https://nsis-dev.github.io/NSIS-Forums/html/t-309400.html

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mistraleuh