esim-manager

Installation Guide

This guide will walk you through installing eSIM Manager on your Windows system.

Prerequisites

Before installing eSIM Manager, ensure your system meets the following requirements:

Installation Methods

  1. Download the latest release from GitHub Releases
  2. Extract the downloaded archive
  3. Right-click on setup-and-build.ps1 in the scripts folder
  4. Select “Run with PowerShell”
  5. Follow the on-screen instructions

The script will:

Method 2: Manual Installation

  1. Ensure .NET 8 SDK is installed:
    dotnet --version
    
  2. Clone or download the repository:
    git clone https://github.com/nexorasim/esim-manager.git
    cd esim-manager
    
  3. Restore dependencies:
    dotnet restore
    
  4. Build the application:
    dotnet build --configuration Release
    
  5. Run the application:
    dotnet run --project ESimManager/ESimManager.csproj
    

Method 3: Installer Package (Coming Soon)

A signed Windows installer (.exe) will be available for download from the releases page.

Post-Installation

After installation:

  1. Launch eSIM Manager from the desktop shortcut or Start Menu
  2. The application will perform initial setup
  3. Configure your connection preferences in Settings
  4. You’re ready to start managing eSIM profiles!

Updating

To update to a newer version:

  1. Download the latest release
  2. Run the installation script again
  3. The old version will be automatically replaced

Uninstallation

To uninstall eSIM Manager:

  1. Delete the application folder from %LOCALAPPDATA%\Programs\ESimManager
  2. Remove the desktop shortcut
  3. (Optional) Clear application data from %APPDATA%\ESimManager

Troubleshooting Installation

If you encounter issues during installation:

For more help, see the Troubleshooting Guide.