Skip to content

Conversation

@j4far
Copy link

@j4far j4far commented May 23, 2025

This change modifies the electron-builder configuration to enable a true one-click installation experience for the Windows NSIS target.

Key changes in electron-builder-config.mjs:

  • Set nsis.oneClick to true.
  • Set nsis.allowToChangeInstallationDirectory to false.

These changes simplify the installation process for non-technical users by eliminating interactive prompts after the initial execution and UAC confirmation. I've documented how to manually verify this behavior.

This change modifies the electron-builder configuration to enable a true one-click installation experience for the Windows NSIS target.

Key changes in `electron-builder-config.mjs`:
- Set `nsis.oneClick` to `true`.
- Set `nsis.allowToChangeInstallationDirectory` to `false`.

These changes simplify the installation process for non-technical users by eliminating interactive prompts after the initial execution and UAC confirmation. I've documented how to manually verify this behavior.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant