aboutsummaryrefslogtreecommitdiff
path: root/dists/nsis
AgeCommit message (Collapse)Author
2011-06-30BUILD: Store the Windows installer scripts in a single directory, and share ↵Travis Howell
the graphics files.
2011-06-26ICONS: Update Windows iconsLittleboy
- Replace 128x128 RGB version by PNG compressed 256x256 version for Windows Vista and later - Update 256 colors versions of the icon to remove black background - Remove 16 colors versions (256 colors icons have been supported since Windows 3.0 and are the default on Windows 95) - Add missing sizes and colors to NSIS installer icon
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