为什么安装了nsis最新的3.1版本,任然不支持ReadRegBin
依旧编译不通过报错想要读取注册表中二进制的值 脚本列出,方便大家给你分析 chishingchan 发表于 2024-11-25 11:32
脚本列出,方便大家给你分析
SetRegView 64
ReadRegBin $isAutoRunA HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run32" "AAA" 本帖最后由 kenxy 于 2024-11-25 13:59 编辑
今天我太可爱了 发表于 2024-11-25 11:33
SetRegView 64
ReadRegBin $isAutoRunA HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Sta ...检查一下ReadRegBin的用法对不对?
kenxy 发表于 2024-11-25 13:54
检查一下ReadRegBin的用法对不对?
官方文档里没有 ReadRegBin函数 今天我太可爱了 发表于 2024-11-25 14:13
官方文档里没有 ReadRegBin函数
那就用官方文档里有的函数
页:
[1]