aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/CommandLine (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix copy/paste error with ParseWarningAsError.Sean Hall2021-01-272-4/+4
|
* Add DefaultCompressionLevel support.Bob Arnson2021-01-261-1/+19
|
* Use new logic for -sw in DecompileCommand.Sean Hall2021-01-191-10/+27
|
* Add support for -wx switch to decompilerRob Mensching2021-01-081-0/+23
|
* Report invalid command line arguments as errorsRob Mensching2021-01-083-8/+12
| | | | Fixes wixtoolset/issues#6313
* Fix TryGetNextNonSwitchArgumentOrError.Sean Hall2021-01-032-2/+3
|
* Implement command line for SuppressAllWarnings and WarningsAsError.Sean Hall2021-01-031-13/+55
| | | | Make WixRunner.Execute default to setting WarningsAsError to make sure tests are not accidentally causing warnings.
* Enable XML doc.Sean Hall2020-12-181-1/+0
|
* Fix merge module decompilation timing.Bob Arnson2020-12-121-1/+1
|
* Reorganize Product/Package to Package/SummaryInformation.Bob Arnson2020-10-241-0/+1
|
* Update decompiler to use XDocument rather than generated classes.Bob Arnson2020-08-241-1/+1
| | | | | - Use CompareXml for diffing. - Change CustomAction/@ScriptFile to @ScriptSourceFile.
* Display command-line help from Core and extensionsRob Mensching2020-07-184-32/+54
| | | | Closes wixtoolset/issues#6211
* Remove unused propertyRob Mensching2020-07-082-2/+0
|
* The Great Tuple to Symbol Rename (tm)Rob Mensching2020-06-251-5/+5
|
* Implement simplified command and improved backend integrationRob Mensching2020-06-131-38/+53
|
* Make commands async and internal processes cancelableRob Mensching2020-06-085-34/+47
|
* Integrate change to TryParseCommand and other code cleanupRob Mensching2020-06-083-67/+31
|
* Basic patching supportRob Mensching2020-05-301-0/+1
|
* Fix named bind paths.Bob Arnson2020-05-111-2/+0
|
* Use WixToolset.Burn package to get rid of -burnStubPath.Sean Hall2020-05-101-8/+2
| | | | Stop using x86 stub for x64.
* Default output file if there's a single input file.Bob Arnson2020-05-081-4/+71
|
* Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose ↵Sean Hall2020-04-026-18/+18
| | | | the more convenient methods from WixToolsetServiceProvider without requiring casting or extension methods.
* Partial WixPdbs stop the backend before binding.Bob Arnson2020-03-171-1/+31
|
* Make BindResult disposable to manage WixOutput disposability.Bob Arnson2020-02-131-37/+44
|
* Clean up variable resolution during Resolve.Bob Arnson2020-01-291-1/+0
|
* Provide Record enumerator on View that disposes fetched RecordsRob Mensching2020-01-131-1/+1
|
* Update to WixOutput file structure to fix embedded file handlingRob Mensching2019-10-251-14/+24
|
* Implement Bundle buildRob Mensching2019-10-071-2/+9
|
* IExtensionManager.Create renamed to IExtensionManager.GetServicesRob Mensching2019-05-124-13/+13
|
* Include the preprocessed include files with the processed documentRob Mensching2019-03-012-6/+6
| | | | | | | This change also cleans up the internal state handling of the preprocesor to pass the processing state around rather than depend on "global state" in member variables. This removes the need to "reset" the member variables before preprocessing which is much cleaner.
* Integrate interface-only WixToolset.Extensibility changeRob Mensching2019-03-011-131/+144
|
* Rename ILocalizer to ILocalizationParserRob Mensching2019-03-011-2/+2
|
* Expose WixVariableResolver via WixToolsetServiceProviderRob Mensching2019-03-011-1/+1
|
* Load .wixlib intermediates with single creatorRob Mensching2019-01-011-19/+12
| | | | | Using a single creator ensures definitions are shared and consistent across the entire build.
* Update to DecompileResult move to XDocumentRob Mensching2018-11-031-5/+6
| | | | Fixes wixtoolset/issues#5896
* Re-introduce "decompile" to backendRob Mensching2018-10-241-0/+212
|
* Update to command-line parsing re-organizationRob Mensching2018-10-248-708/+811
|
* Minor code cleanup/reorganizationRob Mensching2018-10-241-8/+14
|
* Extract interfaces for Preprocess/Compile/Link/Bind/etcRob Mensching2018-10-242-88/+137
|
* Implement -arch switchRob Mensching2018-10-033-10/+29
| | | | Fixes wixtoolset/issues#5863
* Report preprocessor exceptions as errors. Fixes wixtoolset/issues#5881.Bob Arnson2018-09-272-4/+33
|
* Support warning suppression.Bob Arnson2018-08-281-1/+11
|
* Track files to enable clean builds in MSBuildRob Mensching2018-08-111-1/+2
|
* Major reduction in public surface area of WixToolset.CoreRob Mensching2018-08-012-134/+3
|
* Support build of a .wixipl to final outputRob Mensching2018-07-311-23/+49
|
* Remove WixFileNotFoundException, report checked paths and improve bind path ↵Rob Mensching2018-07-271-5/+13
| | | | command-line parsing
* Integrate Extensibility.Data namespace change from Extensibility repoRob Mensching2018-07-237-20/+26
|
* Minimize duplicate localization processingRob Mensching2018-07-191-1/+1
|
* Add PostParse() method of IExtensionCommandLineRob Mensching2018-07-131-0/+5
| | | | Fixes wixtoolset/issues#5850
* Refactor command line parsing to enable extensions there in light.exeRob Mensching2018-07-125-647/+634
| | | | Fixes wixtoolset/issues#5845