NSIS 文件关联方法

安装程序打开指定格式的文件:
Section ".txt" Note
DetailPrint "关联 txt 文件..."
SectionIn 1
WriteRegStr HKCR ".txt" "" "Note.file"
WriteRegStr HKCR "Note.file" "" "文本文件 (.txt)"
WriteRegStr HKCR "Note.file\DefaultIcon" "" "$INSTDIR\Note.exe,0"
WriteRegStr HKCR "Note.file\shell" "" ""
WriteRegStr HKCR "Note.file\shell\open" "" ""
WriteRegStr HKCR "Note.file\shell\open\command" "" '"$INSTDIR\Note.exe" "%1"'
SectionEnd

卸载时删除注册表相关的信息
  ;删除注册表中的文件关联信息
  DeleteRegKey HKCR ".docp"
  DeleteRegKey HKCR "Protect.file"

菜单默认显示为“打开(&O)”;如需要更改菜单内容,还需要将以下内容
WriteRegStr HKCR "Note.file\shell" "" ""
WriteRegStr HKCR "Note.file\shell\open" "" ""
改为:
WriteRegStr HKCR "Note.file\shell" "" open
WriteRegStr HKCR "Note.file\shell\open" "" "编辑(&E)"

在Function .onInit 函数中
刷新图标 System::Call 'shell32.dll::SHChangeNotify(l, l, i, i) v (0x08000000, 0, 0, 0)' 
HKCR:在注册表HKEY_CLASS_ROOT中
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值