Skip to content
⌘ NSIS Forum Archive

Can i change defaultIcon and default name ?

5 posts

dong#

Can i change defaultIcon and default name ?

In directory C:\Program Files\NSIS\Examples\Library.nsi, i want change default icon and my name. you see attach file.
Animaether#
you really should read through the documentation...

'icon':
AddBrandingImage
SetBrandingImage

text in bottom:
BrandingText
dong#
In case of file Library.nsi is true but the file C:\Program Files\NSIS\Examples\makensis.nsi i can't use two command on (Icon, UninstallIcon,SetBrandingImage, AddBrandingImage), I can't change default Icon. could you hepl me ?
Comperio#
makensis uses MUI2. You have to use !define MUI_ICON as outined in the MUI2 documentation.