我正在尝试确定是否存在注册表项。我正在使用某人制作的宏,但它没有正确识别出存在注册表项
它说某个键实际上不存在。我是否错误地使用了这个宏?
我的代码,注册表项的路径是正确的:
!insertmacro IfKeyExists "HKLM" "Software\Microsoft\Windows\CurrentVersion\Uninstall\${COMPANYNAME}\${APPNAME}" "Version"
Pop $R0
MessageBox MB_OK "Exists: $R0" # always is zero when shd be 1