aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-01Fix typo.Bob Arnson2-3/+3
2020-08-26Clean up unused strings.Bob Arnson3-136/+27
2020-08-21Remove serialization classes and add Row.IsColumnNull.Bob Arnson5-58657/+8
2020-08-17Only target all frameworks in ReleaseSean Hall1-1/+2
2020-08-09Add enum for bundle variable Type.Sean Hall2-6/+19
2020-07-21Move SymbolWithSection to internal implementation detail of CoreRob Mensching1-90/+0
2020-07-21Support platform specific directory id namesRob Mensching1-0/+25
2020-07-21Introduce symbols for standard directoriesRob Mensching1-34/+49
2020-07-19WIXFEAT:6204 Add DpiAwareness to WixBootstrapperApplicationSymbol.Sean Hall1-0/+17
2020-07-19Overwrite files that were already extractedRob Mensching1-1/+1
2020-07-19Fix persisting of WindowsInstallerData by minimizing compliance checksRob Mensching1-1/+7
2020-07-14Fix debugger display to not break CoreRob Mensching1-2/+2
2020-07-14Add ability to directly overwrite existing field valueRob Mensching1-0/+2
2020-07-14Avoid creation of nullable to improve perf and small code cleanupRob Mensching3-33/+33
2020-07-14Update dependencies.Sean Hall1-1/+1
2020-07-08Store short filenames in separate fieldsRob Mensching6-19/+50
2020-07-08Avoid Enum.ToString() by storing enums as integersRob Mensching2-12/+12
2020-07-01Catch up a few files missed in the Great Tuple to Symbol renameRob Mensching7-242/+0
2020-06-28Add mechanism to set localized TextStyle.SizeRob Mensching1-1/+7
2020-06-25The Great Tuple to Symbol File Rename (tm)Rob Mensching182-3604/+0
2020-06-25The Great Tuple to Symbol Rename (tm)Rob Mensching202-5642/+5642
2020-06-25Rename Symbol more correctly as TupleWithSectionRob Mensching2-90/+90
2020-06-24Turn tests off in appveyor.yml since they're run in appveyor.cmdSean Hall1-0/+2
2020-06-23Add ScriptFile path to CustomActionTupleRob Mensching1-1/+9
2020-06-22Add ExpectedElement for any child type.Sean Hall1-0/+5
2020-06-19Restore Unreal to CustomTable.Sean Hall1-0/+8
2020-06-19Add BundleCustomData tuples. Remove Unreal from CustomTable.Sean Hall5-8/+203
2020-06-15Fail build for each command.Sean Hall1-2/+2
2020-06-13Remove remaining WixXxxRowsRob Mensching8-845/+4
2020-06-12Enumerate custom column categories and fix serialization code by handRob Mensching2-106/+136
2020-06-10Add error message when tuple can't be found.Bob Arnson3-2/+13
2020-06-10Fix flag enums to actually be flagsRob Mensching4-12/+12
2020-06-08Add error when extension cannot be found in cacheRob Mensching1-0/+5
2020-06-04Remove obsolete rowsRob Mensching5-642/+0
2020-06-04Add SequenceTable.WindowsInstallerTableName() and other minor clean upRob Mensching2-21/+38
2020-06-03Redesign CustomTable tuples to enable file resolution in CoreRob Mensching6-186/+253
2020-05-30Remove unused WixMediaRowRob Mensching2-75/+0
2020-05-30Add Row.CopyTo()Rob Mensching1-0/+12
2020-05-29Add overloads to WindowsInstallerData.Load for table definitions.Sean Hall5-14/+94
2020-05-21Handle updating entries in a WixOutput.Bob Arnson2-10/+86
2020-05-16WIXFEAT:6164 Move DisplayInternalUI into BalExtension.Sean Hall3-84/+0
2020-05-13Add overload for UnexpectedException that takes the exceptionSean Hall3-2/+7
2020-05-08Clean up unused stuff and fix whitespace.Bob Arnson3-91/+89
2020-04-23Change PerMachine field type to string to match usage.Sean Hall2-2/+2
2020-04-18Update WixOutput's GetData to use StreamReader.Sean Hall1-5/+3
2020-04-18Add constants for bundle Wixout stream names.Sean Hall1-0/+4
2020-04-18Add ability for an extension to have a custom strongly typed row during binding.Sean Hall16-94/+136
2020-04-18Remove bundle table definitions and rows.Sean Hall28-2910/+0
2020-04-13Try to be more accurate in the tuples with nullable fields.Sean Hall21-62/+62
2020-04-13Change TableDefinition to have TupleDefinition instead of TupleDefinitionName.Sean Hall3-210/+209