aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* WiX Toolset v4-preview.0v4.0.0-preview.0Rob Mensching2021-05-1715-19/+38
|
* Update package Cache attribute to new attribute valuesRob Mensching2021-05-1724-129/+311
| | | | Closes wixtoolset/issues#5125
* Sign and execute runtime tests only on masterRob Mensching2021-05-171-4/+12
|
* Enable enabling runtime testsRob Mensching2021-05-173-3/+7
|
* Remove unused codeRob Mensching2021-05-171-13/+0
|
* Fix batch file command-line parsingRob Mensching2021-05-1725-39/+25
|
* Fix StrAllocString assertions.Sean Hall2021-05-113-16/+22
|
* Add tests for WixBA.Sean Hall2021-05-1116-149/+202
|
* Move WixToolset.WixBA into test/burn and use new PackageReferences.Sean Hall2021-05-1121-2/+6
|
* Update WixBA to Mba.Core 4.0.58.Sean Hall2021-05-113-12/+58
|
* Update WixBA to Mba.Core 4.0.49.Sean Hall2021-05-112-3/+3
|
* Update WixBA to Mba.Core 4.0.44.Sean Hall2021-05-112-1/+19
|
* Update WixBA to Mba.Core 4.0.40.Sean Hall2021-05-113-6/+6
|
* Update WixBA to Mba.Core 4.0.35.Sean Hall2021-05-113-10/+10
|
* Update WixBA to Mba.Core 4.0.26.Sean Hall2021-05-114-76/+19
|
* Update WixBA to Mba.Core 4.0.13.Sean Hall2021-05-1110-15/+7
|
* Update WixBA to Mba.Core 4.0.9.Sean Hall2021-05-1111-7/+15
|
* WIXFEAT:3815 - use interfaces added in BootstrapperCore.Sean Hall2021-05-116-22/+32
|
* WIXFEAT:3815 - Create WixBAFactory to address changes in BootstrapperCore.Sean Hall2021-05-116-5/+26
|
* Integrate into latest v4 (2019/02/15).Sean Hall2021-05-1120-44/+179
|
* Import WixBA from old v4 repoSean Hall2021-05-1120-0/+2636
|
* Fix Net48Web hash.Sean Hall2021-05-111-1/+1
|
* Use balutil methods in Engine.cs to avoid size_t ugliness.Sean Hall2021-05-1111-201/+466
|
* 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-11599-9397/+3312
|
* Merge IntegrationRob Mensching2021-05-11288-0/+10484
|\
| * Move Integration into testRob Mensching2021-05-05290-0/+0
| |
| * Add test for 5GB external payload.Sean Hall2021-05-047-298/+401
| |
| * Use WiX cmd line options for WarningAsError and DefaultCompressionLevelSean Hall2021-05-046-5/+4
| |
| * Add x64 Bundle tests.Sean Hall2021-05-0422-42/+412
| |
| * Update dependencies.Sean Hall2021-04-2973-136/+136
| |
| * Add tests for #5253 and #5586.Sean Hall2021-04-258-0/+196
| |
| * Update dependencies.Sean Hall2021-04-2560-120/+120
| |
| * Prevent double build of PRsRob Mensching2021-04-201-0/+1
| |
| * Integrate latest toolingRob Mensching2021-04-2070-133/+133
| |
| * Update dependencies.Sean Hall2021-04-2074-144/+151
| |
| * Fix StandardDirectory warnings.Sean Hall2021-04-154-30/+20
| |
| * Update dependencies.Sean Hall2021-04-1571-134/+134
| |
| * Enable the tests that were blocked by #6388.Sean Hall2021-03-311-2/+5
| |
| * Update dependencies.Sean Hall2021-03-3169-135/+136
| |
| * Add layout tests.Sean Hall2021-03-307-2/+200
| |