Refer to the docs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2678 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
27f035f9e9
commit
1e862c874c
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ int generate_unicons_offsets(unsigned char* exeHeader, unsigned char* uninstIcon
|
|||
|
||||
DWORD dwSize = *(DWORD*)seeker;
|
||||
seeker += sizeof(DWORD);
|
||||
MY_ASSERT(dwSize != rde->Size, "installer, uninstaller icon size mismatch");
|
||||
MY_ASSERT(dwSize != rde->Size, "installer, uninstaller icon size mismatch - see the Icon instruction's documentation for more information");
|
||||
// Set offset
|
||||
*(DWORD*)seeker = rde->OffsetToData + DWORD(rdRoot) - dwResourceSectionVA - DWORD(exeHeader);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue