better error message for icon number mismatch
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3887 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
53b3898849
commit
c59980a4eb
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ int generate_unicons_offsets(unsigned char* exeHeader, unsigned char* uninstIcon
|
|||
DWORD dwOffset = *(DWORD*)seeker;
|
||||
seeker += sizeof(DWORD);
|
||||
// offset isn't set which means we found no match for this one
|
||||
MY_ASSERT(!dwOffset, "number of icons doesn't match");
|
||||
MY_ASSERT(!dwOffset, "installer, uninstaller number of icons doesn't match - see the Icon instruction's documentation for more information");
|
||||
seeker += dwSize;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue