aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-19Only set the last used folder if the target passed verification.Sean Hall1-6/+31
2021-04-19Replace OnResolveSource with OnCacheAcquireResolvingSean Hall8-331/+413
2021-04-19Verify file in the cache before trying to acquire it.Sean Hall5-9/+116
2021-04-19Don't plan payloads.Sean Hall24-1580/+718
2021-04-19Detect whether the bundle is cached.Sean Hall9-11/+17
2021-04-19Detect a package as cached if any of its payloads exist.Sean Hall23-171/+111
2021-04-19Prefer IReadOnlyCollection<> or IReadOnlyList<> over IEnumerable<>Rob Mensching22-48/+148
2021-04-19Prefer IReadOnlyCollection<> or IReadOnlyList<> over IEnumerable<>Rob Mensching2-8/+30
2021-04-14Fix balutil.slnRob Mensching1-26/+0
2021-04-14Allow BA to update feed sourceRob Mensching5-0/+39
2021-04-14Add MEND request state to repair any missing files in MSI packagesRob Mensching11-25/+35
2021-04-14Allow BA to update feed sourceRob Mensching6-2/+77
2021-04-14Add MEND request state to repair any missing files in MSI packagesRob Mensching4-6/+23
2021-04-14Layout using the source engine handleRob Mensching7-17/+49
2021-04-14Detect system MSI packages before user managed packagesRob Mensching1-6/+6
2021-04-14Avoid activating the engine's windowsRob Mensching2-2/+4
2021-04-14Enhanced reboot pending detectionRob Mensching2-1/+69
2021-04-14Port support for ISO/IEC 19770-2:2105 (aka SWID Tags-2)Rob Mensching12-51/+61
2021-04-14Make FileCopyUsingHandlesWithProgress more like MoveFileWithProgressRob Mensching2-19/+2
2021-04-12Use verutil for handling versions in WiuEnumRelatedProductCodes.Sean Hall1-12/+24
2021-04-12Make FileCopyUsingHandlesWithProgress more like MoveFileWithProgressRob Mensching1-11/+6
2021-04-12Port missing WiX v3 changesRob Mensching7-35/+254
2021-04-12Add support for RepairCondition on Exe, Msi and Msp packagesRob Mensching3-0/+24
2021-04-12Improve duplicate GUID messagesRob Mensching2-5/+5
2021-04-12Integrate fixes that make dutil a little more robust to failureRob Mensching6-14/+265
2021-04-06Remove unused warning messageRob Mensching1-6/+1
2021-04-02Add resolved codepage and LCID to bind contextRob Mensching3-8/+74
2021-04-02Standardize on .NET Core v3.1Rob Mensching1-1/+1
2021-04-02Move codepage from section and to package, module, patch symbolsRob Mensching10-185/+321
2021-04-02Make the IntermediateSection and IntermediateSymbol less mutableRob Mensching6-39/+105
2021-03-30Skip bundle dependent checking when ignoring dependencies includes ALL.Sean Hall4-49/+62
2021-03-30Rename cache types in the manifest to remove, keep, force.Sean Hall10-15/+15
2021-03-30Add test for apuputil and fix descending sorting.Sean Hall8-19/+155
2021-03-28Include bundle reboot-pending in RebootPending variable.Bob Arnson4-54/+163
2021-03-25Add XML doc to IVariableResolutionRob Mensching1-1/+15
2021-03-23Consolidate ProvidesDependencySymbol into WixDependencyProviderSymbolRob Mensching3-93/+9
2021-03-23Remove invalid package reference from Payload symbolRob Mensching2-9/+2
2021-03-21Clean up some obsolete deprecation warnings.Bob Arnson1-11/+0
2021-03-21UX is so 2012Bob Arnson1-1/+1
2021-03-19Allow the BuildAndQuery output filename to be setRob Mensching1-4/+7
2021-03-19Add warning for defaulting an invalid environment variable valueRob Mensching1-0/+6
2021-03-17Use wiutil to start/end msi transactionsNir Bar10-81/+163
2021-03-16Make ResetAcl opt-in instead of opt-outRob Mensching1-2/+34
2021-03-16Add error detail to UnableToResetAcls messageRob Mensching1-2/+2
2021-03-16Add method to disallow inner textRob Mensching1-0/+6
2021-03-16Add standard constructors to WixExceptionRob Mensching1-0/+24
2021-03-15Demote CollidingModularizationTypes from error to warningBob Arnson2-5/+6
2021-03-14Use extension methods instead of a custom interface for IServiceProviderRob Mensching14-28/+100
2021-03-14Minimize public surface area of CoreRob Mensching6-16/+283
2021-03-14Extract data out of Core to minimize public surface areaRob Mensching5-3/+166