added support for mismatching installer and uninstaller icons
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5307 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
a9cf8ee77d
commit
be36b69b03
5 changed files with 329 additions and 214 deletions
|
@ -26,6 +26,7 @@
|
|||
#include "ShConstants.h"
|
||||
#include "mmap.h"
|
||||
#include "manifest.h"
|
||||
#include "icon.h"
|
||||
|
||||
#include "exehead/fileform.h"
|
||||
#include "exehead/config.h"
|
||||
|
@ -392,7 +393,9 @@ class CEXEBuild {
|
|||
|
||||
bool branding_image_found;
|
||||
WORD branding_image_id;
|
||||
unsigned char *m_unicon_data;
|
||||
|
||||
IconGroup installer_icon;
|
||||
IconGroup uninstaller_icon;
|
||||
size_t m_unicon_size;
|
||||
|
||||
#ifdef NSIS_SUPPORT_BGBG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue