Skip to content
Discussion options

You must be logged in to vote

The missing option is deliberate rather than a glitch — it's turned off in the build config (package.json):

"nsis": {
  "oneClick": false,
  "perMachine": false,
  ...
  "allowToChangeInstallationDirectory": false,

allowToChangeInstallationDirectory: false is what removes the directory page, and perMachine: false is why it lands in your user profile under AppData\Local\Programs instead of Program Files. There's also no portable Windows build to sidestep it with — the release assets are Thorium.Setup.<version>.exe plus the Linux and macOS ones, nothing standalone.

I'd avoid just dragging the folder to D:. The uninstaller lives inside that folder and the registry entry Windows uses for "Uni…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by mal2994
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@danielweck
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants