aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix decompilation of directories as children TARGETDIR.Bob Arnson2021-04-121-3/+13
* Improve implicit Component/@Id generation and duplicate GUID errorsRob Mensching2021-04-124-251/+264
* Create backend specific error and warning locationsRob Mensching2021-04-112-0/+48
* Discards source directory name when identical to target nameRob Mensching2021-04-061-1/+1
* Introduce StandardDirectory for referencing standard directoriesRob Mensching2021-04-062-30/+41
* Introduce "Subdirectory" which simplifies inline directory syntaxRob Mensching2021-04-061-7/+51
* Enable codepages and languages to be set via .wxl filesRob Mensching2021-04-0212-119/+291
* Integrate the IntermediateSection and IntermediateSymbol mutable changesRob Mensching2021-04-023-48/+28
* Remove dependency on Dtf.WindowsInstaller from CoreRob Mensching2021-03-251-1/+0
* 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-231-5/+5
* Fix dependency providers in a Bundle chainRob Mensching2021-03-231-1/+1
* Default to 1 if NUMBER_OF_PROCESSORS environment variable is invalidRob Mensching2021-03-191-22/+6
* Minor code cleanupRob Mensching2021-03-193-28/+21
* Track database copy for validation as temporaryRob Mensching2021-03-182-5/+17
* Use validation now implemented in Core.NativeRob Mensching2021-03-165-397/+203
* Migrate PInvoke out of Core to Core.NativeRob Mensching2021-03-1632-4481/+27
* Demote CollidingModularizationTypes from error to warningBob Arnson2021-03-151-1/+1
* Remove use of removed IWixToolsetServiceProviderRob Mensching2021-03-144-6/+6
* Remove references to Core from backends.Sean Hall2021-03-146-134/+2
* Minimize public surface area of CoreRob Mensching2021-03-1443-1300/+412
* Complete MOVE_TO_BACKEND code migrationRob Mensching2021-03-034-7/+306
* Add failing tests for package description and packages sharing payloadsSean Hall2021-03-021-0/+1
* Support the new names for AccessModifiersRob Mensching2021-03-026-13/+13
* Remove references to "Output" and use "Data" insteadRob Mensching2021-03-024-55/+55
* Simplify BindDatabaseCommand by using WindowsInstallerBackendHelperRob Mensching2021-03-021-13/+10
* Fix handling of suppress modularizationRob Mensching2021-03-011-1/+1
* Absorb Dependency.wixext into CoreRob Mensching2021-02-272-0/+123
* Absorb Tag.wixext into Core as SoftwareTag elementRob Mensching2021-02-274-2/+146
* Complete implementation of extension handling for finalized symbolsRob Mensching2021-02-271-36/+32
* Integrate the latest Extensibility changesRob Mensching2021-02-271-1/+1
* Implement IBackendHelper passthru in Burn and WindowsInstaller helpersRob Mensching2021-02-272-1/+28
* Checkks all custom actions for cycles. Version 3. Fixes wixtoolset/issues#6201Ronald Martin2021-02-191-15/+63
* Replace Win64 attribute with Bitness attributeRob Mensching2021-02-111-6/+6
* Add patch test from old repo and get it passing.Sean Hall2021-01-271-1/+1
* Fix collection modified during enumeration bug.Sean Hall2021-01-261-1/+1
* Implement improved file sequence optimizationRob Mensching2021-01-062-8/+86
* Fix handling of duplicate directoriesRob Mensching2021-01-051-8/+8
* Add CanExtractBundleWithDetachedContainer test.Nir Bar2020-12-212-1/+10
* Enable XML doc.Sean Hall2020-12-1816-41/+48
* Fix merge module decompilation timing.Bob Arnson2020-12-121-7/+8
* Decompiling null GUID should set `Guid=""` to match.Bob Arnson2020-12-081-1/+1
* Update GitVersioning.Sean Hall2020-11-021-1/+1
* A bit of cleanup on now-defunct Product element references.Bob Arnson2020-10-281-0/+1
* Reorganize Product/Package to Package/SummaryInformation.Bob Arnson2020-10-243-57/+72
* Add CreateFolders standard action...Bob Arnson2020-10-121-0/+1
* Add the decompiled package's platform to the DecompileResult.Bob Arnson2020-10-082-25/+44
* Remove 32-bit ARM support.Bob Arnson2020-09-192-12/+0
* Replace BinaryKey with BinaryRef and FileKey with FileRef.Bob Arnson2020-09-061-2/+2
* Fix typo.Bob Arnson2020-09-011-1/+1