Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix LogInitalize signature. | Bob Arnson | 2022-01-30 | 1 | -1/+1 |
| | |||||
* | Refactor some dependency detection. | Sean Hall | 2022-01-16 | 1 | -1/+1 |
| | | | | | * Run DependencyDetect earlier * Do package dependency checking during each package/related bundle | ||||
* | Fix 32/64-bit bitness handling in Burn and BUtil. | Bob Arnson | 2022-01-16 | 2 | -1/+15 |
| | | | | | | - Take advantage of RegOpenEx. - Always look for related bundles in both 32 and 64 hives. - BundleEnumRelatedBundle requires caller to specify bitness. | ||||
* | Add registry bitness to RegUtil and BUtil. | Bob Arnson | 2022-01-10 | 2 | -3/+24 |
| | | | | | Fixes https://github.com/wixtoolset/issues/issues/6669. Fixes https://github.com/wixtoolset/issues/issues/6670. | ||||
* | FilesInUse messages are too different to unify in the Burn engine. | Sean Hall | 2021-12-30 | 1 | -2/+2 |
| | | | | Fixes #6348 | ||||
* | Go back to thmutil not interfering with wixstdba controls. | Sean Hall | 2021-11-10 | 1 | -1/+4 |
| | |||||
* | Avoid using control ids inside of thmutil. | Sean Hall | 2021-11-01 | 3 | -84/+75 |
| | |||||
* | Add CS_HREDRAW and CS_VREDRAW to fix painting issues when resizing. | Sean Hall | 2021-11-01 | 1 | -0/+13 |
| | |||||
* | Make thmutil automatically load controls during window creation. | Sean Hall | 2021-11-01 | 1 | -20/+23 |
| | | | | Add control loaded event. | ||||
* | Add more thmutil window messages to simplify handling control events. | Sean Hall | 2021-11-01 | 1 | -0/+34 |
| | |||||
* | Allow more customization of control ids in thmutil. | Sean Hall | 2021-11-01 | 1 | -5/+30 |
| | | | | | Allow BAFunctions to set control ids. Make sure control ids don't collide. | ||||
* | Add NativeMachine to Burn and WIX_NATIVE_MACHINE to UtilExtension | Eric StJohn | 2021-08-30 | 1 | -0/+4 |
| | |||||
* | Add argument and policy setting to set Burn's base working directory. | Sean Hall | 2021-08-04 | 2 | -11/+40 |
| | | | | Fixes #5856 | ||||
* | Get system TEMP path from the registry. | Sean Hall | 2021-08-04 | 1 | -0/+16 |
| | | | | Also, correctly handle return codes from related path APIs. | ||||
* | Add fixed buffer butil APIs. | Sean Hall | 2021-07-19 | 1 | -8/+73 |
| | |||||
* | Fix more 32-bit assumptions. | Sean Hall | 2021-07-19 | 1 | -7/+5 |
| | | | | Use strutil to return value in BundleGetBundleInfo. | ||||
* | Refactor butil while cleaning up other things. | Sean Hall | 2021-07-18 | 2 | -9/+174 |
| | |||||
* | Allow access to persisted variables from related bundles. | Jacob Hoover | 2021-07-18 | 2 | -2/+17 |
| | | | | Implements #3704 | ||||
* | Add thmutil Image element to allow specifying multiple resolutions. | Sean Hall | 2021-06-04 | 1 | -0/+14 |
| | | | | | | Rename previous Image element to ImageListItem. Last partial fix for #6155 | ||||
* | Allow arbitrary strings for thmutil Font ids. | Sean Hall | 2021-06-04 | 1 | -0/+3 |
| | |||||
* | Require separate images for thmutil graphic Buttons and Progressbars. | Sean Hall | 2021-06-04 | 1 | -13/+31 |
| | |||||
* | Add THEME_IMAGE_REFERENCE to thmutil. | Sean Hall | 2021-06-04 | 1 | -6/+29 |
| | |||||
* | In thmutil when drawing images, use GDI+ and the actual dimensions. | Sean Hall | 2021-06-04 | 2 | -1/+7 |
| | | | | | Partial fix for #6155 Fixes #4106 | ||||
* | Enforce schema restrictions for numeric and image thmutil attributes. | Sean Hall | 2021-06-04 | 1 | -2/+17 |
| | |||||
* | Require children of thmutil Billboard elements to be BillboardPanel. | Sean Hall | 2021-06-04 | 2 | -0/+13 |
| | |||||
* | Add ability to suppress pfnTraceErrorCallback for the current thread. | Sean Hall | 2021-05-11 | 1 | -0/+17 |
| | | | | | | Suppress BurnTraceError while logging errors from BurnTraceError. #6378 | ||||
* | Move dutil into libs/dutil | Rob Mensching | 2021-04-29 | 58 | -0/+6652 |