Textreplace插件的使用:
1 !include "TextReplace.nsh"
2
3 ${textreplace::ReplaceInFile} "c:\1.txt" "c:\1.txt" "%Install%" "替换的内容" "/S=1" $4
4 ${textreplace::FreeReadBuffer} "$4"
5 ${textreplace::Unload}
posted on 2012-05-04 18:12
王海光 阅读(1959)
评论(0) 编辑 收藏 引用 所属分类:
NSIS