Skip to content

fix(companion): build native 64-bit NSIS installer#7245

Open
raphaelcoeffic wants to merge 1 commit intomainfrom
cpn-install-path
Open

fix(companion): build native 64-bit NSIS installer#7245
raphaelcoeffic wants to merge 1 commit intomainfrom
cpn-install-path

Conversation

@raphaelcoeffic
Copy link
Copy Markdown
Member

The NSIS installer was a 32-bit PE, causing $PROGRAMFILES to resolve to "Program Files (x86)" on 64-bit Windows. Adding "Target amd64-unicode" produces a native 64-bit installer where $PROGRAMFILES correctly points to "Program Files".

Fixes #7243

@raphaelcoeffic raphaelcoeffic added this to the 2.12.1 milestone Apr 1, 2026
@raphaelcoeffic raphaelcoeffic added companion Related to the companion software compilation Related to compiling the firmware and firmware options labels Apr 1, 2026
Use $PROGRAMFILES64 instead of $PROGRAMFILES so the 32-bit NSIS
installer resolves to "Program Files" rather than "Program Files (x86)"
on 64-bit Windows.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

companion Related to the companion software compilation Related to compiling the firmware and firmware options

Projects

None yet

Development

Successfully merging this pull request may close these issues.

EdgeTX 2.12 (released) Companion - 64 bit installation is defaulting to Program Files (X86) directory instead of Program Files directory

1 participant