aboutsummaryrefslogtreecommitdiff
path: root/dists/nsis
AgeCommit message (Collapse)Author
2011-05-11NSIS: Add option to not include data files in the installer (they are now ↵Littleboy
included in the exe by default)
2011-05-05DISTS: Test for parameters in NSIS script and throw errors when not passed ↵Littleboy
to command line
2011-05-05DISTS: Add optional ARCH parameter to NSIS scriptLittleboy
2011-05-02DISTS: Update NSIS script version to 1.4.0gitLittleboy
2011-04-28DISTS: Drop high-resolution versions of the installer icon (128x128 & 96x96)Littleboy
This reduces installer size by around 114Kb.
2011-04-28DISTS: Update NSIS start menu shortcuts creation/removalLittleboy
- Create shortcuts in all-users start menu folder - Properly remove all shortcuts on uninstall
2011-04-28DISTS: Remove optional flag from NSIS script uninstall sectionLittleboy
2011-04-28DISTS: Update NSIS installer shortcut creationLittleboy
- Fix missing CreateDirectory directive to create the base shortcut folder - Add Readme to the list of shortcuts
2011-04-28DISTS: Copy/use README-SDL to/from the build folder (it is copied from out ↵Littleboy
of tree)
2011-04-27DISTS: Add README-SDL to the installer scriptLittleboy
2011-04-27DISTS: Update formating and comments of NSIS scriptLittleboy
2011-04-27DISTS: Sort NSIS installer languages and disable the ones that aren't ↵Littleboy
supported by ScummVM itself yet.
2011-04-27DISTS: Add NSIS installer script template for building windows installersLittleboy