aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller/Bind (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve implicit Component/@Id generation and duplicate GUID errorsRob Mensching2021-04-124-251/+264
* Discards source directory name when identical to target nameRob Mensching2021-04-061-1/+1
* Introduce "Subdirectory" which simplifies inline directory syntaxRob Mensching2021-04-061-7/+51
* Enable codepages and languages to be set via .wxl filesRob Mensching2021-04-0210-118/+289
* Integrate the IntermediateSection and IntermediateSymbol mutable changesRob Mensching2021-04-023-48/+28
* 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-162-26/+201
* Migrate PInvoke out of Core to Core.NativeRob Mensching2021-03-1611-110/+17
* Demote CollidingModularizationTypes from error to warningBob Arnson2021-03-151-1/+1
* Remove use of removed IWixToolsetServiceProviderRob Mensching2021-03-143-5/+5
* Remove references to Core from backends.Sean Hall2021-03-142-2/+0
* Minimize public surface area of CoreRob Mensching2021-03-1425-799/+204
* 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-025-11/+11
* Remove references to "Output" and use "Data" insteadRob Mensching2021-03-023-51/+51
* 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
* Checkks all custom actions for cycles. Version 3. Fixes wixtoolset/issues#6201Ronald Martin2021-02-191-15/+63
* 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
* Enable XML doc.Sean Hall2020-12-188-19/+14
* Reorganize Product/Package to Package/SummaryInformation.Bob Arnson2020-10-241-8/+15
* Add CreateFolders standard action...Bob Arnson2020-10-121-0/+1
* Remove 32-bit ARM support.Bob Arnson2020-09-191-6/+0
* Fix typo.Bob Arnson2020-09-011-1/+1
* Fix Control symbol dehydration to MSI output.Bob Arnson2020-07-261-3/+4
* Support implicit standard directory reference and "3264" platform foldersRob Mensching2020-07-215-26/+154
* Move short filename generation to the WindowsInstallerBackendRob Mensching2020-07-081-6/+137
* Default Publish/@Condition to "1" in the WI backendRob Mensching2020-07-011-0/+15
* The Great Tuple to Symbol Rename (tm)Rob Mensching2020-06-2528-1088/+1088
* Move CustomAction script inner text to ScriptFile attributeRob Mensching2020-06-232-4/+9
* If no Media or MediaTemplate is present, default to a MediaTemplate.Bob Arnson2020-06-221-0/+12
* Restore Unreal to CustomTable.Sean Hall2020-06-192-3/+1
* Implement BundleCustomData. Remove Unreal from CustomTable.Sean Hall2020-06-192-2/+4
* Change AssemblyNameReader to better match GetAsemblyIdentityFromFile()Rob Mensching2020-06-171-1/+23
* Reorganize media assignment to correctly place facade order optimizationRob Mensching2020-06-166-124/+135
* Ensure cabinets are created in File.Sequence orderRob Mensching2020-06-161-0/+1
* Ensure unreal columns are not added to _Validation tableRob Mensching2020-06-161-36/+34