Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 27 | -1853/+0 |
| | |||||
* | Run wix.exe out of proc | Rob Mensching | 2022-10-14 | 1 | -10/+3 |
| | | | | | | | | | | | | | | "wix build" will load assemblies to read metadata which can cause the assemblies to get locked in the process. Since MSBuild keeps build processes alive this can cause work done by in-proc MSBuild tasks (like the WixBuild) to get stuck. Moving the "wix build" out of proc avoids any of those issues. Moving out of proc also allows the WiX tasks to be AnyCPU which simplifies the wix.targets (although did need to add code to find the .NET Framework wix.exe). Fixes 6595 | ||||
* | Make sure error codes are translated correctly for per-machine packages. | Sean Hall | 2022-08-26 | 2 | -5/+6 |
| | |||||
* | Add TestData.CreateFile and dedupe TestSupport code from Core.Native tests | Rob Mensching | 2022-08-05 | 1 | -0/+33 |
| | |||||
* | Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targets | Rob Mensching | 2022-08-01 | 1 | -0/+108 |
| | | | | | | | Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838 | ||||
* | Add IsWixTestSupportProject property to prevent test project detection. | Sean Hall | 2022-06-27 | 1 | -0/+1 |
| | |||||
* | Add longPathAware to Burn manifest to support long paths. | Sean Hall | 2022-06-27 | 3 | -3/+291 |
| | | | | Fixes 3455 | ||||
* | Improve WixAssert.StringEqual to print where the first difference is. | Sean Hall | 2022-06-15 | 1 | -26/+66 |
| | |||||
* | Replace PathIsAbsolute with PathIsRooted and add PathIsFullyQualified. | Sean Hall | 2022-05-31 | 2 | -0/+27 |
| | |||||
* | Add ability to skip tests at runtime, and skip long running cache tests | Sean Hall | 2022-05-13 | 11 | -1/+237 |
| | | | | 6665 | ||||
* | Fix "flaky" DUtil test. | Ron Martin | 2022-04-13 | 1 | -0/+47 |
| | |||||
* | Implement IWindowsInstallerDecompileExtensions | Rob Mensching | 2022-03-30 | 1 | -0/+88 |
| | | | | | | | Update Util extension to validate extension model and fix some small issues in MSI decompiling. Fixes 6367 | ||||
* | Update MSBuildRunner to ignore previous VS versions | Ron Martin | 2022-03-09 | 1 | -58/+2 |
| | |||||
* | Refactor related bundle enumeration into butil. | Sean Hall | 2022-03-01 | 1 | -0/+1 |
| | | | | Related to #3693 | ||||
* | Add logging to tests to help diagnose intermittent test failures | Rob Mensching | 2022-02-10 | 1 | -1/+30 |
| | |||||
* | Fix NoWarn being overridden and use PackageReference for TestSupport. | Sean Hall | 2022-01-27 | 1 | -1/+1 |
| | |||||
* | Some code clean up | Rob Mensching | 2022-01-10 | 1 | -1/+1 |
| | |||||
* | Add additional error detail to WixAssert.CompareLineByLine | Rob Mensching | 2022-01-02 | 1 | -8/+12 |
| | |||||
* | Try to get more helpful test failure messages. | Sean Hall | 2022-01-01 | 1 | -2/+46 |
| | |||||
* | Switch to `net472` as Framework baseline. | Bob Arnson | 2021-12-12 | 1 | -1/+1 |
| | |||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 1 | -11/+6 |
| | |||||
* | Move WixBuildTools into internal | Rob Mensching | 2021-04-22 | 17 | -0/+974 |