It *used* to work fine but no more ...
!include "MUI.nsh"
!include "MUI_EXTRAPAGES.nsh"
!define DSS_ICON "..\DeepSkyStacker\Icon\DSS.ico"
:
!define MUI_ICON "${DSS_ICON}"
!define MUI_UNICON "${DSS_ICON}"
My application is no longer installed with the Icon I want.
My NSIS installer script used to work fine but now the installed application gets a default windows application icon rather then the one I define: