Skip to content

fix(install): add DTVEM_ROOT support to PowerShell installer#176

Merged
CalvinAllen merged 1 commit intomainfrom
fix/install/dtvem-root-support
Dec 18, 2025
Merged

fix(install): add DTVEM_ROOT support to PowerShell installer#176
CalvinAllen merged 1 commit intomainfrom
fix/install/dtvem-root-support

Conversation

@CalvinAllen
Copy link
Contributor

Summary

  • Add Get-DtvemRoot function to check for DTVEM_ROOT environment variable
  • Use custom root when set, otherwise fall back to %USERPROFILE%\.dtvem
  • Display info message when custom root is being used
  • Update path display messages to use actual paths instead of hardcoded values

Test plan

  • Run installer without DTVEM_ROOT set - should install to default location
  • Set $env:DTVEM_ROOT = "C:\custom\path" then run installer - should install to custom location
  • Verify info messages display correct paths

Closes #175

The PowerShell install script now respects the DTVEM_ROOT environment
variable, matching the behavior of the bash installer. Users can set
this variable before running the installer to use a custom installation
directory.

Closes #175
@CalvinAllen CalvinAllen merged commit 814ac43 into main Dec 18, 2025
4 checks passed
@CalvinAllen CalvinAllen deleted the fix/install/dtvem-root-support branch December 18, 2025 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

fix(install): add DTVEM_ROOT support to PowerShell installer

1 participant