aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update tests to validate Shortcut Name/ShortName handlingRob Mensching2021-03-191-34/+0
| | | | Resolves wixtoolset/issues#4227
* Complete MOVE_TO_BACKEND code migrationRob Mensching2021-03-031-1/+1
| | | | Fixes wixtoolset/issues#6212
* Replace Win64 attribute with Bitness attributeRob Mensching2021-02-111-0/+34
| | | | Closes wixtoolset/#4707
* Fix up tests to work well under NCrunch plus whitespace clean upRob Mensching2021-01-051-2/+0
|
* Implement command line for SuppressAllWarnings and WarningsAsError.Sean Hall2021-01-031-0/+1
| | | | Make WixRunner.Execute default to setting WarningsAsError to make sure tests are not accidentally causing warnings.
* Add test to verify primary feature select in component categories.Bob Arnson2020-12-091-0/+33
|
* Add CreateFolders standard action...Bob Arnson2020-10-121-0/+2
| | | | ...when there are Component symbols to install.
* Fix check for valid 8.3 names for >3 extensions.Bob Arnson2020-09-011-0/+4
|
* Fix Control symbol dehydration to MSI output.Bob Arnson2020-07-261-33/+36
|
* Support implicit standard directory reference and "3264" platform foldersRob Mensching2020-07-211-3/+4
| | | | Completes wixtoolset/issues#5798 and wixtoolset/issues#5835
* Consolidate Custom Action tests in CustomActionFixtureRob Mensching2020-07-011-98/+0
|
* Support localized TextStyle SizeRob Mensching2020-06-281-1/+1
|
* The Great Tuple to Symbol Rename (tm)Rob Mensching2020-06-251-2/+2
|
* Introduce Value attribute on MultiString/MultiStringValue elementsRob Mensching2020-06-231-65/+0
|
* Fix custom table column values case in compiler and decompilerRob Mensching2020-06-121-179/+0
|
* Redesign CustomTable tuples to support resolving binary columnsRob Mensching2020-06-031-0/+115
|
* Support merging merge modulesRob Mensching2020-05-221-0/+50
|
* Fix bugs when compiling UI.wixextSean Hall2020-04-071-0/+82
|
* Add test around ActionText and fix the table definition to get it passing.Sean Hall2020-04-051-0/+2
|
* Implement new IParseHelper methods.Sean Hall2020-04-051-1/+1
|
* Add failing test for when EnsureTable references an extension table with a ↵Sean Hall2020-04-031-0/+34
| | | | different name than its tuple.
* Fix File/@TrueType.Bob Arnson2020-02-241-2/+2
|
* Add CreateFolder tuples for null-keypath components in the backend instead ↵Bob Arnson2020-02-071-0/+33
| | | | of the compiler.
* Fix CustomTable/@Unreal="yes" binding.Bob Arnson2020-01-231-0/+30
|
* Fix ServiceControl/@Wait translation.Bob Arnson2020-01-211-2/+3
|
* Add unit tests written during discovery of errors elsewhere because why not ↵Bob Arnson2019-12-111-0/+1
| | | | keep 'em?
* Finish renaming SequenceTable.AdvertiseExecuteSequence.Sean Hall2019-11-251-1/+1
|
* Fix EnvironmentTuple nullable fields. Add test.Bob Arnson2019-11-141-0/+44
|
* Fix parsing Shortcut/@Name and detect duplicate in GetMsiFilenameValue.Sean Hall2019-11-131-2/+2
|
* Update DefaultDir test for duplicate ShortName and Name.Sean Hall2019-11-121-1/+2
|
* Fix expected value in PopulatesMsiShortcutPropertyTable.Sean Hall2019-11-121-2/+2
|
* Add failing test for getting Shortcut/@Name from wixlib.Sean Hall2019-11-081-1/+2
|
* Add test for RemoveRegistryKey.Sean Hall2019-11-071-0/+32
|
* Update PopulatesCustomActionTable to verify scheduling of a custom action.Sean Hall2019-11-071-5/+64
|
* Add failing test for TrueType Font.Sean Hall2019-11-071-1/+34
|
* Move creation of hidden properties...Bob Arnson2019-11-051-0/+5
| | | | ...for deferred CAs with HideTarget="yes" to the MSI backend where it belongs.
* Tolerate missing RegistryValue/@Value when @Type="binary".Bob Arnson2019-11-041-0/+1
|
* Fix error checking on CustomAction/@Error.Bob Arnson2019-11-011-0/+1
|
* Fix AppId tupleRob Mensching2019-10-281-1/+1
|
* Add failing test for AppId.Sean Hall2019-10-271-0/+33
|
* Fix MsiAssembly table processingRob Mensching2019-10-261-1/+1
|
* Fix custom tables, small fixes in linker and update latest DataRob Mensching2019-10-231-1/+1
|
* Small tuple based fixesRob Mensching2019-10-181-3/+3
|
* Several fixesRob Mensching2019-10-181-4/+4
|
* Add failing test for AsString on a number field with 0.Sean Hall2019-10-151-0/+32
|
* Add failing test for TextStyle when Color is null.Sean Hall2019-10-151-0/+33
|
* Add failing test for Class when IconIndex is 0.Sean Hall2019-10-151-0/+35
|
* Fix lock permissionsRob Mensching2019-10-141-1/+1
|
* Add failing test for RegistryValue.Sean Hall2019-10-111-0/+32
|
* Add failing test for CustomTable.Sean Hall2019-10-111-0/+34
|