You are here

Which languaje is this??

4 posts / 0 new
Last post
wannabe
Offline
Last seen: 15 years 7 months ago
Joined: 2008-08-29 12:26
Which languaje is this??

Hello Im a java, javascript, html and PHP programmer. And like to recompile some of the Portable Applications (maybe change , but I cant find in wich languaje are they??

How do I "COMPILE" the NSI & NSH source files in to an exe??

Im sure I need to learn a new langueje but WHAT'S HIS NAME?? and what Do I need to (download or buy) to compile them?

Thanks!!

Steve Lamerton
Steve Lamerton's picture
Offline
Last seen: 10 years 6 months ago
Developer
Joined: 2005-12-10 15:22
It

is called NSIS

OliverK
OliverK's picture
Offline
Last seen: 2 years 9 months ago
Developer
Joined: 2007-03-27 15:21
Hi! The answer to your

Hi!
The answer to your question is: It is NSIS, or the Nullsoft Scriptable Install System.
You can find a link/information about NSIS Portable here.

You can get some information about the Portablization process here.

And Welcome To PortableApps.Com Smile

Too many lonely hearts in the real world
Too many bridges you can burn
Too many tables you can't turn
Don't wanna live my life in the real world

digitxp
digitxp's picture
Offline
Last seen: 12 years 6 months ago
Joined: 2007-11-03 18:33
Hello

try here. They're for NSIS (Nullsoft Scriptable Installer System)files. NSI files stand for Nullsoft Scriptable Installer, and NSH files stand for Nullsoft Scriptable Header ;).
NSIS is not very structured like some others (it's not a 'curly brackets' language, and IF statements and FOR loops aren't available without a header called LogicLib.nsh, and changing variable values need the StrCpy command instead of using an equals sign. But it's probably the easiest possible language ever learned, right after BASIC).
NSIS is 100% free, written in C++.
Hoped to have helped!

Insert original signature here with Greasemonkey Script.

Log in or register to post comments