Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Several fixes | Rob Mensching | 2019-10-18 | 4 | -13/+19 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Fix detect only upgrade logic | Rob Mensching | 2019-10-07 | 1 | -2/+2 |
| | |||||
* | Fix Upgrade IncludeMinimum attribute | Rob Mensching | 2019-10-07 | 1 | -1/+1 |
| | |||||
* | Fix ServiceInstall test | Rob Mensching | 2019-10-07 | 2 | -2/+2 |
| | |||||
* | Write Font table correctly | Rob Mensching | 2019-10-07 | 2 | -2/+2 |
| | |||||
* | Fix Feature parent | Rob Mensching | 2019-10-07 | 1 | -2/+2 |
| | |||||
* | Fix AppSearch related building | Rob Mensching | 2019-10-07 | 1 | -5/+5 |
| | |||||
* | Implement Bundle build | Rob Mensching | 2019-10-07 | 9 | -0/+83 |
| | |||||
* | 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 |
| | |||||
* | Add failing test for InstallExecuteSequence. | Sean Hall | 2019-09-30 | 1 | -0/+51 |
| | |||||
* | Add failing tests for Upgrade. | Sean Hall | 2019-09-30 | 3 | -0/+80 |
| | |||||
* | Add failing test for FeatureGroup and parent Features. | Sean Hall | 2019-09-30 | 4 | -0/+61 |
| | |||||
* | Add failing test for DefaultDir. | Sean Hall | 2019-09-30 | 4 | -1/+99 |
| | |||||
* | Integrate latest Data changes for FileTuple and AssemblyTuple | Rob Mensching | 2019-05-23 | 4 | -41/+41 |
| | |||||
* | Integrate short and source name changes to Directory and Shortcut tuples | Rob Mensching | 2019-05-23 | 2 | -2/+2 |
| | |||||
* | Adopt "Ref" as reference convention over "_" | Rob Mensching | 2019-05-23 | 1 | -2/+2 |
| | |||||
* | Integrate latest changes to tuple definitions | Rob Mensching | 2019-05-23 | 5 | -6/+6 |
| | |||||
* | Add Component/@Shared and fix UninstallWhenSuperseded | Bob Arnson | 2019-05-14 | 4 | -10/+50 |
| | |||||
* | Fix inscript CA bit handling | Rob Mensching | 2019-05-12 | 6 | -0/+81 |
| | |||||
* | Use new strongly typed tuples | Rob Mensching | 2019-05-08 | 4 | -15/+14 |
| | |||||
* | Add failing test to demonstrate ProgId bug. | Bob Arnson | 2019-04-02 | 6 | -0/+92 |
| | | | | 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 | 6 | -0/+150 |
| | | | | | | 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. | ||||
* | Include the preprocessed include files with the processed document | Rob Mensching | 2019-03-01 | 1 | -4/+29 |
| | | | | | | | This change also cleans up the internal state handling of the preprocesor to pass the processing state around rather than depend on "global state" in member variables. This removes the need to "reset" the member variables before preprocessing which is much cleaner. | ||||
* | Fix overridable actions being tagged as duplicates. | Bob Arnson | 2019-01-16 | 6 | -0/+129 |
| | |||||
* | Add failing test for issues exposed by UIExtension. | Sean Hall | 2019-01-12 | 6 | -0/+118 |
| | |||||
* | Load .wixlib intermediates with single creator | Rob Mensching | 2019-01-01 | 8 | -0/+242 |
| | | | | | Using a single creator ensures definitions are shared and consistent across the entire build. | ||||
* | Populate MsiAssemblyName table | Rob Mensching | 2018-12-26 | 2 | -4/+22 |
| | | | | Fixes wixtoolset/issues#5865 | ||||
* | Update to latest Home\repo-template | Rob Mensching | 2018-12-22 | 1 | -2/+1 |
| | |||||
* | Explicitly mark bitness of entities that support 64-bit attribute. | Bob Arnson | 2018-11-19 | 6 | -1/+53 |
| | | | | 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 | 5 | -0/+65 |
| | |||||
* | Update to fixed "binder" names in interfaces | Rob Mensching | 2018-10-24 | 1 | -1/+1 |
| | |||||
* | Support passing IServiceProvider to IExtensionFactory's | Rob Mensching | 2018-10-24 | 1 | -6/+16 |
| |