aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Get Log/@Extension and Registration/@ProviderKey to match v3.Sean Hall2020-05-161-0/+11
|
* Process Unreal custom tables in CreateBootstrapperApplicationManifestCommandSean Hall2020-05-163-0/+66
|
* Fix named bind paths.Bob Arnson2020-05-119-0/+105
|
* Use WixToolset.Burn package to get rid of -burnStubPath.Sean Hall2020-05-103-18/+0
| | | | Stop using x86 stub for x64.
* Add and fix some bundle tests.Sean Hall2020-04-234-0/+100
|
* Implement Burn pdb.Sean Hall2020-04-182-55/+36
|
* Fix typo in SummaryInformationType.Sean Hall2020-04-131-1/+1
|
* Fix bug when parsing PayloadGroupRef.Sean Hall2020-04-122-7/+14
|
* Remove partial WixPdb support.Bob Arnson2020-04-111-44/+0
| | | | Not as useful as intended and I'd rather remove it than potentially have to support something as weird as this.
* Fix bugs when compiling UI.wixextSean Hall2020-04-078-69/+103
|
* Try to fix build flakiness with Example.Extension.Sean Hall2020-04-063-0/+48
| | | | Add failing test for the TableDefinition overload of EnsureTable.
* Add test around ActionText and fix the table definition to get it passing.Sean Hall2020-04-052-2/+8
|
* Implement new IParseHelper methods.Sean Hall2020-04-052-3/+3
|
* Add failing test for when EnsureTable references an extension table with a ↵Sean Hall2020-04-033-0/+45
| | | | different name than its tuple.
* Use TupleIdIsPrimaryKey.Sean Hall2020-04-032-9/+6
|
* Hide the concrete implementation of the service provider interfacesSean Hall2020-04-024-4/+4
| | | | | by adding WixToolsetServiceProviderFactory. This forces consumers to code to the interfaces.
* Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose ↵Sean Hall2020-04-021-2/+2
| | | | the more convenient methods from WixToolsetServiceProvider without requiring casting or extension methods.
* Fix bug in ParseHelper where it assumed the first column was the id column.Sean Hall2020-04-022-3/+3
|
* Order WixSearches in Core.Sean Hall2020-03-301-1/+1
|
* Add SetVariable.Sean Hall2020-03-303-0/+60
|
* Add ability for extensions to create custom bundle searches.Sean Hall2020-03-304-0/+77
| | | | This required creating BundleExtensionData.xml.
* Add BundleExtension element.Sean Hall2020-03-307-0/+160
| | | | | Add GetTestXml. Fix issue with building with current version of burn.
* Fix bundle-build extension library extraction.Bob Arnson2020-03-272-11/+3
|
* Add intermediate levels to track how IR has been lowered.Bob Arnson2020-03-264-3/+108
|
* Update Example.Extension to automatically update based on its Example.wxs.Sean Hall2020-03-206-3/+175
| | | | | Use .wixlib instead of .wir, and skip tests which are now failing. Add more bundle tests.
* Allow unresolved variables during resolution.Bob Arnson2020-03-181-1/+6
|
* Clean up unused IVariableResolver functionality.Bob Arnson2020-03-131-4/+36
| | | | Handle escaped bind-time variable references.
* Avoid infinite loops when resolving variables.Bob Arnson2020-03-121-0/+1
|
* Fix https://github.com/wixtoolset/issues/issues/5860 recursive loc strings.Bob Arnson2020-03-111-0/+37
|
* Correctly handle custom action default suffix.Bob Arnson2020-03-051-0/+36
|
* Fix File/@TrueType.Bob Arnson2020-02-242-3/+3
|
* Support loading WindowsInstallerData and Intermediate from WixOutput.Bob Arnson2020-02-101-0/+35
|
* Add CreateFolder tuples for null-keypath components in the backend instead ↵Bob Arnson2020-02-076-0/+80
| | | | of the compiler.
* Start on new patch infrastructureRob Mensching2020-02-0515-29/+234
|
* Fix CustomTable/@Unreal="yes" binding.Bob Arnson2020-01-232-0/+43
|
* Fix ServiceControl/@Wait translation.Bob Arnson2020-01-212-3/+5
|
* Add special handling for numeric Error ids.Bob Arnson2020-01-061-3/+3
|
* Ensure Errors have ids so they can be referenced.Bob Arnson2020-01-062-0/+9
|
* Add unit tests written during discovery of errors elsewhere because why not ↵Bob Arnson2019-12-114-3/+6
| | | | keep 'em?
* Fix decompiling multiple AppSearches with nested searches.Sean Hall2019-11-262-1/+20
|
* Fix test CanDecompileNestedDirSearchUnderRegSearch.Sean Hall2019-11-252-2/+2
|
* Finish renaming SequenceTable.AdvertiseExecuteSequence.Sean Hall2019-11-252-2/+2
|
* Fix decompiling non-advertised shortcuts.Sean Hall2019-11-251-1/+1
|
* Always use WiX table definitions when decompiling standard tables.Sean Hall2019-11-251-1/+1
|
* Fix EnvironmentTuple nullable fields. Add test.Bob Arnson2019-11-143-0/+58
|
* Add failing test for decompiling a directory search under a registry search.Sean Hall2019-11-144-0/+58
|
* Add failing test for decompiling the AdvtExecuteSequence table.Sean Hall2019-11-144-0/+67
|
* Fix parsing Shortcut/@Name and detect duplicate in GetMsiFilenameValue.Sean Hall2019-11-132-32/+2
|
* Update DefaultDir test for duplicate ShortName and Name.Sean Hall2019-11-122-1/+3
|
* Fix expected value in PopulatesMsiShortcutPropertyTable.Sean Hall2019-11-121-2/+2
|