Skip to content

Releases: DeconBear/xmds-extended

v0.1.1

04 Apr 19:09

Choose a tag to compare

XMDS Extended v0.1.1

v0.1.1 improves the first Windows portable installer release and makes it more practical for repeated real use.

Included in this release:

  • in-place upgrade support by rerunning install_windows.ps1 on the same install directory
  • runtime reuse or rebuild decisions based on installer metadata
  • rollback-aware upgrade flow that backs up managed files before replacement
  • uninstall entry points: uninstall_xmds and uninstall_xmds.cmd
  • curated GitHub Release notes wired into the release workflow

Windows install:

  1. Download xmds-extended-windows-portable-v0.1.1.zip.

  2. Extract it to a temporary directory.

  3. Run:

    powershell -ExecutionPolicy Bypass -File .\install_windows.ps1
  4. Choose a short install directory such as D:\xmds.

  5. Optionally add the install directory to PATH.

Windows upgrade:

  1. Download the newer portable zip.
  2. Run the new install_windows.ps1.
  3. Select the same install directory to upgrade in place.

Windows uninstall:

  • If the install directory is on PATH, run uninstall_xmds.
  • Otherwise run <InstallDir>\uninstall_xmds.cmd.

Requirement:

  • Conda or Miniforge must already be installed on the target machine.

v0.1.0

04 Apr 17:56

Choose a tag to compare