eagleman
22nd February 2003 14:43 UTC
Creation of a customized installer
I want to try to use the Nullsoft installer for creating a little installer for some patches created by me.
Exactly I need to put into the installer the main files of the translation (they could be one or more), a licence text and explanation of the usage of the patch.
What I need to modify the multilanguage.nsi file? This is the more useful for my aim.
Reply me soon.
Giacomo Margarito.
Joel
22nd February 2003 15:44 UTC
Try the examples in the "$NSISDIR\Examples".
Exactly I need to put into the installer the main files of the translation (they could be one or more), a licence text and explanation of the usage of the patch.
try "$NSISDIR\Examples\bigtest.nsi
What I need to modify the multilanguage.nsi file?
Wanna make a multilanguage installer?
Yes multilanguage.nsi is for you.
Also try "$NSISDIR\Examples\languages.nsi"
The Modern UI got more functions that you might need
Hope this help