|
|
#1 |
|
Junior Member
Join Date: Jan 2003
Posts: 8
|
Wont let me use my own Icons...
I didnt want to use the "modern-install/modern-uninstall" icons
but it doesnt want to work... I used : PHP Code:
PHP Code:
|
|
|
|
|
|
#2 |
|
Major Dude
Join Date: Sep 2002
Location: At [4C69:6E6B]
Posts: 561
|
Check the 'ContribIcon' part of your code. I think it should be: 'Contrib/Icon' or 'Contrib/Icons'.
- Claudia Pelsmaeker |
|
|
|
|
|
#3 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,337
|
That's not the problem. You must define settings before you include System.nsh because System.nsh is the script that handles all of the defines and if the defines are not defined when it compiles it can't handle them.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#4 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,896
|
;*******This is your post code:
!define MUI_PRODUCT "Crystalfontz Boot Screen" !define MUI_VERSION "1.0" !include "${NSISDIR}ContribModern UISystem.nsh" ;-------------------------------- ;Configuration !define MUI_ICON "${NSISDIR}ContribIcon\normal-install.ico" !define MUI_UNICON "${NSISDIR}ContribIcon\normal-uninstall.ico" ;***************end of your post code ;*********This is that should be !define MUI_PRODUCT "Crystalfontz Boot Screen" !define MUI_VERSION "1.0" !include "${NSISDIR}\Contrib\Modern UI\System.nsh" ;-------------------------------- ;Configuration !define MUI_ICON "${NSISDIR}\Contrib\Icons\normal-install.ico" !define MUI_UNICON "${NSISDIR}\Contrib\Icons\normal-uninstall.ico" ;***************END * PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux w/ xfce4. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Debian unstable w/ xfce4. |
|
|
|
|
|
#5 | |
|
Junior Member
Join Date: Jan 2003
Posts: 8
|
Quote:
PHP Code:
|
|
|
|
|
|
|
#6 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,896
|
upload your code
* PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux w/ xfce4. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Debian unstable w/ xfce4. |
|
|
|
|
|
#7 |
|
Junior Member
Join Date: Jan 2003
Posts: 8
|
here
|
|
|
|
|
|
#8 |
|
NSIS MUI Dev
Join Date: Nov 2001
Posts: 3,717
|
You don't have to define 'em before inserting System.nsh, but before inserting MUI_SYSTEM.
Make sure that the filenames are correct and it should work. |
|
|
|
|
|
#9 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,896
|
Try this !!!
Let us know !!!!! Good luck
|
|
|
|
|
|
#10 |
|
Junior Member
Join Date: Jan 2003
Posts: 8
|
awsome thanks man
|
|
|
|
|
|
#11 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,896
|
No problem !!!
* PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux w/ xfce4. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Debian unstable w/ xfce4. |
|
|
|
|
|
#12 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,337
|
I am sorry for the confusion. I meant MUI_SYSTEM...
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|