Add interactive menu for SQL Server version selection#2
Open
Copilot wants to merge 3 commits into
Open
Conversation
Co-authored-by: buzaslan129 <68700650+buzaslan129@users.noreply.github.com>
Co-authored-by: buzaslan129 <68700650+buzaslan129@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] birleştirme yapalım başta sorsun hangisini yükleyeceğini ve pull yapsın
Add interactive menu for SQL Server version selection
Aug 7, 2025
Owner
|
[Win-PS2EXE.exe] ile exeye çevireceğim ona uyarlar mısın |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR implements the requested feature "birleştirme yapalım başta sorsun hangisini yükleyeceğini ve pull yapsın" (let's do a merge, first ask which one to load and pull) by adding an interactive menu system to the SQL Server auto-installer.
Changes Made
1. Enhanced CALISTIR.bat with Interactive Menu
Previously,
CALISTIR.batonly executed SQL Server 2022 Express by default, with other versions commented out. Now it presents a user-friendly Turkish interface that:2. Menu Options Available
3. Updated Documentation
Updated
README.mdto reflect the new installation process, replacing manual PowerShell script selection with the streamlined interactive menu approach.User Experience Improvement
Before: Users had to manually uncomment/comment lines in the batch file or run individual PowerShell scripts directly.
After: Users simply run
CALISTIR.batas administrator and select their preferred SQL Server version from an intuitive menu.Example menu display:
This implementation provides a single entry point that asks which version to install first, then automatically downloads and installs the selected version, exactly as requested in the issue.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.