aboutsummaryrefslogtreecommitdiff
path: root/src/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Update Example.Extension to automatically update based on its Example.wxs.Sean Hall2020-03-2011-5/+246
| | | | | 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
|
* Clean up upgrade properties; support <?ifdef $()?>Bob Arnson2019-11-101-0/+2
|
* Ensure upgrade action properties are secure.Bob Arnson2019-11-082-5/+17
|
* Add failing test for getting Shortcut/@Name from wixlib.Sean Hall2019-11-083-2/+33
|
* Add failing test for decompiling a non-advertised shortcut with complex Target.Sean Hall2019-11-084-0/+54
|
* Add test for RemoveRegistryKey.Sean Hall2019-11-073-0/+44
|
* Update PopulatesCustomActionTable to verify scheduling of a custom action.Sean Hall2019-11-072-5/+80
|
* Add failing test for TrueType Font.Sean Hall2019-11-073-1/+45
|
* Add preprocessor variables with WiX version info.Bob Arnson2019-11-062-2/+35
| | | | | $(sys.WIXMAJORVERSION) $(sys.WIXVERSION)
* Fix resolution of !(bind.ProductVersion.MsiId) bind variablesRob Mensching2019-11-052-1/+7
| | | | Fixes wixtoolset/issues#4830
* Move creation of hidden properties...Bob Arnson2019-11-052-1/+7
| | | | ...for deferred CAs with HideTarget="yes" to the MSI backend where it belongs.
* Tolerate missing RegistryValue/@Value when @Type="binary".Bob Arnson2019-11-042-0/+2
|
* Fix error checking on CustomAction/@Error.Bob Arnson2019-11-012-0/+2
|
* Fix AppId tupleRob Mensching2019-10-281-1/+1
|
* Add failing test for AppId.Sean Hall2019-10-273-0/+45
|
* Update to WindowsInstallerData rename from DataRob Mensching2019-10-262-4/+4
|
* Fix MsiAssembly table processingRob Mensching2019-10-262-2/+2
|
* Remove explicit intermediate file provided for testingRob Mensching2019-10-255-18/+18
| | | | | We have a real WixOutput now that officially provides all the necessary information, so use that instead.
* Update to WixOutput file structure to fix embedded file handlingRob Mensching2019-10-258-17/+105
|
* Undo CreateTuple change and add ErrorTuple test.Bob Arnson2019-10-236-0/+86
| | | | Strongly-typed tuples are preferred and avoid field-zero/id confusion.
* Fix custom tables, small fixes in linker and update latest DataRob Mensching2019-10-233-2/+2
|
* Small tuple based fixesRob Mensching2019-10-182-4/+4
|
* Several fixesRob Mensching2019-10-184-13/+19
|
* Add failing test for decompiler with database that has old schemas and ↵Sean Hall2019-10-184-0/+60
| | | | missing foreign key relationships.
* Add failing test for AsString on a number field with 0.Sean Hall2019-10-154-2/+82
|