aboutsummaryrefslogtreecommitdiff
path: root/src/libs/dutil/WixToolset.DUtil/inc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix LogInitalize signature.Bob Arnson2022-01-301-1/+1
|
* Refactor some dependency detection.Sean Hall2022-01-161-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 Arnson2022-01-162-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 Arnson2022-01-102-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 Hall2021-12-301-2/+2
| | | | Fixes #6348
* Go back to thmutil not interfering with wixstdba controls.Sean Hall2021-11-101-1/+4
|
* Avoid using control ids inside of thmutil.Sean Hall2021-11-013-84/+75
|
* Add CS_HREDRAW and CS_VREDRAW to fix painting issues when resizing.Sean Hall2021-11-011-0/+13
|
* Make thmutil automatically load controls during window creation.Sean Hall2021-11-011-20/+23
| | | | Add control loaded event.
* Add more thmutil window messages to simplify handling control events.Sean Hall2021-11-011-0/+34
|
* Allow more customization of control ids in thmutil.Sean Hall2021-11-011-5/+30
| | | | | Allow BAFunctions to set control ids. Make sure control ids don't collide.
* Add NativeMachine to Burn and WIX_NATIVE_MACHINE to UtilExtensionEric StJohn2021-08-301-0/+4
|
* Add argument and policy setting to set Burn's base working directory.Sean Hall2021-08-042-11/+40
| | | | Fixes #5856
* Get system TEMP path from the registry.Sean Hall2021-08-041-0/+16
| | | | Also, correctly handle return codes from related path APIs.
* Add fixed buffer butil APIs.Sean Hall2021-07-191-8/+73
|
* Fix more 32-bit assumptions.Sean Hall2021-07-191-7/+5
| | | | Use strutil to return value in BundleGetBundleInfo.
* Refactor butil while cleaning up other things.Sean Hall2021-07-182-9/+174
|
* Allow access to persisted variables from related bundles.Jacob Hoover2021-07-182-2/+17
| | | | Implements #3704
* Add thmutil Image element to allow specifying multiple resolutions.Sean Hall2021-06-041-0/+14
| | | | | | Rename previous Image element to ImageListItem. Last partial fix for #6155
* Allow arbitrary strings for thmutil Font ids.Sean Hall2021-06-041-0/+3
|
* Require separate images for thmutil graphic Buttons and Progressbars.Sean Hall2021-06-041-13/+31
|
* Add THEME_IMAGE_REFERENCE to thmutil.Sean Hall2021-06-041-6/+29
|
* In thmutil when drawing images, use GDI+ and the actual dimensions.Sean Hall2021-06-042-1/+7
| | | | | Partial fix for #6155 Fixes #4106
* Enforce schema restrictions for numeric and image thmutil attributes.Sean Hall2021-06-041-2/+17
|
* Require children of thmutil Billboard elements to be BillboardPanel.Sean Hall2021-06-042-0/+13
|
* Add ability to suppress pfnTraceErrorCallback for the current thread.Sean Hall2021-05-111-0/+17
| | | | | | Suppress BurnTraceError while logging errors from BurnTraceError. #6378
* Move dutil into libs/dutilRob Mensching2021-04-2958-0/+6652