Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/setup
AgeCommit message (Collapse)Author
2017-11-16Removed the duplicate icons and bitmapsOliver Schneider
Renaming the script for builds, planning to also use that for other than release build types Renamed one of the WiX language files
2017-11-02Fixes to code and premake4.lua, fixes based on code analysis results, ↵Oliver Schneider
updates to 3rd party libs * New SQlite amalgamation * Updating other third-party libs * New premake4.exe * Fixes to the premake4.lua script and projects * Adding language resource projects to solutions * Some sanity checks added to treemap.cpp * Using refs now instead of pointers in treemap.cpp (probably should be reviewed as it looks like there are more candidates in there) * Added Windows 10 to manifest file * Glitch in stdafx.h corrected * Script which produces the projects now defaults to only VS2005 and VS2017 * Deterministic filter UUIDs for VS201x * Fixed a handful of issues in code addressed * XP platform toolset doesn't allow for code analysis, using default again * Addressed a number of warnings from code analysis
2014-10-22Basic Wix project, takes all WDS binaries from their build paths. CustomizableFinnbogi Finnbogason
build via Defines.wxi and supports localization via Cultures. Next steps: 1. Add desktop shortcut(s) and additional options in Setup 2. Create WDS-specific localization references in all Cultures (WXL) 3. Create a Post-Build batch to generate MST for each Culture, based on en-US 4. Create a wrapper EXE to launch Setup. First shows language selection, then apply MST on MSI before launching Setup.
2014-01-21Preparations for WiX projectOliver Schneider
2010-01-09Converted NSI file to UTF8 and first adjustment to creation scriptOliver Schneider
2006-07-05- Added developer docsassarbad
- Enhanced cleanbuild script - Changed path to *.chm in the setup script
2005-12-11Little fix to let the installer set the GUI language of WDS before the first ↵assarbad
start!
2005-12-11First version of the NSIS installer script to be released publicly. ↵assarbad
Autoselects the current language (if matching is found), contains language names in English and the native languages respectively. Script fully self-contained. Extracts WDS version automatically as well as language strings. No silent option, yet. Will be implemented later.
2005-08-13- Added brandingassarbad
2005-08-08- Added NSIS scripts and one NT script to create a setup from the release ↵assarbad
files. Running the NT script will create the setup automagically.