aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Auto-generate ProductCode for ProductWithComponentGroupRef if undefinedSean Hall2021-04-112-1/+5
* Re-enable MSI usage of only a "." in Directory/@NameRob Mensching2021-04-083-1/+68
* Address code review feedbackRob Mensching2021-04-073-4/+4
* Discards source directory name when identical to target nameRob Mensching2021-04-063-1/+59
* Introduce StandardDirectory for referencing standard directoriesRob Mensching2021-04-0642-248/+345
* Introduce "Subdirectory" which simplifies inline directory syntaxRob Mensching2021-04-0619-283/+346
* Standardize on .NET Core v3.1Rob Mensching2021-04-024-4/+4
* Enable codepages and languages to be set via .wxl filesRob Mensching2021-04-0238-235/+619
* 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
* Re-resolve binary .wixlibs with defaulted embedded filesRob Mensching2021-03-252-75/+92
* 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
* 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
* Correctly set Compressed, Description, DisplayName in BootstrapperApplication...Rob Mensching2021-03-234-11/+15
* Minor code clean upRob Mensching2021-03-235-88/+33
* Allow payloads to be shared across packages in a BundleRob Mensching2021-03-238-71/+129
* Remove obsolete RegistryKey/@Action.Bob Arnson2021-03-211-21/+0
* Update tests to validate Shortcut Name/ShortName handlingRob Mensching2021-03-195-35/+91
* Default to 1 if NUMBER_OF_PROCESSORS environment variable is invalidRob Mensching2021-03-191-22/+6
* 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
* Use validation now implemented in Core.NativeRob Mensching2021-03-166-401/+227
* 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
* Minimize public surface area of CoreRob Mensching2021-03-1470-1952/+871
* Add default rollback boundary in the Burn binder instead of the compilerRob Mensching2021-03-114-31/+35
* 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
* Create unit test for WixVariable resolution issue #6376Andrij Abyzov2021-03-056-0/+105
* Complete MOVE_TO_BACKEND code migrationRob Mensching2021-03-039-422/+338
* Add test to verify patches without files workRob Mensching2021-03-034-0/+74
* Don't recommend "/ChainingPackage" for netfx4 protocol ExePackages.Sean Hall2021-03-022-4/+3