Skip to content

Close Switchify PC automatically during install#312

Merged
enaboapps merged 1 commit into
mainfrom
fix/installer-auto-close-311
Jul 1, 2026
Merged

Close Switchify PC automatically during install#312
enaboapps merged 1 commit into
mainfrom
fix/installer-auto-close-311

Conversation

@enaboapps

Copy link
Copy Markdown
Contributor

Summary

  • add --quit-for-install handling and an existing-instance quit signal
  • have the NSIS installer/uninstaller request graceful app shutdown before installing
  • add a user-confirmed taskkill fallback for older installed versions that cannot handle the quit signal
  • update install confirmation copy, package verification, and lifecycle tests

Closes #311.

Validation

  • dotnet restore src/SwitchifyPc.sln
  • dotnet build src/SwitchifyPc.sln -c Release --no-restore
  • dotnet test src/SwitchifyPc.sln -c Release --no-build
  • powershell -NoProfile -ExecutionPolicy Bypass -File scripts\Package-Windows.ps1 -StageOnly -SkipSign
  • powershell -NoProfile -ExecutionPolicy Bypass -File scripts\Verify-DotnetPackage.ps1
  • powershell -NoProfile -ExecutionPolicy Bypass -File scripts\Package-Windows.ps1 -SkipSign
  • powershell -NoProfile -ExecutionPolicy Bypass -File scripts\Verify-DotnetPackage.ps1
  • powershell -NoProfile -ExecutionPolicy Bypass -File scripts\Verify-UpdaterMetadata.ps1

@enaboapps enaboapps added this to the Release 0.2.3 milestone Jul 1, 2026
@enaboapps enaboapps merged commit b44a69a into main Jul 1, 2026
1 check passed
@enaboapps enaboapps deleted the fix/installer-auto-close-311 branch July 1, 2026 08:22
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.

Close Switchify PC automatically during install

2 participants