|
|
#1 |
|
Junior Member
Join Date: Mar 2006
Location: Ecuador
Posts: 10
|
need help with a .exe
hi all.. i already read the help stuff and all the examples but i really dont know how to do the things i want, i appologize for asking this, but i really dont know how to do it, im not such experienced and im spanish (sorry about my english)
i saw the example "bigtest.nsi" and i want something like that, without those messages for testing and the notepad.. the story is that i have some files that i run in a game server, but most of the people asked for a .exe, so they d/l the file from a web isntead of the server cuz it takes too long.. if someone could help me with this i'll apreciate it a lot. - i need the red background cuz its cool - the license agreement screen cuz all players are spanish, so i need to explain some things there. - the installation folder screen and when is installing i want to see the files that are being installed.. i need to compress like 40 files there.. i dont need uninstall, cuz if i put a new file i'll remake the. exe with the new file, so it will overwrite the old files i hope someone could post a .nsi with the basic things i need so i could use it like a guide and complete it with the rest like names, files and all that stuff.. thanx a lot |
|
|
|
|
|
#2 | ||||||
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,898
|
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
* 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. |
||||||
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Mar 2006
Location: Ecuador
Posts: 10
|
ok, im trying to do it and so far im fine, but i need the default language of the installer to be spanish, how can i do that??, im trying to do it with the help tutorials but i always get errors at the end
|
|
|
|
|
|
#4 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,338
|
Simply have Spanish the first language you include in your script. If it's a MUI script, have Spanish the first MUI_LANGUAGE macro you insert. If not, have Spanish the first LoadLanguageFile you use.
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
Join Date: Mar 2006
Location: Ecuador
Posts: 10
|
i cant make it work, this is what i have so far, its a modification of bigtest.nsiim just guessing cuz i really dont know what to do Quote:
|
|
|
|
|
|
|
#6 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,898
|
What errors do you have? Give more information
Is Spanish.nlf in the same dir as your .nsi file is? Vamos!
* 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: Mar 2006
Location: Ecuador
Posts: 10
|
Quote:
Quote:
Quote:
1) is this the best method to compress?? "SetCompressor /SOLID lzma" i want to make it the less heavy possible, now is like 22 Mb, maybe i can compress it more 2) if i want to put an image in the installation screen, the custom image has to be inside the .exe too?? (like all the files), or i just need to put the path into the .nsi?? thanx |
|||
|
|
|
|
|
#8 |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,216
|
LZMA with solid compression is the best possible.
You need to store it and extract it say to $PLUGINSDIR like any other file. -Stu Need an installer? http://www.afrowsoft.co.uk |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|