aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enable codepages and languages to be set via .wxl filesRob Mensching2021-04-0238-235/+619
| | | | Fixes wixtoolset/issues#5801
* Integrate the IntermediateSection and IntermediateSymbol mutable changesRob Mensching2021-04-028-93/+69
|
* Remove unused valuesRob Mensching2021-04-025-8/+7
|
* Fix regression where PayloadRefs for harvested payloads weren't createdSean Hall2021-03-312-0/+74
|
* Add failing test for DownloadUrl placeholder replacement.Sean Hall2021-03-302-0/+91
|
* Rename cache types in the Burn manifests to remove, keep, force.Sean Hall2021-03-304-12/+12
| | | | Contributes to #5125
* Re-resolve binary .wixlibs with defaulted embedded filesRob Mensching2021-03-252-75/+92
| | | | Fixes wixtoolset/issues#6376
* Remove dependency on Dtf.WindowsInstaller from CoreRob Mensching2021-03-255-358/+257
|
* Remove unused parameterRob Mensching2021-03-251-2/+2
|
* Correctly get the authored MsiProperty names for a MsiPackageRob Mensching2021-03-251-1/+1
|
* Use separate intermediate folders when testing patch missing filesRob Mensching2021-03-251-10/+20
| | | | | | | Using separate intermediate folders for the build of baseline and update exposes deeper issues with the code under test. Enhanced test for wixtoolset/issues#6387
* Minor CompareFiles optimization when source/target are same pathRob Mensching2021-03-252-1/+7
|
* Throw WixException for internal errors and Messaging for user errorsRob Mensching2021-03-233-14/+15
|
* Fix dependency providers in a Bundle chainRob Mensching2021-03-237-51/+35
| | | | Fixes wixtoolset/issues#6388
* Correctly set Compressed, Description, DisplayName in ↵Rob Mensching2021-03-234-11/+15
| | | | | | | BootstrapperApplicationData Fixes wixtoolset/issues#6371 Fixes wixtoolset/issues#6372
* Minor code clean upRob Mensching2021-03-235-88/+33
|
* Allow payloads to be shared across packages in a BundleRob Mensching2021-03-238-71/+129
| | | | Fixes wixtoolset/issues#6370
* Remove obsolete RegistryKey/@Action.Bob Arnson2021-03-211-21/+0
|
* Update tests to validate Shortcut Name/ShortName handlingRob Mensching2021-03-195-35/+91
| | | | Resolves wixtoolset/issues#4227
* Default to 1 if NUMBER_OF_PROCESSORS environment variable is invalidRob Mensching2021-03-191-22/+6
| | | | | | Also, use Environment.ProcessorCount to access NUMBER_OF_PROCESSORS Fixes wixtoolset/issues#5628
* Minor code cleanupRob Mensching2021-03-193-28/+21
|
* Reference issues in failing tests.Sean Hall2021-03-183-5/+5
|
* Track database copy for validation as temporaryRob Mensching2021-03-182-5/+17
|
* Make ResetAcl opt-in instead of opt-outRob Mensching2021-03-164-12/+14
|
* Migrate ResetAcls to Core.Native from CoreRob Mensching2021-03-162-11/+3
|
* Centralize disallow inner text handling in ParseHalperRob Mensching2021-03-166-45/+48
| | | | Fixes wixtoolset/issues#6237
* Use validation now implemented in Core.NativeRob Mensching2021-03-166-401/+227
| | | | Fixes wixtoolset/issues#5946
* Migrate PInvoke out of Core to Core.NativeRob Mensching2021-03-1642-5086/+104
|
* Demote CollidingModularizationTypes from error to warningBob Arnson2021-03-151-1/+1
|
* Remove dependency on Core as Data and Extensibility is enoughRob Mensching2021-03-141-1/+2
|
* Remove use of removed IWixToolsetServiceProviderRob Mensching2021-03-1445-109/+98
|
* Remove references to Core from backends.Sean Hall2021-03-149-12/+6
| | | | #6340
* Minimize public surface area of CoreRob Mensching2021-03-1470-1952/+871
| | | | Fixes wixtoolset/issues#6374
* Add default rollback boundary in the Burn binder instead of the compilerRob Mensching2021-03-114-31/+35
| | | | Fixes wixtoolset/issues#6312
* Add failing test for authoring Provides in chain packages.Sean Hall2021-03-082-0/+53
|
* Add failing test for patch from MSI that included a file from a wixext.Sean Hall2021-03-083-1/+70
|
* Fix parsing ProviderKey for Bundle.Sean Hall2021-03-083-5/+74
|
* Fix harvesting providers from MSI packages.Sean Hall2021-03-084-8/+76
|
* Improve missing entry section error message.Bob Arnson2021-03-072-1/+98
| | | | Fixes https://github.com/wixtoolset/issues/issues/5886
* Create unit test for WixVariable resolution issue #6376Andrij Abyzov2021-03-056-0/+105
|
* Complete MOVE_TO_BACKEND code migrationRob Mensching2021-03-039-422/+338
| | | | Fixes wixtoolset/issues#6212
* Add test to verify patches without files workRob Mensching2021-03-034-0/+74
| | | | Resolves wixtoolset/issues#4912
* Don't recommend "/ChainingPackage" for netfx4 protocol ExePackages.Sean Hall2021-03-022-4/+3
| | | | #5762
* Change the hash algorithm for Burn to SHA512.Sean Hall2021-03-022-1/+5
| | | | #3992
* Don't require Version, ProductName, or Description for remote payloads.Sean Hall2021-03-021-17/+25
| | | | #4865
* Use new PackagePayload symbols for the package's payload.Sean Hall2021-03-0216-116/+670
| | | | #4183
* Refactor payload compiling and harvesting.Sean Hall2021-03-028-343/+546
|
* Test big payloads by RemotePayload since real files are slow.Sean Hall2021-03-0210-83/+14
| | | | | | The test will be moved to a Burn e2e test. #4008
* Add failing tests for package description and packages sharing payloadsSean Hall2021-03-027-5/+176
| | | | In Core projects, treat warnings as errors.
* Version the extension cache foldersRob Mensching2021-03-021-7/+11
| | | | Resolves wixtoolset/issues#6184