aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Exclude null output from report of extracted files.Bob Arnson2019-12-112-6/+10
| * Return the set of files extracted from a cabinet.Bob Arnson2019-12-111-2/+2
| * User shared data types from WixToolset.DataRob Mensching2019-05-236-32/+16
| * Remove MSI interop from Core.NativeRob Mensching2019-05-086-1365/+23
| * Merge pull request #1 from wixtoolset/bob/EmptyCabsAreJustFineBob Arnson2019-03-211-2/+5
| |\
| | * Avoid hang when a .cab is has no files.Bob Arnson2019-03-211-2/+5
| |/
| * Update to latest Cpp.Build.props for locating latest Win10 SDK.Sean Hall2019-01-131-1/+5
| * Reduce extra appveyor builds by targeting only master and develop branchesRob Mensching2018-12-301-0/+5
| * Move wixnative.*.exe back to root libs in .nupkgRob Mensching2018-12-262-20/+11
| * Move wixnative.*.exe in Core.Native.nupkg into arch folderRob Mensching2018-12-243-14/+35
| * Include wixnative.exe in the Core.Native .nupkgRob Mensching2018-12-221-6/+9
| * Update to latest Home\repo-templateRob Mensching2018-12-228-13/+112
| * Enable use of NCrunchRob Mensching2018-10-036-19/+98
| * Add better error message when wixnative.exe cannot be foundRob Mensching2018-10-031-0/+5
| * Update test references and simplify BuildWixNative file gatheringRob Mensching2018-08-102-20/+15
| * Attempt to use platform specific runtimesRob Mensching2018-07-131-4/+4
| * Attempt to move wixnative.exe to independent runtime .nupkgRob Mensching2018-07-136-6/+42
| * Update development dependenciesRob Mensching2018-07-132-11/+11
| * Update development dependenciesRob Mensching2018-07-122-4/+4
| * Improve debuggabilityRob Mensching2018-07-122-1/+2
| * Disable part of test that fails irregularlyRob Mensching2018-07-121-1/+2
| * Send build notifications to SlackRob Mensching2017-12-271-0/+5
| * Improved cabinet handlingRob Mensching2017-11-2925-8/+1276
| * Standardize on appveyor.cmd for buildsRob Mensching2017-09-172-3/+2
| * Include MSI and MSM interopRob Mensching2017-09-173-2/+1360
| * Update to latest GitVersioningRob Mensching2017-09-173-4/+4
| * Initial commitRob Mensching2017-09-0713-0/+757
| * Initialize repoRob Mensching2017-09-039-0/+497
| * Initial commitRob Mensching2017-09-031-0/+2
* Merge burnRob Mensching2021-05-11138-0/+50490
|\
| * Move burn into burnRob Mensching2021-04-29141-0/+0
| * Integrate new build scripts with signing supportRob Mensching2021-04-2916-57/+307
| * Migrate Burn API headers to balutil repositoryRob Mensching2021-04-2914-2214/+42
| * Let BA override the package's cache type during Plan.Sean Hall2021-04-2916-102/+117
| * size_t-ify BootstrapperEngine.h and BundleExtensionEngine.hSean Hall2021-04-296-21/+21
| * Clean up 32-bit assumptions.Sean Hall2021-04-2917-164/+139
| * Set source of attached containers to WixBundleOriginalSource if set.Sean Hall2021-04-252-5/+72
| * Add support for downloading embedded payloads.Sean Hall2021-04-254-22/+21
| * Share code to map stream name to payload when extracting containers.Sean Hall2021-04-254-52/+20
| * DOWNLOAD is not a valid packaging value.Sean Hall2021-04-252-11/+3
| * UX payloads are never external, part 2.Sean Hall2021-04-254-35/+5
| * For payloads in a container, prefer the container over local paths.Sean Hall2021-04-253-11/+43
| * Allow setting source from OnCacheAcquireResolving.Sean Hall2021-04-196-43/+92
| * Clean up caching log messages.Sean Hall2021-04-192-18/+25
| * Send more progress during cache verification.Sean Hall2021-04-1911-148/+712
| * Make sure OnCache*Begin events always pair with their complete event.Sean Hall2021-04-191-36/+85
| * Perform all layout operations in the BA process.Sean Hall2021-04-193-217/+45
| * Add OnCachePayloadExtract*.Sean Hall2021-04-196-4/+207
| * When extracting a container use the uncompressed file size for progressSean Hall2021-04-194-10/+33
| * Remove the package's cache progress when retrying the whole package.Sean Hall2021-04-193-30/+47