| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix EnvironmentTuple nullable fields. Add test. | Bob Arnson | 2019-11-14 | 1 | -0/+1 |
| | | |||||
| * | Add failing test for decompiling a directory search under a registry search. | Sean Hall | 2019-11-14 | 1 | -0/+2 |
| | | |||||
| * | Add failing test for decompiling the AdvtExecuteSequence table. | Sean Hall | 2019-11-14 | 1 | -0/+2 |
| | | |||||
| * | Add failing test for decompiling a non-advertised shortcut with complex Target. | Sean Hall | 2019-11-08 | 1 | -0/+2 |
| | | |||||
| * | Add test for RemoveRegistryKey. | Sean Hall | 2019-11-07 | 1 | -0/+1 |
| | | |||||
| * | Add failing test for TrueType Font. | Sean Hall | 2019-11-07 | 1 | -0/+1 |
| | | |||||
| * | Add failing test for AppId. | Sean Hall | 2019-10-27 | 1 | -0/+1 |
| | | |||||
| * | Update to WixOutput file structure to fix embedded file handling | Rob Mensching | 2019-10-25 | 1 | -0/+4 |
| | | |||||
| * | Undo CreateTuple change and add ErrorTuple test. | Bob Arnson | 2019-10-23 | 1 | -0/+4 |
| | | | | | Strongly-typed tuples are preferred and avoid field-zero/id confusion. | ||||
| * | Add failing test for decompiler with database that has old schemas and ↵ | Sean Hall | 2019-10-18 | 1 | -0/+2 |
| | | | | | missing foreign key relationships. | ||||
| * | Add failing test for AsString on a number field with 0. | Sean Hall | 2019-10-15 | 1 | -0/+1 |
| | | |||||
| * | Add failing test for TextStyle when Color is null. | Sean Hall | 2019-10-15 | 1 | -0/+1 |
| | | |||||
| * | Add failing test for Class when IconIndex is 0. | Sean Hall | 2019-10-15 | 1 | -0/+2 |
| | | |||||
| * | Add failing test for RegistryValue. | Sean Hall | 2019-10-11 | 1 | -0/+1 |
| | | |||||
| * | Add failing test for CustomTable. | Sean Hall | 2019-10-11 | 1 | -0/+1 |
| | | |||||
| * | Implement Bundle build | Rob Mensching | 2019-10-07 | 1 | -0/+7 |
| | | |||||
| * | Add failing test for ServiceInstall. | Sean Hall | 2019-09-30 | 1 | -0/+1 |
| | | |||||
| * | Add failing test for MsiAssembly. | Sean Hall | 2019-09-30 | 1 | -0/+2 |
| | | |||||
| * | Add failing test for Font. | Sean Hall | 2019-09-30 | 1 | -0/+1 |
| | | |||||
| * | Add failing test for ReserveCost. | Sean Hall | 2019-09-30 | 1 | -0/+1 |
| | | |||||
| * | Add failing test for MsiShortcutProperty. | Sean Hall | 2019-09-30 | 1 | -0/+1 |
| | | |||||
| * | Add failing test for nesting a ProgId under an advertised Class. | Sean Hall | 2019-09-30 | 1 | -0/+1 |
| | | |||||
| * | Add failing test for LockPermissions when Permissions is 0. | Sean Hall | 2019-09-30 | 1 | -0/+1 |
| | | |||||
| * | Add failing test for CustomAction. | Sean Hall | 2019-09-30 | 1 | -0/+1 |
| | | |||||
| * | Add failing tests for AppSearch tables. | Sean Hall | 2019-09-30 | 1 | -0/+4 |
| | | |||||
| * | Add failing tests for Upgrade. | Sean Hall | 2019-09-30 | 1 | -0/+1 |
| | | |||||
| * | Add failing test for FeatureGroup and parent Features. | Sean Hall | 2019-09-30 | 1 | -0/+2 |
| | | |||||
| * | Add failing test for DefaultDir. | Sean Hall | 2019-09-30 | 1 | -1/+3 |
| | | |||||
| * | Fix inscript CA bit handling | Rob Mensching | 2019-05-12 | 1 | -0/+4 |
| | | |||||
| * | Use new strongly typed tuples | Rob Mensching | 2019-05-08 | 1 | -2/+2 |
| | | |||||
| * | Add failing test to demonstrate ProgId bug. | Bob Arnson | 2019-04-02 | 1 | -0/+4 |
| | | | | | When a parent ProgId has Advertise="yes" and a child ProgId omits Advertise, the compiler assumes it's a non-advertised ProgId. It should be advertised instead. | ||||
| * | Bug: Wixipl references to extension libraries | Bob Arnson | 2019-03-20 | 1 | -0/+4 |
| | | | | | | | Add test demonstrating that a persisted .wixipl file has broken references to bits in an extension's library. Same project built via wix.exe in one pass works as expected. | ||||
| * | Fix overridable actions being tagged as duplicates. | Bob Arnson | 2019-01-16 | 1 | -0/+4 |
| | | |||||
| * | Add failing test for issues exposed by UIExtension. | Sean Hall | 2019-01-12 | 1 | -0/+4 |
| | | |||||
| * | Load .wixlib intermediates with single creator | Rob Mensching | 2019-01-01 | 1 | -0/+6 |
| | | | | | | Using a single creator ensures definitions are shared and consistent across the entire build. | ||||
| * | Populate MsiAssemblyName table | Rob Mensching | 2018-12-26 | 1 | -1/+1 |
| | | | | | Fixes wixtoolset/issues#5865 | ||||
| * | Explicitly mark bitness of entities that support 64-bit attribute. | Bob Arnson | 2018-11-19 | 1 | -0/+3 |
| | | | | | This ensures that you can build a 64-bit package with 32-bit entities and not lose the "forced" 32-bit-ness in the decompiled output. | ||||
| * | Re-introduce "decompile" to backend | Rob Mensching | 2018-10-24 | 1 | -0/+3 |
| | | |||||
| * | Report preprocessor exceptions as errors. Fixes wixtoolset/issues#5881. | Bob Arnson | 2018-09-27 | 1 | -0/+4 |
| | | |||||
| * | Fix ?foreach? so all loop values get "executed." | Bob Arnson | 2018-09-18 | 1 | -0/+4 |
| | | |||||
| * | Warn on preprocessor variable redefinition only when the values are different. | Bob Arnson | 2018-09-03 | 1 | -0/+4 |
| | | | | | Fixes wixtoolset/issues#5853 | ||||
| * | Integrate Extensibility.Data namespace change from Extensibility repo | Rob Mensching | 2018-07-23 | 1 | -3/+3 |
| | | |||||
| * | Move tool projects to Tools repo | Rob Mensching | 2018-07-21 | 1 | -2/+5 |
| | | |||||
| * | Fix MSBuild handling of cultures plus add unit tests | Rob Mensching | 2018-07-13 | 1 | -1/+1 |
| | | | | | Fixes #5847 | ||||
| * | Improve debuggability | Rob Mensching | 2018-07-12 | 1 | -0/+1 |
| | | |||||
| * | Update to netcoreapp2.1 and xunit 2.3.1. | Bob Arnson | 2018-06-21 | 1 | -4/+4 |
| | | |||||
| * | Add failing unit test for .NET assemblies | Bob Arnson | 2018-01-08 | 1 | -0/+4 |
| | | |||||
| * | Pass along include search paths to those that need it. | Bob Arnson | 2017-12-29 | 1 | -0/+5 |
| | | |||||
| * | Move to WixBuildTools.TestSupport | Rob Mensching | 2017-12-29 | 1 | -0/+8 |
| | | |||||
| * | Add failing ManualUpgrade test for issue resolving RemoveExistingProducts. | Bob Arnson | 2017-12-11 | 1 | -0/+4 |
| | | |||||
