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