feat(installer): choose optional modules on install - #186
Merged
Conversation
Let the custom Electron installer and NSIS wizard select System Optimization, Network Acceleration, and other optional nav modules. Persist the choice in installer-selection.ini so the running app hides uninstalled pages and can skip the NetworkProxy sidecar. Co-authored-by: Chen Runsen <SSC-STUDIO@users.noreply.github.com>
SSC-STUDIO
pushed a commit
that referenced
this pull request
Aug 23, 2026
PR #186 only shipped en-US and zh-CN; Electron i18n tests require every locale to cover English leaves. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
UniversalDeviceToolkit.Electron/installer/), which is what Full offlineUniversalDeviceToolkitSetup.exeactually runs (custom-installer.ymlportable).{installDir}/installer-selection.ini. The app hides omitted nav; unchecked 网络加速 skips NetworkProxy; unchecked 插件扩展 starts Host with--no-plugins.installer.nsh) has a matching page only for Online setup. Inno is retired. Missing INI (dev/zip) keeps full install.Verification
dotnet build UniversalDeviceToolkit.sln --configuration Releasedotnet test UniversalDeviceToolkit.Tests/UniversalDeviceToolkit.Tests.csproj --framework net10.0-windowsinstallerSelection,installerUi,optimization)tsc --noEmitPlugin Changes (if applicable)
--no-pluginsand the Plugins nav page)Notes