| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Add `WixUI/ExtendedPathValidation="yes"` to opt-in.
Removed the WIXUI_DONTVALIDATEPATH runtime opt-out.
Fixes https://github.com/wixtoolset/issues/issues/8718
Relies on https://github.com/wixtoolset/wix/pull/563
|
|
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/8580
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Custom actions to print EULA and validate install directories are
defined in WixUIExtension compiler extension, to handle
platform-specific custom actions referred to from `DoAction` control
events. This is the least-worst solution, given the `DoAction` approach
used in the WixUI authoring and anyone customizing a WixUI set.
|
|
|
|
| |
- Use VS2022/v143 libraries exclusively. C++ compatibility works.
|
| |
|
|
|