大龙的博客

常用链接

统计

最新评论

NSIS----注册.dll和反注册.dll

Section "Registration"
RegDLL "$INSTDIR\gregn40.dll"
RegDLL "$INSTDIR\grdes40.dll"
...
SectionEnd

Section Uninstall
UnRegDLL "$INSTDIR\gregn40.dll"
UnRegDLL "$INSTDIR\grdes40.dll"
...
SectionEnd

posted on 2007-06-18 12:17 大龙 阅读(2081) 评论(0)  编辑 收藏 引用