nsis - electron-builder is not calling x64 installer [win10] -
electron-builder calling 32bit installer causing paths point wow64 equivalents instead of real x64 paths.
process calls installer 64bit, 32bit installer called , application "runafterfinish" 64bit.
how can overcome issue , force installer call x64 version?
tested on windows 10, electron-builder 19.16.3
builder ran --x64 option gives output: building nsis installer packaging nsis installer arch x64
calling installer ... /d=path argument solve problem, not taking account.
i don't know electron builder know 32-bit nsis installer can install 64-bit programs.
use setregview change 64-bit registry view , use macros in x64.nsh turn filesystem redirection on , off.

Comments
Post a Comment