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:
kichik 2003-06-25 11:17:56 +00:00
parent 27f035f9e9
commit 1e862c874c

View file

@ -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);