Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add preprocessor variables with WiX version info. | Bob Arnson | 2019-11-06 | 3 | -2/+41 |
| | | | | | $(sys.WIXMAJORVERSION) $(sys.WIXVERSION) | ||||
* | Fix resolution of !(bind.ProductVersion.MsiId) bind variables | Rob Mensching | 2019-11-05 | 4 | -5/+15 |
| | | | | Fixes wixtoolset/issues#4830 | ||||
* | Move creation of hidden properties... | Bob Arnson | 2019-11-05 | 4 | -13/+20 |
| | | | | ...for deferred CAs with HideTarget="yes" to the MSI backend where it belongs. | ||||
* | Tolerate missing RegistryValue/@Value when @Type="binary". | Bob Arnson | 2019-11-04 | 3 | -2/+4 |
| | |||||
* | Fix error checking on CustomAction/@Error. | Bob Arnson | 2019-11-01 | 3 | -2/+4 |
| | |||||
* | Fix AppId tuple | Rob Mensching | 2019-10-28 | 2 | -4/+3 |
| | |||||
* | Fix off by two error. Or was it off by one? | Bob Arnson | 2019-10-28 | 2 | -2/+2 |
| | |||||
* | Add failing test for AppId. | Sean Hall | 2019-10-27 | 3 | -0/+45 |
| | |||||
* | Update to WindowsInstallerData rename from Data | Rob Mensching | 2019-10-26 | 20 | -91/+91 |
| | |||||
* | Fix MsiAssembly table processing | Rob Mensching | 2019-10-26 | 4 | -4/+21 |
| | |||||
* | Remove explicit intermediate file provided for testing | Rob Mensching | 2019-10-25 | 6 | -24/+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 handling | Rob Mensching | 2019-10-25 | 21 | -140/+243 |
| | |||||
* | Don't crash on empty (but valid) source paths. | Bob Arnson | 2019-10-24 | 1 | -1/+1 |
| | |||||
* | Undo CreateTuple change and add ErrorTuple test. | Bob Arnson | 2019-10-23 | 7 | -0/+98 |
| | | | | Strongly-typed tuples are preferred and avoid field-zero/id confusion. | ||||
* | Fix custom tables, small fixes in linker and update latest Data | Rob Mensching | 2019-10-23 | 13 | -476/+427 |
| | |||||
* | Remove old field zero primary key bad magic code. | Bob Arnson | 2019-10-22 | 1 | -12/+0 |
| | |||||
* | Better support all .NETs and remove unnecessary NuGet workarounds | Rob Mensching | 2019-10-20 | 4 | -23/+6 |
| | |||||
* | Small tuple based fixes | Rob Mensching | 2019-10-18 | 5 | -39/+58 |
| | |||||
* | Several fixes | Rob Mensching | 2019-10-18 | 6 | -15/+26 |
| | |||||
* | Add failing test for decompiler with database that has old schemas and ↵ | Sean Hall | 2019-10-18 | 4 | -0/+60 |
| | | | | missing foreign key relationships. | ||||
* | Add failing test for AsString on a number field with 0. | Sean Hall | 2019-10-15 | 4 | -2/+82 |
| | |||||
* | Add failing test for TextStyle when Color is null. | Sean Hall | 2019-10-15 | 3 | -0/+46 |
| | |||||
* | Add failing test for Class when IconIndex is 0. | Sean Hall | 2019-10-15 | 4 | -0/+54 |
| | |||||
* | Fix lock permissions | Rob Mensching | 2019-10-14 | 2 | -4/+3 |
| | |||||
* | Add failing test around detect only Upgrade. | Sean Hall | 2019-10-11 | 1 | -0/+45 |
| | |||||
* | Add failing test for RegistryValue. | Sean Hall | 2019-10-11 | 3 | -0/+43 |
| | |||||
* | Add failing test for CustomTable. | Sean Hall | 2019-10-11 | 3 | -0/+56 |
| | |||||
* | Fix reserve cost | Rob Mensching | 2019-10-07 | 2 | -1/+5 |
| | |||||
* | Fix detect only upgrade logic | Rob Mensching | 2019-10-07 | 2 | -3/+2 |
| | |||||
* | Fix Upgrade IncludeMinimum attribute | Rob Mensching | 2019-10-07 | 2 | -2/+2 |
| | |||||
* | Fix ServiceInstall test | Rob Mensching | 2019-10-07 | 2 | -2/+2 |
| | |||||
* | Write Font table correctly | Rob Mensching | 2019-10-07 | 3 | -2/+10 |
| | |||||
* | Fix Feature parent | Rob Mensching | 2019-10-07 | 4 | -244/+206 |
| | |||||
* | Fix AppSearch related building | Rob Mensching | 2019-10-07 | 3 | -8/+15 |
| | |||||
* | Implement Bundle build | Rob Mensching | 2019-10-07 | 61 | -2149/+2238 |
| | |||||
* | Fix Directory.DefaultDir handling when creating MSI | Rob Mensching | 2019-10-07 | 1 | -2/+2 |
| | |||||
* | Fix bundle BA container id | Rob Mensching | 2019-10-07 | 1 | -2/+2 |
| | |||||
* | Handle null path fields during Resolve | Rob Mensching | 2019-10-07 | 1 | -15/+15 |
| | | | | Also rename more "row" to "tuple" | ||||
* | Make uses of EnsureTable more typesafe | Rob Mensching | 2019-10-07 | 1 | -20/+22 |
| | | | | And more removal of row for tuple | ||||
* | Fix relative action scheduling | Rob Mensching | 2019-10-07 | 1 | -127/+135 |
| | | | | And remove more referneces to "row" | ||||
* | Correctly lower _SummaryInformation | Rob Mensching | 2019-10-07 | 1 | -2/+6 |
| | |||||
* | Add failing test for ServiceInstall. | Sean Hall | 2019-09-30 | 3 | -0/+45 |
| | |||||
* | Add failing test for MsiAssembly. | Sean Hall | 2019-09-30 | 4 | -0/+127 |
| | |||||
* | Add failing test for Font. | Sean Hall | 2019-09-30 | 3 | -0/+44 |
| | |||||
* | Add failing test for ReserveCost. | Sean Hall | 2019-09-30 | 3 | -0/+45 |
| | |||||
* | Add failing test for MsiShortcutProperty. | Sean Hall | 2019-09-30 | 3 | -0/+48 |
| | |||||
* | Add failing test for nesting a ProgId under an advertised Class. | Sean Hall | 2019-09-30 | 3 | -0/+51 |
| | |||||
* | Add failing test for LockPermissions when Permissions is 0. | Sean Hall | 2019-09-30 | 3 | -0/+47 |
| | |||||
* | Add failing test for CustomAction. | Sean Hall | 2019-09-30 | 3 | -0/+46 |
| | |||||
* | Add failing tests for AppSearch tables. | Sean Hall | 2019-09-30 | 6 | -0/+191 |
| |