aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData (follow)
Commit message (Collapse)AuthorAgeFilesLines
* WIXFEAT:4763 Change "string" variable type to literal and add "formatted".Sean Hall2020-08-091-0/+7
|
* Fix Control symbol dehydration to MSI output.Bob Arnson2020-07-261-0/+1
|
* Support implicit standard directory reference and "3264" platform foldersRob Mensching2020-07-214-10/+29
| | | | Completes wixtoolset/issues#5798 and wixtoolset/issues#5835
* Ensure named bindpaths are not found in unnamed bindpathsRob Mensching2020-07-173-3/+3
| | | | Fixes wixtoolset/issues#6200
* Fix parsing of bind variables with default valuesRob Mensching2020-07-172-0/+7
|
* Tests for CopyFile elementRob Mensching2020-07-081-0/+15
| | | | Validates wixtoolset/issues#5867
* Add failing test for CustomAction cycle.Sean Hall2020-07-011-0/+19
|
* Reference Media if DiskId is specified.Bob Arnson2020-06-241-2/+2
|
* Remove obsolete inner text handlingRob Mensching2020-06-235-34/+31
|
* Introduce Message attribute to remove Error inner textRob Mensching2020-06-231-4/+2
|
* Introduce Value attribute on MultiString/MultiStringValue elementsRob Mensching2020-06-231-0/+15
|
* If no Media or MediaTemplate is present, default to a MediaTemplate.Bob Arnson2020-06-2222-25/+5
|
* Add BundleCustomDataRef element.Sean Hall2020-06-221-7/+14
| | | | Default BundleCustomData to Type=bootstrapperApplication.
* Restore Unreal to CustomTable.Sean Hall2020-06-191-0/+13
|
* Implement BundleCustomData. Remove Unreal from CustomTable.Sean Hall2020-06-192-29/+36
|
* Reorganize media assignment to correctly place facade order optimizationRob Mensching2020-06-161-2/+2
|
* Fix custom table column values case in compiler and decompilerRob Mensching2020-06-123-3/+36
|
* Redesign CustomTable tuples to support resolving binary columnsRob Mensching2020-06-036-0/+53
|
* Add failing test for RegistryKey without Id and child extension element.Sean Hall2020-05-231-0/+13
|
* Support merging merge modulesRob Mensching2020-05-223-0/+35
|
* Process Unreal custom tables in CreateBootstrapperApplicationManifestCommandSean Hall2020-05-161-0/+26
|
* Fix named bind paths.Bob Arnson2020-05-117-0/+62
|
* Add and fix some bundle tests.Sean Hall2020-04-232-0/+39
|
* Fix bug when parsing PayloadGroupRef.Sean Hall2020-04-122-7/+14
|
* Fix bugs when compiling UI.wixextSean Hall2020-04-075-25/+19
|
* Try to fix build flakiness with Example.Extension.Sean Hall2020-04-061-0/+11
| | | | 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-051-2/+6
|
* Add failing test for when EnsureTable references an extension table with a ↵Sean Hall2020-04-031-0/+10
| | | | different name than its tuple.
* Order WixSearches in Core.Sean Hall2020-03-301-1/+1
|
* Add SetVariable.Sean Hall2020-03-301-0/+15
|
* Add ability for extensions to create custom bundle searches.Sean Hall2020-03-302-0/+19
| | | | This required creating BundleExtensionData.xml.
* Add BundleExtension element.Sean Hall2020-03-304-0/+33
| | | | | Add GetTestXml. Fix issue with building with current version of burn.
* Update Example.Extension to automatically update based on its Example.wxs.Sean Hall2020-03-202-0/+17
| | | | | Use .wixlib instead of .wir, and skip tests which are now failing. Add more bundle tests.
* Fix File/@TrueType.Bob Arnson2020-02-241-1/+1
|
* Add CreateFolder tuples for null-keypath components in the backend instead ↵Bob Arnson2020-02-074-0/+43
| | | | of the compiler.
* Start on new patch infrastructureRob Mensching2020-02-0512-0/+109
|
* Fix CustomTable/@Unreal="yes" binding.Bob Arnson2020-01-231-0/+13
|
* Fix ServiceControl/@Wait translation.Bob Arnson2020-01-211-1/+2
|
* Ensure Errors have ids so they can be referenced.Bob Arnson2020-01-061-0/+3
|
* Add unit tests written during discovery of errors elsewhere because why not ↵Bob Arnson2019-12-112-0/+2
| | | | keep 'em?
* Fix decompiling multiple AppSearches with nested searches.Sean Hall2019-11-262-1/+20
|
* Fix test CanDecompileNestedDirSearchUnderRegSearch.Sean Hall2019-11-251-1/+1
|
* Fix EnvironmentTuple nullable fields. Add test.Bob Arnson2019-11-141-0/+13
|
* Add failing test for decompiling a directory search under a registry search.Sean Hall2019-11-142-0/+28
|
* Add failing test for decompiling the AdvtExecuteSequence table.Sean Hall2019-11-142-0/+37
|
* Update DefaultDir test for duplicate ShortName and Name.Sean Hall2019-11-121-0/+1
|
* Clean up upgrade properties; support <?ifdef $()?>Bob Arnson2019-11-101-0/+2
|
* Ensure upgrade action properties are secure.Bob Arnson2019-11-081-0/+1
|
* Add failing test for getting Shortcut/@Name from wixlib.Sean Hall2019-11-081-1/+1
|
* Add failing test for decompiling a non-advertised shortcut with complex Target.Sean Hall2019-11-082-0/+24
|