Textreplace插件的使用:
1 !include "TextReplace.nsh"
2
3 ${textreplace::ReplaceInFile} "c:\1.txt" "c:\1.txt" "%Install%" "替換的內(nèi)容" "/S=1" $4
4 ${textreplace::FreeReadBuffer} "$4"
5 ${textreplace::Unload}
posted on 2012-05-04 18:12
王海光 閱讀(2028)
評論(0) 編輯 收藏 引用 所屬分類:
NSIS