| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add unit tests written during discovery of errors elsewhere because why not ↵ | Bob Arnson | 2019-12-11 | 2 | -0/+2 |
| | | | | | keep 'em? | ||||
| * | Fix decompiling multiple AppSearches with nested searches. | Sean Hall | 2019-11-26 | 2 | -1/+20 |
| | | |||||
| * | Fix test CanDecompileNestedDirSearchUnderRegSearch. | Sean Hall | 2019-11-25 | 1 | -1/+1 |
| | | |||||
| * | Fix EnvironmentTuple nullable fields. Add test. | Bob Arnson | 2019-11-14 | 1 | -0/+13 |
| | | |||||
| * | Add failing test for decompiling a directory search under a registry search. | Sean Hall | 2019-11-14 | 2 | -0/+28 |
| | | |||||
| * | Add failing test for decompiling the AdvtExecuteSequence table. | Sean Hall | 2019-11-14 | 2 | -0/+37 |
| | | |||||
| * | Update DefaultDir test for duplicate ShortName and Name. | Sean Hall | 2019-11-12 | 1 | -0/+1 |
| | | |||||
| * | Clean up upgrade properties; support <?ifdef $()?> | Bob Arnson | 2019-11-10 | 1 | -0/+2 |
| | | |||||
| * | Ensure upgrade action properties are secure. | Bob Arnson | 2019-11-08 | 1 | -0/+1 |
| | | |||||
| * | Add failing test for getting Shortcut/@Name from wixlib. | Sean Hall | 2019-11-08 | 1 | -1/+1 |
| | | |||||
| * | Add failing test for decompiling a non-advertised shortcut with complex Target. | Sean Hall | 2019-11-08 | 2 | -0/+24 |
| | | |||||
| * | Add test for RemoveRegistryKey. | Sean Hall | 2019-11-07 | 1 | -0/+11 |
| | | |||||
| * | Update PopulatesCustomActionTable to verify scheduling of a custom action. | Sean Hall | 2019-11-07 | 1 | -0/+16 |
| | | |||||
| * | Add failing test for TrueType Font. | Sean Hall | 2019-11-07 | 1 | -0/+10 |
| | | |||||
| * | Add preprocessor variables with WiX version info. | Bob Arnson | 2019-11-06 | 1 | -0/+4 |
| | | | | | | $(sys.WIXMAJORVERSION) $(sys.WIXVERSION) | ||||
| * | Fix resolution of !(bind.ProductVersion.MsiId) bind variables | Rob Mensching | 2019-11-05 | 1 | -1/+1 |
| | | | | | Fixes wixtoolset/issues#4830 | ||||
| * | Move creation of hidden properties... | Bob Arnson | 2019-11-05 | 1 | -1/+2 |
| | | | | | ...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 | 1 | -0/+1 |
| | | |||||
| * | Fix error checking on CustomAction/@Error. | Bob Arnson | 2019-11-01 | 1 | -0/+1 |
| | | |||||
| * | Add failing test for AppId. | Sean Hall | 2019-10-27 | 1 | -0/+11 |
| | | |||||
| * | Fix MsiAssembly table processing | Rob Mensching | 2019-10-26 | 1 | -1/+1 |
| | | |||||
| * | Update to WixOutput file structure to fix embedded file handling | Rob Mensching | 2019-10-25 | 4 | -0/+19 |
| | | |||||
| * | Undo CreateTuple change and add ErrorTuple test. | Bob Arnson | 2019-10-23 | 4 | -0/+46 |
| | | | | | 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 | 2 | -0/+27 |
| | | | | | missing foreign key relationships. | ||||
| * | Add failing test for AsString on a number field with 0. | Sean Hall | 2019-10-15 | 1 | -0/+11 |
| | | |||||
| * | Add failing test for TextStyle when Color is null. | Sean Hall | 2019-10-15 | 1 | -0/+12 |
| | | |||||
| * | Add failing test for Class when IconIndex is 0. | Sean Hall | 2019-10-15 | 2 | -0/+17 |
| | | |||||
| * | Add failing test for RegistryValue. | Sean Hall | 2019-10-11 | 1 | -0/+10 |
| | | |||||
| * | Add failing test for CustomTable. | Sean Hall | 2019-10-11 | 1 | -0/+21 |
| | | |||||
| * | Fix ServiceInstall test | Rob Mensching | 2019-10-07 | 1 | -1/+1 |
| | | |||||
| * | Write Font table correctly | Rob Mensching | 2019-10-07 | 1 | -1/+1 |
| | | |||||
| * | Implement Bundle build | Rob Mensching | 2019-10-07 | 7 | -0/+24 |
| | | |||||
| * | Add failing test for ServiceInstall. | Sean Hall | 2019-09-30 | 1 | -0/+11 |
| | | |||||
| * | Add failing test for MsiAssembly. | Sean Hall | 2019-09-30 | 2 | -0/+89 |
| | | |||||
| * | Add failing test for Font. | Sean Hall | 2019-09-30 | 1 | -0/+10 |
| | | |||||
| * | Add failing test for ReserveCost. | Sean Hall | 2019-09-30 | 1 | -0/+11 |
| | | |||||
| * | Add failing test for MsiShortcutProperty. | Sean Hall | 2019-09-30 | 1 | -0/+14 |
| | | |||||
| * | Add failing test for nesting a ProgId under an advertised Class. | Sean Hall | 2019-09-30 | 1 | -0/+13 |
| | | |||||
| * | Add failing test for LockPermissions when Permissions is 0. | Sean Hall | 2019-09-30 | 1 | -0/+13 |
| | | |||||
| * | Add failing test for CustomAction. | Sean Hall | 2019-09-30 | 1 | -0/+11 |
| | | |||||
| * | Add failing tests for AppSearch tables. | Sean Hall | 2019-09-30 | 4 | -0/+50 |
| | | |||||
| * | Add failing tests for Upgrade. | Sean Hall | 2019-09-30 | 1 | -0/+12 |
| | | |||||
| * | Add failing test for FeatureGroup and parent Features. | Sean Hall | 2019-09-30 | 2 | -0/+24 |
| | | |||||
| * | Add failing test for DefaultDir. | Sean Hall | 2019-09-30 | 2 | -0/+42 |
| | | |||||
| * | Integrate short and source name changes to Directory and Shortcut tuples | Rob Mensching | 2019-05-23 | 1 | -1/+1 |
| | | |||||
| * | Add Component/@Shared and fix UninstallWhenSuperseded | Bob Arnson | 2019-05-14 | 1 | -7/+10 |
| | | |||||
| * | Fix inscript CA bit handling | Rob Mensching | 2019-05-12 | 4 | -0/+45 |
| | | |||||
| * | Add failing test to demonstrate ProgId bug. | Bob Arnson | 2019-04-02 | 4 | -0/+49 |
| | | | | | 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 | 4 | -0/+45 |
| | | | | | | | 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 missing symbol for WixSuppressAction. | Bob Arnson | 2019-03-20 | 1 | -0/+4 |
| | | | | | Exposes non-overridable standard actions so WixToolsetTest.CoreIntegration.LinkerFixture.CanBuildWithOverridableActions now fails. | ||||
