aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up unused strings.Bob Arnson2020-08-263-136/+27
* Remove serialization classes and add Row.IsColumnNull.Bob Arnson2020-08-215-58657/+8
* Only target all frameworks in ReleaseSean Hall2020-08-171-1/+2
* Add enum for bundle variable Type.Sean Hall2020-08-092-6/+19
* Move SymbolWithSection to internal implementation detail of CoreRob Mensching2020-07-211-90/+0
* Support platform specific directory id namesRob Mensching2020-07-211-0/+25
* Introduce symbols for standard directoriesRob Mensching2020-07-211-34/+49
* WIXFEAT:6204 Add DpiAwareness to WixBootstrapperApplicationSymbol.Sean Hall2020-07-191-0/+17
* Overwrite files that were already extractedRob Mensching2020-07-191-1/+1
* Fix persisting of WindowsInstallerData by minimizing compliance checksRob Mensching2020-07-191-1/+7
* Fix debugger display to not break CoreRob Mensching2020-07-141-2/+2
* Add ability to directly overwrite existing field valueRob Mensching2020-07-141-0/+2
* Avoid creation of nullable to improve perf and small code cleanupRob Mensching2020-07-143-33/+33
* Update dependencies.Sean Hall2020-07-141-1/+1
* Store short filenames in separate fieldsRob Mensching2020-07-086-19/+50
* Avoid Enum.ToString() by storing enums as integersRob Mensching2020-07-082-12/+12
* Catch up a few files missed in the Great Tuple to Symbol renameRob Mensching2020-07-017-242/+0
* Add mechanism to set localized TextStyle.SizeRob Mensching2020-06-281-1/+7
* The Great Tuple to Symbol File Rename (tm)Rob Mensching2020-06-25182-3604/+0
* The Great Tuple to Symbol Rename (tm)Rob Mensching2020-06-25202-5642/+5642
* Rename Symbol more correctly as TupleWithSectionRob Mensching2020-06-252-90/+90
* Add ScriptFile path to CustomActionTupleRob Mensching2020-06-231-1/+9
* Add ExpectedElement for any child type.Sean Hall2020-06-221-0/+5
* Restore Unreal to CustomTable.Sean Hall2020-06-191-0/+8
* Add BundleCustomData tuples. Remove Unreal from CustomTable.Sean Hall2020-06-195-8/+203
* Remove remaining WixXxxRowsRob Mensching2020-06-138-845/+4
* Enumerate custom column categories and fix serialization code by handRob Mensching2020-06-122-106/+136
* Add error message when tuple can't be found.Bob Arnson2020-06-103-2/+13