Difference between revisions of "NSIS Publisher"

From SCI Wiki
Jump to navigationJump to search
(29 intermediate revisions by the same user not shown)
Line 1: Line 1:
NSIS Publisher<br />
+
{{SCISoftwareInfobox
 +
| Software = NSIS Publisher
 +
| image = [[Image:NSISPublisher.png|200px]]
 +
| Version = 1.1.0.0
 +
| ReleaseDate = Feb 2016
 +
| Developers = {{Andrew Branscom}}
 +
| ProgLanguage = C#
 +
| Platform = Windows
 +
| Type = {{Plugin}}
 +
| Localization = English
 +
| Website =
 +
}}
 +
 
 +
<div align="center"><span style="font-size: 22pt">NSIS Publisher</span><br />
 
Version 1.0<br />
 
Version 1.0<br />
By Andrew Branscom<br />
+
''Developer: [[Andrew Branscom]]''</div>
http://sierrahelp.com/<br />
+
 
 +
==<br /> Description ==
  
NSIS Publisher is tool to be used as a plugin for Phil Fortier's SCI Companion v3 (http://scicompanion.com/) for generating NSIS install scripts for fan made SCI0 SCI1.0 and SCI1.1 games. It can automatically generate an installer for your SCI Companion created game. The generated script can be tweaked/customized and recompiled manually in the included script editor. The resulting script can be found in the game's base folder for later corrections or revisions. You can reopen a script through the open script dialog of the tool or by double clicking the NSI file. Game installers created by NSIS Publisher will include DOSBox and the games will be automatically configured to run in it.
+
<blockquote>
 +
NSIS Publisher is tool to be used as a plugin for [[http://scicompanion.com/ Phil Fortier's SCI Companion v3]] for generating NSIS install scripts for fan made SCI0 SCI1.0 and SCI1.1 games. It can automatically generate an installer for your SCI Companion created game. The generated script can be tweaked/customized and recompiled manually in the included script editor. The resulting script can be found in the game's base folder for later corrections or revisions. You can reopen a script through the open script dialog of the tool or by double clicking the NSI file. Game installers created by NSIS Publisher will include DOSBox and the games will be automatically configured to run in it.
 +
</blockquote>
  
 
<div align="center">[[File:NSISPublisher.png|NSISPublisher.png]]</div>
 
<div align="center">[[File:NSISPublisher.png|NSISPublisher.png]]</div>
 +
 +
==<br /> Installation ==
 +
* If you do not already have NSIS installed, download and install it ([http://nsis.sourceforge.net/Download http://nsis.sourceforge.net/Download])
 +
* Unzip into SCI Companion 3's Plugins subdirectory.
 +
* Move or copy the contents of the "Merge with Installed NSIS Directory" folder with your installed NSIS directory, merging the "Include" and "Plugins" folders with those in NSIS.
 +
<blockquote>
 +
Three new items should now appear in SCI Companion's Plugins menu; Edit Readme, Publish and NSIS Publisher.
 +
</blockquote>
 +
 +
==<br /> Usage ==
 +
 +
<blockquote>
 +
First time running it will open the options dialog to choose defaults. Thereafter it will generate an NSIS script for your current project and compile it it with an included DOSBox by selecting "Publish" in SCI Companion's Plugins menu.
 +
 +
See the help file for more information.
 +
</blockquote>
  
 
==<br /> Download ==
 
==<br /> Download ==
  
<blockquote>
+
* [[Image:ZIP.PNG|ZIP File]] [[scicdl:NSIS_Publisher.zip.php|NSIS Publisher Version 1.1.0.0]] *<span class="DLInfo"> (ZIP file) [7.60 MB]</span>
* [[Image:ZIP.PNG|ZIP File]] [[scidl:Plugins/NSISPublisher/NSIS_Publisher_1.0.0.1.zip | NSIS Publisher Version 1.0.0.1]] *<span class="DLInfo"> (ZIP file) [7.60 MB]</span>
 
  
 
<blockquote>
 
<blockquote>
Line 17: Line 48:
  
 
* [https://bitbucket.org/CollectorSCI/nsis-publisher NSIS Publisher Repository on Bitbucket]
 
* [https://bitbucket.org/CollectorSCI/nsis-publisher NSIS Publisher Repository on Bitbucket]
</blockquote>
 
 
</blockquote>
 
</blockquote>
  
 
&nbsp;
 
&nbsp;
  
[[Category:SCI Tools]][[Category:Plugins]]
+
[[Category:SCI Tools]]
 +
[[Category:SCI Companion Plugins]]

Revision as of 20:29, 14 January 2018

NSIS Publisher
{{{Image}}}
Latest Version:  1.1.0.0
Release Date:  Feb 2016
Company: {{{Company}}}
Publication Status:  {{{Published}}}
Developer(s): Template:Andrew Branscom
Language: C#
Open Source: {{{OpenSource}}}
Source Available:  {{{Source}}}
License: {{{License}}}
Platform: Windows
Type: Plugin
Localization: English
Website:


NSIS Publisher

Version 1.0

Developer: Andrew Branscom


Description

NSIS Publisher is tool to be used as a plugin for [Phil Fortier's SCI Companion v3] for generating NSIS install scripts for fan made SCI0 SCI1.0 and SCI1.1 games. It can automatically generate an installer for your SCI Companion created game. The generated script can be tweaked/customized and recompiled manually in the included script editor. The resulting script can be found in the game's base folder for later corrections or revisions. You can reopen a script through the open script dialog of the tool or by double clicking the NSI file. Game installers created by NSIS Publisher will include DOSBox and the games will be automatically configured to run in it.

NSISPublisher.png


Installation

  • If you do not already have NSIS installed, download and install it (http://nsis.sourceforge.net/Download)
  • Unzip into SCI Companion 3's Plugins subdirectory.
  • Move or copy the contents of the "Merge with Installed NSIS Directory" folder with your installed NSIS directory, merging the "Include" and "Plugins" folders with those in NSIS.

Three new items should now appear in SCI Companion's Plugins menu; Edit Readme, Publish and NSIS Publisher.


Usage

First time running it will open the options dialog to choose defaults. Thereafter it will generate an NSIS script for your current project and compile it it with an included DOSBox by selecting "Publish" in SCI Companion's Plugins menu.

See the help file for more information.


Download

Source Code is available here: