Skip to content
⌘ NSIS Forum Archive

help

6 posts

emiste7#

help

Hi and sorry for the questions,
Im a newbie ...totally I dont undertsnd nothing of this program.
I need an installer:
different languages
differnt type of files(you can have a choice of which type of extension want to install)
license.txt
everything to install from on a cd
Can someone give me the first tips to start.....
btw ...is hard to understand english too
Thank you
Afrow UK#
You need to start with Modern UI.
See Contrib\Modern UI\Readme.html

See script examples in the Examples\ folder.

It takes at least a week to get yu're first working installer up and running, but once you understand the code, there's nothing that can stop you!

Good luck.

-Stu
Joel#
Welcome to the Forums emiste7 🙂
1. Read in ${NSISDIR}\Examples the Nsis examples.
2. You also wanna read the Manual in ${NSISDIR}\Docs
kichik#
Everything but installing from a CD is in, as already said, the examples and is pretty simple. Take a look especially in languages.nsi and Modern UI\MultiLanguage.nsi if you're looking for multiple languages too.

To install from a CD read about CopyFiles and $EXEDIR in the documentation. Packing the files inside the installer would work too (with the File command).
emiste7#
Thank you......I started to read the documentations.
But the prob is my english is hard ......
probably not a week but with two weeks I'll be able to do my first
installer.
emiste7#
Ok I finished my license.....it's working.
I tested with the NSIS and its fine.
now I g2g...i'll be finish to complile NSI tonigh.
Thank you