Skip to content

fix: identificador de arquitectura x64compatible en el instalador#2

Merged
Owito merged 1 commit into
mainfrom
fix/instalador-arquitectura-x64
Jul 11, 2026
Merged

fix: identificador de arquitectura x64compatible en el instalador#2
Owito merged 1 commit into
mainfrom
fix/instalador-arquitectura-x64

Conversation

@Owito

@Owito Owito commented Jul 11, 2026

Copy link
Copy Markdown
Owner

Al probar el instalador (compilar el .iss con Inno Setup 6.7.3) apareció un warning: ArchitecturesInstallIn64BitMode=x64 está deprecado. Se reemplaza por x64compatible (recomendado).

Prueba del instalador realizada

  • Compilado con ISCC → dist/Margoth_Setup.exe (32 MB), sin warnings tras el fix.
  • Instalación silenciosa en %LOCALAPPDATA%\Margoth: incluye Margoth.exe, _internal, ícono y estilos en assets/, y desinstalador.
  • Registro de desinstalación correcto: Margoth 1.1.0 · Publisher Carlos G.
  • App instalada arranca y su BD trae el esquema nuevo (columna label).
  • Desinstalador remueve todos los archivos de programa y preserva los datos del usuario (correcto).

Copilot AI review requested due to automatic review settings July 11, 2026 00:33
Inno Setup 6.7 marca 'ArchitecturesInstallIn64BitMode=x64' como deprecado.
Se reemplaza por 'x64compatible' (recomendado), eliminando el warning de
compilacion. Verificado: recompila sin avisos y genera Margoth_Setup.exe.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Actualiza el script del instalador de Inno Setup para eliminar un warning de deprecación al compilar, manteniendo el comportamiento del instalador y alineándolo con la recomendación actual de Inno Setup.

Changes:

  • Reemplaza ArchitecturesInstallIn64BitMode=x64 por ArchitecturesInstallIn64BitMode=x64compatible en el .iss para evitar la opción deprecada.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Owito
Owito merged commit b0e91ec into main Jul 11, 2026
2 checks passed
@Owito
Owito deleted the fix/instalador-arquitectura-x64 branch July 11, 2026 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants