I'm using NSIS since few hours.
I tried to create a small installer. I tried to set the Iconfile on this way:
!define MUI_ICON "${NSISDIR}\Contrib\Icons\modern-install.ico"On the same way I setted the MUI_UNICON. But in the install-routine the icon was a windows-x (red circle with a white X). But in the uninstall-routine the icon was the MUI_UNICON.By compiling the compiler did not raise an error.
There is one problem more:
My startmenupath looks so: "$SMPROGRAMS\CSD-Software\MovieOrganizer". When I uninstall the program the uninstaller only removes the directory "MovieOrganizer". So I have written the following line:
But it did not work...RMDir "$SMPROGRAMS\CSD-Software"
I am hopeful, that you can help me...
Chris
PS: Sorry for my bad english... 🙁