Download Latest Version EasyOS_OneClick_Commercial_Project_by_pp4mnk.zip (23.0 kB)
Email in envelope

Get an email when there's a new version of EasyOS One Click Installer

Home
Name Modified Size InfoDownloads / Week
readme ENGLISH 2026-06-26 2.1 kB
readme SPANISH 2026-06-26 2.0 kB
easyos-oneclick-installer.sh 2026-06-26 5.7 kB
EasyOS_OneClick_Phase1_by_pp4mnk.zip 2026-06-26 6.2 kB
easyos_oneclick_windows_by_pp4mnk.zip 2026-06-26 4.7 kB
EasyOS_OneClick_Windows_CSharp_by_pp4mnk.zip 2026-06-26 7.0 kB
EasyOS_OneClick_Commercial_Project_by_pp4mnk.zip 2026-06-26 23.0 kB
EasyOS_OneClick_Installer_Professional_by_pp4mnk.zip 2026-06-26 17.2 kB
EasyOS_oneClick_installer English 2026-06-26 7.0 kB
EasyOS_oneClick_installer_SPANISH 2026-06-26 6.1 kB
readme 2026-06-26 2.0 kB
Totals: 11 Items   83.0 kB 1
## How to Build the EasyOS OneClick Installer from the Project ZIP

The ZIP file contains the **source code** of the project. To build the final Windows executable (`.exe`), follow these steps.

---

# 1. Extract the ZIP file

Right-click on:

```text
EasyOS_OneClick_Commercial_Project_by_pp4mnk.zip
```

Select:

```text
Extract All...
```

For example, extract it to:

```text
C:\EasyOS_OneClick_Commercial_Project_by_pp4mnk
```

---

# 2. Install the .NET 8 SDK

Search for:

```text
.NET 8 SDK download
```

Download and install the **SDK** (not only the Runtime).

---

# 3. Open the project folder

Go to:

```text
C:\EasyOS_OneClick_Commercial_Project_by_pp4mnk
```

You should see something similar to:

```text
BUILD_RELEASE.bat
EasyOS.OneClick.sln
src
docs
installer
branding
```

---

# 4. Build the application

Double-click:

```text
BUILD_RELEASE.bat
```

A command window will open and compile the project.

When the build finishes, the executable will be generated in:

```text
src\EasyOS.OneClick.App\bin\Release\net8.0-windows\win-x64\publish\
```

The executable will be named something similar to:

```text
EasyOS_Setup_by_pp4mnk.exe
```

---

# 5. Test the application

Double-click:

```text
EasyOS_Setup_by_pp4mnk.exe
```

Windows will request administrator privileges.

Accept the prompt.

You should then see the installer interface:

```text
Welcome to EasyOS

Install EasyOS — Keep Windows

by pp4mnk
```

Don't worry: **this version does not modify partitions or delete Windows.** It only demonstrates the complete installation workflow.

---

# 6. Create a professional Setup installer

Once the executable has been generated, install **Inno Setup**.

Then open:

```text
installer\inno\EasyOS_OneClick_Setup.iss
```

Click:

```text
Compile
```

This will generate a professional Windows installer such as:

```text
EasyOS_Setup_by_pp4mnk.exe
```

ready to distribute.

---

# Quick Summary

```text
1. Extract the ZIP
2. Install the .NET 8 SDK
3. Run BUILD_RELEASE.bat
4. Test the generated executable
5. Install Inno Setup
6. Compile EasyOS_OneClick_Setup.iss
```

Source: readme ENGLISH, updated 2026-06-26