Project Not Cumulative
- Jen1
-
Topic Author
- Offline
- Newbie
-

Enregistré
- 文章: 2
- Thanks: 1
Project Not Cumulative
1 天 8 小時 前
# Project Not Cumulative
Project Not Cumulative is an alternative approach to Windows cumulative updates designed to reduce update size, speed up installation, lower storage usage, and reduce unnecessary wear on hardware.
Instead of downloading a full cumulative MSU package from Microsoft every month, users can download a much smaller ESD package containing only the files updated since the previous Patch Tuesday release.
The goal of this project is to make Windows updates cleaner, faster, and more efficient for everyone, especially users with limited hardware, low storage capacity, or slower internet connections. It also benefits users with high-end hardware by reducing unnecessary disk activity and installation time.
At the moment, I am releasing Project Not Cumulative updates only for Windows 25H2 because it is the version I currently use and test regularly.
---
# Why This Project Exists
Traditional cumulative updates continue growing over time because they include large amounts of previously released content. This increases:
- Download size
- Installation time
- SSD and storage wear
- Temporary disk usage
- Bandwidth consumption
Project Not Cumulative reduces these problems by delivering only the updated files needed since the last Patch Tuesday update already installed on the system.
---
# How It Works
Instead of downloading a full 5 GB cumulative MSU package, users can download a much smaller ESD package, usually around 1 GB.
The ESD package contains only the new or modified files released after the previous Patch Tuesday update.
This update method works only if the system is already running the previous Patch Tuesday release.
Example:
- You already installed April Patch Tuesday
- You download the May Project Not Cumulative ESD package
- Only the files changed between April and May are installed
---
# Benefits
- Faster update installation
- Smaller downloads
- Lower disk space usage
- Reduced SSD wear
- Less bandwidth usage
- Cleaner update process
- Better experience for low-end hardware
- More efficient even on high-end systems
---
# Safety
The installation process is designed to remain safe because DISM installs only files officially distributed and digitally signed by Microsoft.
Unsigned or modified system files will not be accepted.
Even if Secure Boot is disabled or antivirus software is turned off, the installation process remains secure because only valid Microsoft-signed files can be installed.
---
## Transparency
The ESD package can be opened and inspected easily using tools such as 7-Zip. Users can review the contents of the package without requiring special or proprietary tools.
---
# Frequently Asked Questions
## Is this safe to install?
Yes. DISM installs only files officially distributed and digitally signed by Microsoft.
## Does this replace Windows Update?
No. This is an alternative update delivery method.
## Will this work on every Windows version?
No. Project Not Cumulative currently supports only Windows versions based on build 26100, including Windows 11 24H2 and 25H2.
## Why use ESD instead of MSU?
ESD packages are smaller and more efficient for distributing only modified files.
## Why is it called “Project Not Cumulative”?
Because the project focuses on delivering only the necessary updated files instead of massive cumulative update packages.
The name may sound unusual, but it describes the project’s goal very directly.
Project Not Cumulative is an alternative approach to Windows cumulative updates designed to reduce update size, speed up installation, lower storage usage, and reduce unnecessary wear on hardware.
Instead of downloading a full cumulative MSU package from Microsoft every month, users can download a much smaller ESD package containing only the files updated since the previous Patch Tuesday release.
The goal of this project is to make Windows updates cleaner, faster, and more efficient for everyone, especially users with limited hardware, low storage capacity, or slower internet connections. It also benefits users with high-end hardware by reducing unnecessary disk activity and installation time.
At the moment, I am releasing Project Not Cumulative updates only for Windows 25H2 because it is the version I currently use and test regularly.
---
# Why This Project Exists
Traditional cumulative updates continue growing over time because they include large amounts of previously released content. This increases:
- Download size
- Installation time
- SSD and storage wear
- Temporary disk usage
- Bandwidth consumption
Project Not Cumulative reduces these problems by delivering only the updated files needed since the last Patch Tuesday update already installed on the system.
---
# How It Works
Instead of downloading a full 5 GB cumulative MSU package, users can download a much smaller ESD package, usually around 1 GB.
The ESD package contains only the new or modified files released after the previous Patch Tuesday update.
This update method works only if the system is already running the previous Patch Tuesday release.
Example:
- You already installed April Patch Tuesday
- You download the May Project Not Cumulative ESD package
- Only the files changed between April and May are installed
---
# Benefits
- Faster update installation
- Smaller downloads
- Lower disk space usage
- Reduced SSD wear
- Less bandwidth usage
- Cleaner update process
- Better experience for low-end hardware
- More efficient even on high-end systems
---
# Safety
The installation process is designed to remain safe because DISM installs only files officially distributed and digitally signed by Microsoft.
Unsigned or modified system files will not be accepted.
Even if Secure Boot is disabled or antivirus software is turned off, the installation process remains secure because only valid Microsoft-signed files can be installed.
---
## Transparency
The ESD package can be opened and inspected easily using tools such as 7-Zip. Users can review the contents of the package without requiring special or proprietary tools.
---
# Frequently Asked Questions
## Is this safe to install?
Yes. DISM installs only files officially distributed and digitally signed by Microsoft.
## Does this replace Windows Update?
No. This is an alternative update delivery method.
## Will this work on every Windows version?
No. Project Not Cumulative currently supports only Windows versions based on build 26100, including Windows 11 24H2 and 25H2.
## Why use ESD instead of MSU?
ESD packages are smaller and more efficient for distributing only modified files.
## Why is it called “Project Not Cumulative”?
Because the project focuses on delivering only the necessary updated files instead of massive cumulative update packages.
The name may sound unusual, but it describes the project’s goal very directly.
The following user(s) said Thank You: virgolicidaniel
Please 登錄 or 新增帳號 to join the conversation.
- Jen1
-
Topic Author
- Offline
- Newbie
-

Enregistré
- 文章: 2
- Thanks: 1
Re: Project Not Cumulative
1 天 8 小時 前 - 16 小時 20 分鐘 前
I'm moving this project to GitHub so all releases are in one place, it's much better. Here is the link to the project:
github.com/jen1-sys/Project-Not-Cumulative/releases
Last edit: 16 小時 20 分鐘 前 by Jen1.
Please 登錄 or 新增帳號 to join the conversation.
- FirstEver
-
- Offline
- Big Poster
-

Enregistré
- 文章: 55
- Thanks: 110
Re: Project Not Cumulative
7 小時 38 分鐘 前 - 7 小時 36 分鐘 前
Hi, interesting project!
The idea of delivering only the files changed since the last Patch Tuesday is genuinely clever, and I can see the appeal for users with limited storage or slow connections.
That said, I noticed a few concerns worth thinking about:
Hope this feedback is useful - keep it up!
The idea of delivering only the files changed since the last Patch Tuesday is genuinely clever, and I can see the appeal for users with limited storage or slow connections.
That said, I noticed a few concerns worth thinking about:
- Strict sequential dependency - If a user misses even a single month's update, they're completely locked out of the next package and have to fall back to Microsoft's full cumulative update anyway. There's no catch-up mechanism, which makes the whole chain quite fragile in practice.
- Out-of-band updates not covered - Microsoft occasionally releases emergency patches between Patch Tuesdays to address actively exploited vulnerabilities. Users relying solely on this project could remain unpatched on critical zero-days for weeks until the next regular cycle.
- No automation - There's no integration with Windows Update or any auto-download script, so users have to manually monitor the GitHub repo, download, and install each month. For a project aimed at making updates easier and more convenient, that's a lot of manual overhead that somewhat undermines the goal.
Hope this feedback is useful - keep it up!
Last edit: 7 小時 36 分鐘 前 by FirstEver.
The following user(s) said Thank You: virgolicidaniel
Please 登錄 or 新增帳號 to join the conversation.
建立頁面時間:0.075 秒

