aboutsummaryrefslogtreecommitdiff
path: root/src/wix/WixToolset.Core/CommandLine/BuildCommand.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Backward compatible GUID generationRob Mensching2025-02-121-2/+10
* Add overloads to support create-only Wixouts.Bob Arnson2024-10-041-1/+1
* Fix build -includepath help messageKuba3142024-06-101-1/+1
* Add `Files` file harvesting.Bob Arnson2024-02-261-6/+2
* Introducing the WiX Standard LibraryRob Mensching2023-12-161-0/+9
* Introduce a new phase in the build pipeline.Bob Arnson2023-10-281-1/+18
* Correctly process build -outputType switchRob Mensching2023-09-051-0/+8
* Warn when using `embedded` as the pdbType and fallback to `full`Rob Mensching2023-01-191-1/+10
* Fixing spelling error in BuildCommandsStaffan Gustafsson2022-12-021-1/+1
* Improve file not found error messageRob Mensching2022-11-211-1/+1
* Expose bind variables from build command and via MSBuild WixVariables propertyRob Mensching2022-11-171-21/+60
* Implement cab thread countRob Mensching2022-11-061-3/+24
* Visible string cleanup.Bob Arnson2022-11-061-1/+1
* Normalize SectionType and OutputType "Product" to "Package"Rob Mensching2022-11-041-3/+3
* Implement single pass patch buildRob Mensching2022-09-231-4/+21
* Improve command line error reporting and remove some unused errorsRob Mensching2022-08-151-11/+22
* Redesign command-line help to meet the needs of WiX v4Rob Mensching2022-08-151-29/+37
* Preprocessor only fails if current document does not parseRob Mensching2022-08-101-2/+2
* Add intermediate folder and output path to all contextsRob Mensching2022-08-071-14/+31
* Rework build command line for combining wixlibs and default outputRob Mensching2022-03-151-110/+153
* Fix wixlib, msm, msi incremental buildRob Mensching2022-02-231-24/+26
* Make validation independent of the build commandRob Mensching2022-02-081-27/+0
* Centralize common command-line switches parsingRob Mensching2022-01-101-68/+14
* Move to a single tracking file for all bind inputs and outputsRob Mensching2022-01-021-28/+6
* Move Core into wixRob Mensching2021-04-291-0/+912