Files
s-ui/windows
Seva 083f19324f Fix directory when running as administrator (#1009)
* Update install-windows.bat

* Update s-ui-windows.bat

* Update install-windows.bat

* Update build-windows.bat
2026-02-17 20:26:16 +01:00
..
2025-08-20 22:49:00 +02:00
2025-08-20 22:49:00 +02:00
2025-08-20 22:49:00 +02:00
2025-08-20 22:49:00 +02:00

Windows Files

This directory contains all Windows-specific files for S-UI.

Available Files:

  • s-ui-windows.xml: Windows Service configuration
  • install-windows.bat: Installation script
  • s-ui-windows.bat: Control panel
  • uninstall-windows.bat: Uninstallation script
  • build-windows.bat: Simple build script for CMD
  • build-windows.ps1: Advanced build script for PowerShell

Usage:

To install S-UI on Windows:

  1. Run install-windows.bat as Administrator
  2. Follow the installation wizard
  3. Use s-ui-windows.bat for management

To build from source:

  • With CMD: build-windows.bat
  • With PowerShell: .\build-windows.ps1