aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-19Fix persisting of WindowsInstallerData by minimizing compliance checksRob Mensching1-1/+7
Support storing characters such as NULL that are technically invalid in XML text but can be escaped properly if settings are set just right. Also, skip the XML declaration that wastes space.
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
This may not be the final solution but one to try out first.
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
so inner exceptions can also be part of the message.
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
Change Compressed field type to bool to match usage.
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
Remove some unused functionality in Table and Row. Use strongRowType in core tables.
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
2020-04-13Fix typo in SummaryInformationType.Sean Hall1-3/+3
2020-04-12Add TupleNotTranslatedToOutput warning.Sean Hall1-0/+7
2020-04-12Move table definitions from Core to Data.Sean Hall33-938/+3099
Sync tuple and table definitions.
2020-04-11Remove partial WixPdb support.Bob Arnson1-3/+0
Not as useful as intended and I'd rather remove it than potentially have to support something as weird as this.
2020-04-05Make TupleIdIsPrimaryKey configurable.Sean Hall1-15/+9
2020-04-03Add TupleIdIsPrimaryKey.Sean Hall1-10/+30