classes:csci345_slator:nsis
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| classes:csci345_slator:nsis [2017/01/14 06:09] – created localadmin | classes:csci345_slator:nsis [2017/01/14 06:11] (current) – [Setup the Directory Structure] localadmin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Building a new Blackwood Installer ====== | ====== Building a new Blackwood Installer ====== | ||
| + | ===== Download NSIS ===== | ||
| + | WWWIC uses a open source system called NSIS to create installer files. | ||
| + | |||
| + | ===== Setup the Directory Structure ===== | ||
| + | |||
| + | Directories need to be set up in certain places so that the NSIS script can find the necessary files. | ||
| + | |||
| + | The NSIS script used for Blackwood can be found in the SVN repository. | ||
| + | |||
| + | First, copy " | ||
| + | |||
| + | Within " | ||
| + | |||
| + | Your final directory structure should look like this: | ||
| + | |||
| + | < | ||
| + | .\blackwood.nsi | ||
| + | .\Client\edu\ | ||
| + | .\Client\jre6\ | ||
| + | .\Client\lib\ | ||
| + | .\Client\blackwood.ico | ||
| + | .\Client\LICENSE.txt | ||
| + | </ | ||
| + | |||
| + | ===== Running NSIS ===== | ||
| + | |||
| + | This last step is easy, right click on " | ||
classes/csci345_slator/nsis.1484374143.txt.gz · Last modified: by localadmin
