-
Notifications
You must be signed in to change notification settings - Fork 157
feat(installer): add standalone Windows .exe installer (vp-setup.exe) #1293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
fengmk2
wants to merge
41
commits into
main
Choose a base branch
from
windows-installer
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
46cec6a
feat(installer): add standalone Windows .exe installer (vp-setup.exe)
fengmk2 b5b5a0f
refactor(installer): simplify code after review
fengmk2 dcb6275
style: apply formatting fixes from vp check --fix
fengmk2 bb8465b
feat(installer): implement remaining RFC gaps
fengmk2 6e91be7
fix(build): remove unused junction dependency from vite_global_cli
fengmk2 281ceb8
docs(rfc): restructure Installation Flow with visual diagram
fengmk2 7c7208e
fix(rfc): remove garbled Unicode characters in ASCII diagram
fengmk2 51d6081
docs(rfc): sync RFC with implementation
fengmk2 c685d37
refactor(installer): replace raw FFI with winreg crate for registry a…
fengmk2 322c17b
refactor(installer): minor cleanup from code review
fengmk2 cdfb8b9
fix(installer): address Codex review findings
fengmk2 ee94e3c
refactor(installer): address simplify review findings
fengmk2 79b3c48
refactor(installer): pre-compute Node.js manager decision before menu
fengmk2 59e8e04
fix(installer): match install.ps1 Node.js manager default for interac…
fengmk2 aa6de53
fix(ci): fix test-vp-setup-exe workflow syntax error
fengmk2 6883c8d
docs(rfc): sync RFC with latest implementation changes
fengmk2 e6f7130
refactor(setup): move create_env_files from vite_installer to vite_setup
fengmk2 1ee3110
fix(build): remove unused tracing dependency from vite_installer
fengmk2 09941c9
fix(ci): add clone step to test-vp-setup-exe for workspace resolution
fengmk2 4ea51f8
fix(build): fix rustfmt blank line in upgrade_check.rs imports
fengmk2 197db64
perf(ci): add Dev Drive setup to test-vp-setup-exe for faster Windows…
fengmk2 80806a7
fix(installer): update documentation URL to viteplus.dev/guide/
fengmk2 c3bc418
fix(installer): update outdated comment to reference auto_detect_node…
fengmk2 176cb67
chore: remove unnecessary comment in cli.rs
fengmk2 eace8ae
feat(installer): auto-detect CI environment to skip interactive prompts
fengmk2 14c78f0
chore: remove unnecessary -y flag from CI (auto-detected)
fengmk2 54cc2c5
fix(ci): add flate to typos allowlist (flate2 crate name)
fengmk2 14adf23
docs(rfc): clarify minimum Windows version with release date
fengmk2 82e7763
docs(rfc): add link to Rust platform support page for Windows target …
fengmk2 9ae7431
docs: add vp-setup.exe as Windows installation option
fengmk2 ad137d6
docs: improve vp-setup.exe installation wording
fengmk2 2b61b34
docs: tweak vp-setup.exe wording
fengmk2 144cb81
docs: simplify vp-setup.exe installation line
fengmk2 80c041e
docs: move link from vp-setup.exe to 'latest release'
fengmk2 ad834cb
refactor: extract VP_BINARY_NAME const and fix review findings
fengmk2 d6a682c
fix(installer): pause before closing in interactive mode
fengmk2 f6c15ee
fix(installer): remove misleading quotes from version input prompt
fengmk2 a81f93c
docs: add SmartScreen warning guide for vp-setup.exe download
fengmk2 aa5dfc2
docs: use vp-setup.exe in SmartScreen warning text
fengmk2 b619994
fix(installer): propagate VP_HOME to child vp processes
fengmk2 998d51d
fix(installer): reinstall when current version directory is incomplete
fengmk2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.