duplicati/ReleaseBuilder/Resources/Windows/WixUIExtension/ui
Emmanuel Ferdman 7de3c0076f
Update Common.wxs reference
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
2024-11-15 04:26:37 -08:00
..
bitmaps Implemented slightly better UI for MSI 2024-05-24 14:10:35 +02:00
BrowseDlg.wxs Merged WixUI files into a single extension folder 2024-05-25 20:01:14 +02:00
CancelDlg.wxs Implemented slightly better UI for MSI 2024-05-24 14:10:35 +02:00
Common.wxs Merged WixUI files into a single extension folder 2024-05-25 20:01:14 +02:00
CustomizeDlg.wxs Better button alignment 2024-05-25 23:24:53 +02:00
DiskCostDlg.wxs Merged WixUI files into a single extension folder 2024-05-25 20:01:14 +02:00
ErrorDlg.wxs Implemented slightly better UI for MSI 2024-05-24 14:10:35 +02:00
ExitDialog.wxs Fixed order of buttons. 2024-05-25 19:39:05 +02:00
FatalError.wxs Implemented slightly better UI for MSI 2024-05-24 14:10:35 +02:00
FilesInUse.wxs Implemented slightly better UI for MSI 2024-05-24 14:10:35 +02:00
InstallDirDlg.wxs Added support for the Agent MSI 2024-11-07 23:05:55 +01:00
InvalidDirDlg.wxs Added support for the Agent MSI 2024-11-07 23:05:55 +01:00
LICENSE.txt Implemented slightly better UI for MSI 2024-05-24 14:10:35 +02:00
LicenseAgreementDlg.wxs Merged WixUI files into a single extension folder 2024-05-25 20:01:14 +02:00
MaintenanceTypeDlg.wxs Implemented slightly better UI for MSI 2024-05-24 14:10:35 +02:00
MaintenanceWelcomeDlg.wxs Implemented slightly better UI for MSI 2024-05-24 14:10:35 +02:00
MsiRMFilesInUse.wxs Implemented slightly better UI for MSI 2024-05-24 14:10:35 +02:00
OutOfDiskDlg.wxs Implemented slightly better UI for MSI 2024-05-24 14:10:35 +02:00
OutOfRbDiskDlg.wxs Implemented slightly better UI for MSI 2024-05-24 14:10:35 +02:00
PrepareDlg.wxs Implemented slightly better UI for MSI 2024-05-24 14:10:35 +02:00
ProgressDlg.wxs Implemented slightly better UI for MSI 2024-05-24 14:10:35 +02:00
README.md Update Common.wxs reference 2024-11-15 04:26:37 -08:00
ResumeDlg.wxs Implemented slightly better UI for MSI 2024-05-24 14:10:35 +02:00
UserExit.wxs Implemented slightly better UI for MSI 2024-05-24 14:10:35 +02:00
VerifyReadyDlg.wxs Implemented slightly better UI for MSI 2024-05-24 14:10:35 +02:00
WaitForCostingDlg.wxs Implemented slightly better UI for MSI 2024-05-24 14:10:35 +02:00
WelcomeDlg.wxs Implemented slightly better UI for MSI 2024-05-24 14:10:35 +02:00
WelcomeEulaDlg.wxs Implemented slightly better UI for MSI 2024-05-24 14:10:35 +02:00
WixUI_FeatureTree.wxs Added missing dialog references 2024-05-25 20:48:23 +02:00
WixUI_Minimal.wxs Implemented slightly better UI for MSI 2024-05-24 14:10:35 +02:00

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.