Added AllowSkipFiles - thanks Ramon!
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2576 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
190bc67448
commit
c38b889fe8
11 changed files with 82 additions and 23 deletions
|
@ -80,7 +80,7 @@ struct StringTable {
|
|||
NLF *nlf;
|
||||
};
|
||||
|
||||
#define NLF_VERSION 4
|
||||
#define NLF_VERSION 5
|
||||
|
||||
enum {
|
||||
NLF_BRANDING,
|
||||
|
@ -116,6 +116,7 @@ enum {
|
|||
NLF_SPACE_REQ,
|
||||
NLF_UNINST_SUBTEXT,
|
||||
NLF_FILE_ERROR,
|
||||
NLF_FILE_ERROR_NOIGNORE,
|
||||
NLF_CANT_WRITE,
|
||||
NLF_COPY_FAILED,
|
||||
NLF_COPY_TO,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue