|
From: <no...@so...> - 2002-11-21 13:41:45
|
Feature Requests item #641759, was opened at 2002-11-21 12:10 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=373088&aid=641759&group_id=22049 Category: None Group: None >Status: Closed Priority: 5 Submitted By: Stephane Denis (realtech) >Assigned to: Amir Szekely (kichik) Summary: Easy way to change icon Initial Comment: Actually when using the ModernUI script (ie, Winmessages.nsi) changing the icon always failed Change !define MUI_ICON "${NSISDIR} \Contrib\Icons\modern-install.ico" Into !define MUI_ICON "${NSISDIR}\Contrib\lama.ico" Will produce Finding icons offsets for uninstaller... generate_unicons_offsets: installer, uninstaller icon size mismatch -- failing! Error - aborting creation process The suggestion is to remove this limitation in order to change the icon, even if the icon size mismatch. ---------------------------------------------------------------------- >Comment By: Amir Szekely (kichik) Date: 2002-11-21 15:41 Message: Logged In: YES user_id=584402 This will never happen. If you want to use a different icon for the installer you will have to use a different icon for the uninstaller too, or just not use the uninstaller. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=373088&aid=641759&group_id=22049 |