NSIS 安装软件时修改IE的右键注册表 不显示,代码如下:
Section .IEmunuext_Add
WriteRegStr HKEY_CURRENT_USER "Software\Microsoft\Internet Explorer\MenuExt\NewOne" "Name" "NewOneVale"
SectionEnd
当我用reg 文件向注册表添加一个NewOne的项后,以上语句添加的项目又会显示出来,请问怎么回事?
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\MenuExt\NewOne]
@="NewOneVale1"