Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 17th June 2003, 20:23   #1
Joel
Debian user
(Forum King)
 
Joel's Avatar
 
Join Date: Jan 2003
Location: Arch land
Posts: 4,898
A little question in a Installer with NO-MUI

Hello.
I pass a long time making setups with Modern UI...
and...now I don't remember how to make an installer without MUI

I'm creating this simple script to install a skin in the Winamp
directory, seems to be OK, but in the compiler Window display this
message:

1 warning:
Name command not specified. Assuming default.

Attaching script....
Attached Files
File Type: nsi skininstall.nsi (2.0 KB, 48 views)


* 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.
Joel is offline   Reply With Quote
Old 17th June 2003, 21:15   #2
ramon18
NSIS Dev
 
ramon18's Avatar
 
Join Date: Apr 2003
Location: Portugal
Posts: 110
The command "Name" is missing, command which is needed to title the installation

with MUI this is automatic, its why you need the following defines:

e.g.:

!define MUI_PRODUCT "MyInstall"
!define MUI_VERSION "1.0"


BR,
Ramon
ramon18 is offline   Reply With Quote
Old 17th June 2003, 21:19   #3
MoNKi
Senior Member
 
Join Date: Aug 2002
Location: Spain
Posts: 112
Isn't missing.

Change:

Name "${Nombre}"
LoadLanguageFile "${NSISDIR}\Contrib\Language Files\spanish.nlf"

with:

LoadLanguageFile "${NSISDIR}\Contrib\Language Files\spanish.nlf"
Name "${Nombre}"
MoNKi is offline   Reply With Quote
Old 17th June 2003, 23:10   #4
ramon18
NSIS Dev
 
ramon18's Avatar
 
Join Date: Apr 2003
Location: Portugal
Posts: 110
You right, I just don't downloaded the script

although, my explanation is correct, in a more generic way

cyas
Ramon
ramon18 is offline   Reply With Quote
Old 17th June 2003, 23:52   #5
Joel
Debian user
(Forum King)
 
Joel's Avatar
 
Join Date: Jan 2003
Location: Arch land
Posts: 4,898
Thanks...
It was also a language problem, but I fix that...
thanks


* 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.
Joel is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump