| Commit message (Expand) | Author | Files | Lines |
2021-06-04 | Add a manual test bundle for testing BAFunctions and thmutil. | Sean Hall | 29 | -0/+785 |
2021-06-04 | Fix bug where theme window didn't enlarge client area for default DPI. | Sean Hall | 1 | -9/+33 |
2021-06-04 | Fix loading BAFunctions. | Sean Hall | 3 | -23/+14 |
2021-06-04 | Support multiple thmutil in same process. | Sean Hall | 1 | -15/+30 |
2021-06-04 | Add thmutil Image element to allow specifying multiple resolutions. | Sean Hall | 2 | -25/+371 |
2021-06-04 | Allow arbitrary strings for thmutil Font ids. | Sean Hall | 2 | -16/+39 |
2021-06-04 | Require separate images for thmutil graphic Buttons and Progressbars. | Sean Hall | 2 | -187/+389 |
2021-06-04 | Add THEME_IMAGE_REFERENCE to thmutil. | Sean Hall | 2 | -70/+293 |
2021-06-04 | In thmutil when drawing images, use GDI+ and the actual dimensions. | Sean Hall | 7 | -97/+259 |
2021-06-04 | Enforce schema restrictions for numeric and image thmutil attributes. | Sean Hall | 7 | -1633/+696 |
2021-06-04 | Require children of thmutil Billboard elements to be BillboardPanel. | Sean Hall | 5 | -103/+180 |
2021-06-03 | Remove bundle platform warning. | Bob Arnson | 3 | -15/+0 |
2021-06-02 | Add some 64-bit Burn tests. | Bob Arnson | 11 | -3/+88 |
2021-05-19 | Make IgnoreRollbackError set HRESULT to S_OK. | Sean Hall | 1 | -2/+2 |
2021-05-19 | Run the non-Tools tests in src\wix\test. | Sean Hall | 3 | -2/+12 |
2021-05-19 | Try to make building Bal.wixext and IntegrationBurn faster. | Sean Hall | 6 | -43/+33 |
2021-05-19 | Add InProgressDisplayName for bundles. | Sean Hall | 28 | -170/+391 |
2021-05-17 | Start WiX Toolset v4-preview.1 | Rob Mensching | 2 | -5/+5 |
2021-05-17 | WiX Toolset v4-preview.0v4.0.0-preview.0 | Rob Mensching | 15 | -19/+38 |
2021-05-17 | Update package Cache attribute to new attribute values | Rob Mensching | 24 | -129/+311 |
2021-05-17 | Sign and execute runtime tests only on master | Rob Mensching | 1 | -4/+12 |
2021-05-17 | Enable enabling runtime tests | Rob Mensching | 3 | -3/+7 |
2021-05-17 | Remove unused code | Rob Mensching | 1 | -13/+0 |
2021-05-17 | Fix batch file command-line parsing | Rob Mensching | 25 | -39/+25 |
2021-05-11 | Fix StrAllocString assertions. | Sean Hall | 3 | -16/+22 |
2021-05-11 | Add tests for WixBA. | Sean Hall | 16 | -149/+202 |
2021-05-11 | Move WixToolset.WixBA into test/burn and use new PackageReferences. | Sean Hall | 21 | -2/+6 |
2021-05-11 | Update WixBA to Mba.Core 4.0.58. | Sean Hall | 3 | -12/+58 |
2021-05-11 | Update WixBA to Mba.Core 4.0.49. | Sean Hall | 2 | -3/+3 |
2021-05-11 | Update WixBA to Mba.Core 4.0.44. | Sean Hall | 2 | -1/+19 |
2021-05-11 | Update WixBA to Mba.Core 4.0.40. | Sean Hall | 3 | -6/+6 |
2021-05-11 | Update WixBA to Mba.Core 4.0.35. | Sean Hall | 3 | -10/+10 |
2021-05-11 | Update WixBA to Mba.Core 4.0.26. | Sean Hall | 4 | -76/+19 |
2021-05-11 | Update WixBA to Mba.Core 4.0.13. | Sean Hall | 10 | -15/+7 |
2021-05-11 | Update WixBA to Mba.Core 4.0.9. | Sean Hall | 11 | -7/+15 |
2021-05-11 | WIXFEAT:3815 - use interfaces added in BootstrapperCore. | Sean Hall | 6 | -22/+32 |
2021-05-11 | WIXFEAT:3815 - Create WixBAFactory to address changes in BootstrapperCore. | Sean Hall | 6 | -5/+26 |
2021-05-11 | Integrate into latest v4 (2019/02/15). | Sean Hall | 20 | -44/+179 |
2021-05-11 | Import WixBA from old v4 repo | Sean Hall | 20 | -0/+2636 |
2021-05-11 | Fix Net48Web hash. | Sean Hall | 1 | -1/+1 |
2021-05-11 | Use balutil methods in Engine.cs to avoid size_t ugliness. | Sean Hall | 11 | -201/+466 |
2021-05-11 | Put back the rollback cache package functionality and fix its bugs. | Sean Hall | 18 | -220/+189 |
2021-05-11 | Cache packages that will be present for CACHE/INSTALL overall actions. | Sean Hall | 15 | -31/+76 |
2021-05-11 | Bring back Burn's implementation of signature verification. | Sean Hall | 6 | -3/+164 |
2021-05-11 | Enforce payload and container verification. | Sean Hall | 9 | -92/+209 |
2021-05-11 | Don't cache pass through bundles. | Sean Hall | 1 | -8/+12 |
2021-05-11 | Synchronize access to cOverallProgressTicks between Cache and Execute. | Sean Hall | 4 | -60/+60 |
2021-05-11 | Reset the package's cache folder only once. | Sean Hall | 6 | -24/+145 |
2021-05-11 | Allow launching approved exes from the original package cache. | Sean Hall | 3 | -26/+88 |
2021-05-11 | Add ability to suppress pfnTraceErrorCallback for the current thread. | Sean Hall | 3 | -1/+45 |