aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Enable better bundle validation.Sean Hall2021-04-253-3/+8
* Undo RepairCondition until a more complete design is doneRob Mensching2021-04-203-24/+0
* Fix typo.Sean Hall2021-04-191-1/+1
* Prefer IReadOnlyCollection<> or IReadOnlyList<> over IEnumerable<>Rob Mensching2021-04-192-8/+30
* Add support for RepairCondition on Exe, Msi and Msp packagesRob Mensching2021-04-123-0/+24
* Improve duplicate GUID messagesRob Mensching2021-04-122-5/+5
* Remove unused warning messageRob Mensching2021-04-061-6/+1
* Standardize on .NET Core v3.1Rob Mensching2021-04-021-1/+1
* Move codepage from section and to package, module, patch symbolsRob Mensching2021-04-0210-185/+321
* Make the IntermediateSection and IntermediateSymbol less mutableRob Mensching2021-04-026-39/+105
* Consolidate ProvidesDependencySymbol into WixDependencyProviderSymbolRob Mensching2021-03-233-93/+9
* Remove invalid package reference from Payload symbolRob Mensching2021-03-232-9/+2
* Clean up some obsolete deprecation warnings.Bob Arnson2021-03-211-11/+0
* UX is so 2012Bob Arnson2021-03-211-1/+1
* Add warning for defaulting an invalid environment variable valueRob Mensching2021-03-191-0/+6
* Add error detail to UnableToResetAcls messageRob Mensching2021-03-161-2/+2
* Add standard constructors to WixExceptionRob Mensching2021-03-161-0/+24
* Demote CollidingModularizationTypes from error to warningBob Arnson2021-03-152-5/+6
* Extract data out of Core to minimize public surface areaRob Mensching2021-03-145-3/+166
* Improve CollidingModularizationTypes message.Bob Arnson2021-03-081-1/+1
* Fix WixDependencyProvider in SymbolDefinitions.ByTypeSean Hall2021-03-081-4/+7
* Improve missing entry section error message.Bob Arnson2021-03-071-0/+5
* In Data projects, treat warnings as errors.Sean Hall2021-03-021-0/+6
* Add PackagePayload symbols, errors, and ComplexReferenceChildType.Sean Hall2021-03-027-6/+215
* Fix AccessModifier usage in test codeRob Mensching2021-03-021-11/+11
* Optimize SourceLineNumber and add support for setting ParentRob Mensching2021-03-021-43/+80
* Small cleanupRob Mensching2021-03-025-293/+7
* Rename AccessModifiers and optimize its serializationRob Mensching2021-03-023-150/+221
* Update to latest build infrastructureRob Mensching2021-03-014-10/+28
* Update errors/warnings now that well-known folders are optionalRob Mensching2021-03-012-9/+14
* Move suppress modularization to field since Id can create conflictsRob Mensching2021-03-011-1/+9
* Absorb Dependency.wixext into DataRob Mensching2021-02-276-4/+187
* Absorb Tag.wixext into core SoftwareTag elementRob Mensching2021-02-275-0/+255
* Change WixBundlePackageSymbol.Size from Number to LargeNumber.Alex Kubiesa2021-02-151-3/+3
* Change WixBundlePayloadSymbol.FileSize from Number to LargeNumber.Alex Kubiesa2021-02-151-3/+3
* Address code-review comments.Bob Arnson2021-01-311-4/+0
* Remove Burn Authenticode. Fixes https://github.com/wixtoolset/issues/issues/6...Bob Arnson2021-01-314-88/+0
* Add DefaultCompressionLevel support.Bob Arnson2021-01-261-2/+2
* Add warning that non-x86 bundles are experimental.Sean Hall2021-01-191-0/+6
* Add messages for ExePackage/@DetectCondition recommendationsRob Mensching2021-01-082-0/+12
* Include version info file when building in NCrunchRob Mensching2021-01-081-0/+7
* Enable XML doc.Sean Hall2020-12-1810-19/+34
* Add warning for PathCanonicalized.Sean Hall2020-12-162-1/+7
* Enable CheckForOverflowUnderflow.Sean Hall2020-12-141-0/+1
* Create WixBootstrapperApplicationDllSymbol.Sean Hall2020-12-083-17/+57
* Add warning for MSI transactions.Sean Hall2020-12-022-1/+7
* Strong-name sign WiX assemblies.Bob Arnson2020-10-283-1/+15
* Add error message for cases where inner text used to be used.Bob Arnson2020-09-301-0/+6
* Remove 32-bit ARM support.Bob Arnson2020-09-194-16/+5
* Fix typo.Bob Arnson2020-09-012-3/+3