摘要: More advanced replace text in fileFrom NSIS WikiAuthor: Afrow UK (talk, contrib) Contents[hide]1 Description 2 Usage 1 3 Usage 2 4 Usage 3 5 The Function 6 Versions History 7 Credits [edit] Description This function allows you to replace pieces of text in a file. Instead of replacing all text found 阅读全文
posted @ 2011-04-13 23:38 alex618 阅读(4654) 评论(0) 推荐(0)
摘要: !include "MUI.nsh"OutFile "test.exe"ShowInstDetails nevershowBrandingText "test it!"!insertmacro MUI_PAGE_COMPONENTSPage custom test!insertmacro MUI_PAGE_INSTFILES!insertmacro MUI_LANGUAGE "SimpChinese"Section "SectionA" SecAReadINIStr $R0 "$PLU 阅读全文
posted @ 2011-04-13 00:05 alex618 阅读(968) 评论(0) 推荐(0)