Scrolling Game Development Kit Forum

SGDK Version 1 => Help/FAQ => Topic started by: sam on 2006-03-26, 08:16:27 PM

Title: NSIS 2.0.6
Post by: sam on 2006-03-26, 08:16:27 PM
Hey, I downloaded NSIS 2.0.6. Can someone tell me how to get it to make an installer for my game please. I've got an NSIS script from the install packager.
Title: Re: NSIS 2.0.6
Post by: bluemonkmn on 2006-03-26, 09:05:22 PM
If I recall correctly, once you have NSIS installed, you simply right-click on the NSI file created by the install packager and choose Compile or Build or something.
Title: Re: NSIS 2.0.6
Post by: sam on 2006-03-27, 02:49:38 PM
Yah, I was able to figure that much out from the included NSIS Users Manual. After I did that the screen came up with all the code and the title (of the window) says "MakeNSISW - Compile Error: See Log for details". So I saved the log by clicking the save button in that window. Then I double clicked the log file (Output.txt) and Notepad comes up displaying this:
Quote
!define: "MUI_INSERT_NSISCONF"=""

Changing directory to: "C:\Program Files\GameDev\Squishy"

Processing script file: "C:\Program Files\GameDev\Squishy\EDIT.NSI"
!include: "C:\Program Files\NSIS\Include\MUI.nsh"
!include: "C:\Program Files\NSIS\Contrib\Modern UI\System.nsh"
NSIS Modern User Interface version 1.72 -
Title: Re: NSIS 2.0.6
Post by: bluemonkmn on 2006-03-27, 08:07:32 PM
The install packager was designed for NSIS 2.0, not 2.0.6.  But this thread might help:
http://gamedev.comdel.net/index.php?topic=527.0 (http://gamedev.comdel.net/index.php?topic=527.0)

Otherwise, see if you can get a hold of version 2.0 instead of 2.0.6.  If you figure out how to fix the script to work with 2.0.6, let us know.  I'm too exhausted to do any more debugging today, I think.  But the NSIS documentation should explain exactly how to write script for it, if you're up to researching how to use it, and what might be wrong.
Title: Re: NSIS 2.0.6
Post by: sam on 2006-04-14, 06:25:08 PM
I finally got around to downloading NSIS 2.0. It works good and everything but isn't it suppose to make an exe file of the game?
Title: Re: NSIS 2.0.6
Post by: bluemonkmn on 2006-04-14, 11:15:28 PM
It makes an EXE file that installs the game.
Title: Re: NSIS 2.0.6
Post by: sam on 2006-04-15, 07:12:40 AM
ohhhhhh...the installer is the exe. Thanks.