duplicati/ReleaseBuilder/Resources/Windows/WixUIExtension/ui/README.md
Emmanuel Ferdman 7de3c0076f
Update Common.wxs reference
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
2024-11-15 04:26:37 -08:00

1.3 KiB

WIX UI custom files

The base contents of this folder are copied from the Wixl UI extensions. The Common.wxs file has been modified to use the custom banners. This was needed as it is not possible to pass outside strings/resources into the project as it is.

Some extra files are included from UI.wixext. The adaptation is mostly to remove the use of localization (!(loc.name)) which is not supported by Wixl. The actual strings are copied from en-US and inserted into Common.wxs.

Also, the dialogs were modified to place the buttons as the first items in the dialog, because it otherwise causes the error: "Error 2834: The next pointers on the dialog BrowseDlg do not form a single loop".

The extra files are:

The files are all licensed under the MS-RL license.