aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add failing test for AppId.Sean Hall2019-10-273-0/+45
| |
| * Update to WindowsInstallerData rename from DataRob Mensching2019-10-2620-91/+91
| |
| * Fix MsiAssembly table processingRob Mensching2019-10-264-4/+21
| |
| * Remove explicit intermediate file provided for testingRob Mensching2019-10-256-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 handlingRob Mensching2019-10-2521-140/+243
| |
| * Don't crash on empty (but valid) source paths.Bob Arnson2019-10-241-1/+1
| |
| * Undo CreateTuple change and add ErrorTuple test.Bob Arnson2019-10-237-0/+98
| | | | | | | | Strongly-typed tuples are preferred and avoid field-zero/id confusion.
| * Fix custom tables, small fixes in linker and update latest DataRob Mensching2019-10-2313-476/+427
| |
| * Remove old field zero primary key bad magic code.Bob Arnson2019-10-221-12/+0
| |
| * Better support all .NETs and remove unnecessary NuGet workaroundsRob Mensching2019-10-204-23/+6
| |
| * Small tuple based fixesRob Mensching2019-10-185-39/+58
| |
| * Several fixesRob Mensching2019-10-186-15/+26
| |
| * 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
| |
| * Add failing test for TextStyle when Color is null.Sean Hall2019-10-153-0/+46
| |
| * Add failing test for Class when IconIndex is 0.Sean Hall2019-10-154-0/+54
| |
| * Fix lock permissionsRob Mensching2019-10-142-4/+3
| |
| * Add failing test around detect only Upgrade.Sean Hall2019-10-111-0/+45
| |
| * Add failing test for RegistryValue.Sean Hall2019-10-113-0/+43
| |
| * Add failing test for CustomTable.Sean Hall2019-10-113-0/+56
| |
| * Fix reserve costRob Mensching2019-10-072-1/+5
| |
| * Fix detect only upgrade logicRob Mensching2019-10-072-3/+2
| |
| * Fix Upgrade IncludeMinimum attributeRob Mensching2019-10-072-2/+2
| |
| * Fix ServiceInstall testRob Mensching2019-10-072-2/+2
| |
| * Write Font table correctlyRob Mensching2019-10-073-2/+10
| |
| * Fix Feature parentRob Mensching2019-10-074-244/+206
| |
| * Fix AppSearch related buildingRob Mensching2019-10-073-8/+15
| |
| * Implement Bundle buildRob Mensching2019-10-0762-2151/+2240
| |
| * Fix Directory.DefaultDir handling when creating MSIRob Mensching2019-10-071-2/+2
| |
| * Fix bundle BA container idRob Mensching2019-10-071-2/+2
| |
| * Handle null path fields during ResolveRob Mensching2019-10-071-15/+15
| | | | | | | | Also rename more "row" to "tuple"
| * Make uses of EnsureTable more typesafeRob Mensching2019-10-071-20/+22
| | | | | | | | And more removal of row for tuple
| * Fix relative action schedulingRob Mensching2019-10-071-127/+135
| | | | | | | | And remove more referneces to "row"
| * Correctly lower _SummaryInformationRob Mensching2019-10-071-2/+6
| |
| * Add failing test for ServiceInstall.Sean Hall2019-09-303-0/+45
| |
| * Add failing test for MsiAssembly.Sean Hall2019-09-304-0/+127
| |
| * Add failing test for Font.Sean Hall2019-09-303-0/+44
| |
| * Add failing test for ReserveCost.Sean Hall2019-09-303-0/+45
| |
| * Add failing test for MsiShortcutProperty.Sean Hall2019-09-303-0/+48
| |
| * Add failing test for nesting a ProgId under an advertised Class.Sean Hall2019-09-303-0/+51
| |
| * Add failing test for LockPermissions when Permissions is 0.Sean Hall2019-09-303-0/+47
| |
| * Add failing test for CustomAction.Sean Hall2019-09-303-0/+46
| |
| * Add failing tests for AppSearch tables.Sean Hall2019-09-306-0/+191
| |
| * Add failing test for InstallExecuteSequence.Sean Hall2019-09-301-0/+51
| |
| * Add failing tests for Upgrade.Sean Hall2019-09-303-0/+80
| |
| * Add failing test for FeatureGroup and parent Features.Sean Hall2019-09-304-0/+61
| |
| * Add failing test for DefaultDir.Sean Hall2019-09-304-1/+99
| |
| * Shortcut ShowCmd is nullableRob Mensching2019-05-231-1/+1
| |
| * Update to latest Core.NativeRob Mensching2019-05-231-3/+1
| |
| * Integrate latest Data changes for FileTuple and AssemblyTupleRob Mensching2019-05-2322-253/+233
| |