fix(installer): custom NSIS include 비활성화 — System.dll 0xc0000005 크래시 해소

- 이전 installer.nsh의 ReadRegDWORD + MessageBox 조합이 설치 중 System.dll에서
  access violation 유발 (WER로 확인)
- electron-builder 기본 installer UX만 사용 → 안정화 후 단계적으로 커스텀 재추가
- installer.nsh는 최소 버전으로 보존(향후 참고)
This commit is contained in:
yunchan8804 2026-04-15 22:30:10 +09:00
parent eba5f7c540
commit 8e31b36337
2 changed files with 10 additions and 21 deletions

View file

@ -111,6 +111,8 @@ nsis:
createStartMenuShortcut: true
shortcutName: D3RO Voice
deleteAppDataOnUninstall: false
include: build/installer.nsh
# include: build/installer.nsh
# NOTE: customInstall/customUnInstall 매크로가 NSIS System.dll 크래시를 유발한 사례 있어
# v0.1.0-alpha 단계에선 기본 electron-builder installer 사용. 안정화 후 재활성.
npmRebuild: true