Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/getting-started/clients/desktop/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,23 @@ versions to these solved this issue:

- Node: `16.18.1`
- npm: `8.19.2`

### Windows build installation fails

When installing standard/beta builds (not portable) for the Windows platform from build artifacts,
there are additional steps required. Without following the steps, the following failure occurs:

![`nsis` error](./nsis-error.png)

Steps:

1. Download the standard / beta Windows build (the `.exe` from figure below)
2. Download the corresponding `.nsis.7z` file (also seen in figure below)
3. Place the `.nsis.7z` file in the same directory as the installer (this might require
decompressing the download)

![`nsis` build files](./nsis-build-files.png)

The final directory state before starting the install should look like this:

![`nsis` and exe directory](./nsis-exe-dir.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.