|
|
#1 |
|
Junior Member
|
2 Problems
Hi,
I'm using NSIS since few hours. I tried to create a small installer. I tried to set the Iconfile on this way: code: 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: code: But it did not work... I am hopeful, that you can help me... Chris PS: Sorry for my bad english...
|
|
|
|
|
|
#2 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,917
|
Welcome to the Forums
![]() 1. Put those define before !include "MUI.nsh". Can you put your instruction for uninstall icon. 2. try this: code: * PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux-i686 with MATE. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Archlinux-x86-64 with MATE. |
|
|
|
|
|
#3 |
|
Junior Member
|
Thanks...
For the 2nd problem I found the solve: I did not write $SMPROGRAMS, but $SMPPROGRAMS. !include "MUI.nsh" is the first line. I attached the scriptfile to the thread, maybe it is better for help... Chris PS: The instruction for the unistall-icon is in the file...
|
|
|
|
|
|
#4 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
Can you please attach the compiled installer (without the File commands to save space) so I can see this icon problem? The forum doesn't accept EXE files so you'll have to zip it first.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#5 |
|
Junior Member
|
Oh.... I got it...
![]() It is a really silly problem: OutputFile was "Setup_CSD" without an extension. So Windows doesnt unterstand the icon... Sorry for making trouble... Chris |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|