diff --git a/.changeset/tasty-pianos-jump.md b/.changeset/tasty-pianos-jump.md new file mode 100644 index 0000000000..5edc287986 --- /dev/null +++ b/.changeset/tasty-pianos-jump.md @@ -0,0 +1,5 @@ +--- +"app-builder-lib": minor +--- + +feat: add nsis option to remove the default uninstall welcome page diff --git a/docs/generated/NsisOptions.md b/docs/generated/NsisOptions.md index 0d6b355581..4583dffc73 100644 --- a/docs/generated/NsisOptions.md +++ b/docs/generated/NsisOptions.md @@ -27,6 +27,7 @@
  • installerSidebar String | “undefined” - assisted installer only. MUI_WELCOMEFINISHPAGE_BITMAP, relative to the build resources or to the project directory. Defaults to build/installerSidebar.bmp or ${NSISDIR}\\Contrib\\Graphics\\Wizard\\nsis3-metro.bmp. Image size 164 × 314 pixels.
  • uninstallerSidebar String | “undefined” - assisted installer only. MUI_UNWELCOMEFINISHPAGE_BITMAP, relative to the build resources or to the project directory. Defaults to installerSidebar option or build/uninstallerSidebar.bmp or build/installerSidebar.bmp or ${NSISDIR}\\Contrib\\Graphics\\Wizard\\nsis3-metro.bmp
  • uninstallDisplayName = ${productName} ${version} String - The uninstaller display name in the control panel.
  • +
  • removeDefaultUninstallWelcomePage = false Boolean - assisted installer only. remove the default uninstall welcome page