aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | 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.
* 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
| | | | This may not be the final solution but one to try out first.
* 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
|
* Fix flag enums to actually be flagsRob Mensching2020-06-104-12/+12
|
* Add error when extension cannot be found in cacheRob Mensching2020-06-081-0/+5
|
* Remove obsolete rowsRob Mensching2020-06-045-642/+0
|
* Add SequenceTable.WindowsInstallerTableName() and other minor clean upRob Mensching2020-06-042-21/+38
|
* Redesign CustomTable tuples to enable file resolution in CoreRob Mensching2020-06-036-186/+253
|
* Remove unused WixMediaRowRob Mensching2020-05-302-75/+0
|
* Add Row.CopyTo()Rob Mensching2020-05-301-0/+12
|
* Add overloads to WindowsInstallerData.Load for table definitions.Sean Hall2020-05-295-14/+94
|
* Handle updating entries in a WixOutput.Bob Arnson2020-05-212-10/+86
|
* WIXFEAT:6164 Move DisplayInternalUI into BalExtension.Sean Hall2020-05-163-84/+0
|
* Add overload for UnexpectedException that takes the exceptionSean Hall2020-05-132-1/+6
| | | | so inner exceptions can also be part of the message.
* Clean up unused stuff and fix whitespace.Bob Arnson2020-05-083-91/+89
|
* Change PerMachine field type to string to match usage.Sean Hall2020-04-232-2/+2
| | | | Change Compressed field type to bool to match usage.
* Update WixOutput's GetData to use StreamReader.Sean Hall2020-04-181-5/+3
|
* Add constants for bundle Wixout stream names.Sean Hall2020-04-181-0/+4
|
* Add ability for an extension to have a custom strongly typed row during binding.Sean Hall2020-04-1816-94/+136
| | | | | Remove some unused functionality in Table and Row. Use strongRowType in core tables.
* Remove bundle table definitions and rows.Sean Hall2020-04-1828-2910/+0
|
* Try to be more accurate in the tuples with nullable fields.Sean Hall2020-04-1321-62/+62
|
* Change TableDefinition to have TupleDefinition instead of TupleDefinitionName.Sean Hall2020-04-133-210/+209
|
* Fix typo in SummaryInformationType.Sean Hall2020-04-131-3/+3
|
* Add TupleNotTranslatedToOutput warning.Sean Hall2020-04-121-0/+7
|