aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Put back the rollback cache package functionality and fix its bugs.Sean Hall2021-05-1118-220/+189
| | | | #3719, #4711, #5750
* Cache packages that will be present for CACHE/INSTALL overall actions.Sean Hall2021-05-1115-31/+76
| | | | | | | | During actions that are expected to have source media available, all packages that have cacheType set to keep should be cached if the package is going to be present. Set NetFx ExePackage Cache="no" and remove uninstall and repair arguments. #5125
* Bring back Burn's implementation of signature verification.Sean Hall2021-05-116-3/+164
| | | | partial #6447
* Enforce payload and container verification.Sean Hall2021-05-119-92/+209
|
* Don't cache pass through bundles.Sean Hall2021-05-111-8/+12
|
* Synchronize access to cOverallProgressTicks between Cache and Execute.Sean Hall2021-05-114-60/+60
| | | | #4414
* Reset the package's cache folder only once.Sean Hall2021-05-116-24/+145
| | | | | | This behavior makes it work similar to the root package cache folder and avoids performance problems when there are many payloads in the package. #4774
* Allow launching approved exes from the original package cache.Sean Hall2021-05-113-26/+88
|
* Add ability to suppress pfnTraceErrorCallback for the current thread.Sean Hall2021-05-113-1/+45
| | | | | | Suppress BurnTraceError while logging errors from BurnTraceError. #6378
* Assign download URL to files outside the MSIRob Mensching2021-05-113-4/+6
| | | | Fixes wixtoolset/issues#6436
* Implement integrated build processRob Mensching2021-05-11597-9433/+3280
|
* Merge IntegrationRob Mensching2021-05-11288-0/+10484
|\
| * Move Integration into testRob Mensching2021-05-05290-0/+239
| |
| * Add test for 5GB external payload.Sean Hall2021-05-046-298/+399
| |
| * Use WiX cmd line options for WarningAsError and DefaultCompressionLevelSean Hall2021-05-044-3/+3
| |
| * Add x64 Bundle tests.Sean Hall2021-05-0421-40/+412
| |
| * Update dependencies.Sean Hall2021-04-2972-135/+135
| |
| * Add tests for #5253 and #5586.Sean Hall2021-04-258-0/+196
| |
| * Update dependencies.Sean Hall2021-04-2559-119/+119
| |
| * Integrate latest toolingRob Mensching2021-04-2069-132/+132
| |
| * Update dependencies.Sean Hall2021-04-2073-143/+150
| |
| * Fix StandardDirectory warnings.Sean Hall2021-04-154-30/+20
| |
| * Update dependencies.Sean Hall2021-04-1570-133/+133
| |
| * Enable the tests that were blocked by #6388.Sean Hall2021-03-311-2/+5
| |
| * Update dependencies.Sean Hall2021-03-3167-128/+128
| |
| * Add layout tests.Sean Hall2021-03-307-2/+200
| |
| * Port the update bundle tests from old repo.Sean Hall2021-03-3028-12/+640
| |
| * Add tests to verify #4991 and #5702.Sean Hall2021-03-1163-52/+223
| |
| * Port forward compatible tests from old repo.Sean Hall2021-03-1121-0/+794
| |
| * Port dependency tests from old repo.Sean Hall2021-03-0871-23/+2190
| |
| * Build the SoftwareTags.Sean Hall2021-03-0417-20/+26
| |
| * Update dependencies.Sean Hall2021-03-0332-51/+51
| |
| * Update dependencies.Sean Hall2021-03-0232-53/+53
| |
| * Update dependencies to enable fixed skipstream tests.Sean Hall2021-02-2231-35/+35
| |
| * Add failing test for #3897.Sean Hall2021-02-173-0/+54
| |
| * Port the slipstream tests from the old repo.Sean Hall2021-02-1730-0/+736
| |
| * Add test for explicitly elevating between detect and plan.Sean Hall2021-02-177-0/+133
| |
| * Port the rest of the FailureTests from the old repo.Sean Hall2021-02-176-0/+369
| |
| * Create WixTestTools project and reorganize files.Sean Hall2021-02-1722-12/+41
| |
| * Update dependencies.Sean Hall2021-02-1720-29/+29
| |
| * Testing for #6297.Sean Hall2021-02-0611-34/+192
| |
| * Update dependencies.Sean Hall2021-02-0521-30/+30
| |
| * Fix bug in TestBA where it should only plan after the last detect.Sean Hall2021-01-301-12/+18
| |
| * Port the patch tests from the old repo.Sean Hall2021-01-2722-12/+387
| |
| * Add test for same exact package in multiple versions of a bundle.Sean Hall2021-01-279-2/+104
| |
| * Add test that cancels an MSI package in the OnProgress for the package.Sean Hall2021-01-223-2/+107
| | | | | | | | | | | | This makes it cancel after the MSI install completed but before Burn considers the package complete, which needs to cause Burn to roll it back (#3089). Also add more logging in TestBA when it does non-standard stuff.
| * Update dependencies.Sean Hall2021-01-1912-13/+13
| |
| * Port CancelEarly and CancelLate failure tests from old repo.Sean Hall2021-01-1914-84/+551
| |
| * Document how to update dependencies and use local changes.Sean Hall2021-01-178-10/+17
| |
| * Add documentation on how to run tests on a VM.Sean Hall2021-01-173-0/+8
| |