This is an archive of NSIS 2.46 software environment that has been used with Colorado's Decision Support System (CDSS) Java software installers for TSTool, StateDMI, StateView, and StateMod GUI. This archive is needed because NSIS 2.46 is several years old and the origin is unclear for all the user contributor and plugin files. The archive files can be copied and used if necessary until NSIS software is updated to the latest version for each tool that uses NSIS.
The repository was created by copying the C:\Program Files (x86)\NSIS
folder from a CDSS Windows 7
development computer to this repository,
so as to archive a working copy of the NSIS version 2.46 software.
See the following online resources:
- CDSS
- OpenCDSS
- TSTool Developer Documentation - example of a program that uses NSIS to create the software installer
- NSIS
See the following sections in this page:
The following are the main folders and files in this repository, listed alphabetically.
cdss-archive-nsis-2.46/ Archive of NSIS 2.46.
.git/ Git repository folder (DO NOT MODIFY THIS except with Git tools).
.gitattributes Git configuration file for repository.
.gitignore Git configuration file for repository.
NSIS/ Files from C:\Program Files (x86)\NSIS for NSIS 2.46.
README.md This file.
Repository dependencies fall into two categories as indicated below.
The NSIS software does not have any other repository dependencies.
The following repositories are known to depend on NSIS being installed. See the Current Use section for current practices.
Repository | Description |
---|---|
cdss-app-statedmi-main |
StateDMI main application code. |
cdss-app-tstool-main |
TSTool main application code. |
StateView - repo needs to be finalized | CDSS HydroBase viewing application. |
StateMod GUI - repo needs to be finalized | StateMod Graphical User Interface. |
To simplify NSIS environment setup for current CDSS software developers, current NSIS files needed for the development environment are saved in the cdss-util-buildtools repository. The files from this archive, such as contributed files, can be copied into NSIS 3.x installation if a 3.x version of the files cannot be found. This archive will at some point become irrelevant as all installers are updated to NSIS 3.x.