79688776

Date: 2025-07-03 11:44:58
Score: 6
Natty:
Report link

How to fix this? I have the same problem. No icon displayed. Here is my code:

!include "MUI2.nsh"

OutFile "out\myapp.exe"
Icon "original\app.ico"
RequestExecutionLevel user
SilentInstall silent
SetCompressor LZMA

!define MUI_ICON "original\app.ico"
;!insertmacro MUI_UNPAGE_CONFIRM
;!insertmacro MUI_UNPAGE_INSTFILES
;!insertmacro MUI_LANGUAGE "English"

Section
  InitPluginsDir
  SetOutPath $PLUGINSDIR

  File /r original\*.*
  
  ExecWait '"$PLUGINSDIR\commrun.exe"  --pluginNames webserver'

  Delete "$PLUGINSDIR\*.*"
SectionEnd
Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (1.5): How to fix this?
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same problem
  • Contains question mark (0.5):
  • Starts with a question (0.5): How to fix this
  • Low reputation (1):
Posted by: l-O_O-l