[PR #9] Create models for the .WISE section in Wise Self-Extracting Installers #13

Open
opened 2026-01-29 22:30:38 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/SabreTools.Models/pull/9
Author: @HeroponRikiBestest
Created: 8/18/2025
Status: 🔄 Open

Base: mainHead: wise-section


📝 Commits (3)

  • e9b8d66 Create models for the .WISE section in Wise Self-Extracting Installers
  • 3a18cec Clarify that size refers to file entries (which is always file size + 4 bytes for the crc32) and not sizes of the files themselves.
  • 7d74714 Forgot value

📊 Changes

2 files changed (+165 additions, -0 deletions)

View changed files

SabreTools.Models/WiseInstaller/WiseSectionFileEntry.cs (+18 -0)
SabreTools.Models/WiseInstaller/WiseSectionHeader.cs (+147 -0)

📄 Description

Created header and file entry models for the .WISE section in Wise Self-Extracting Installers.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/SabreTools.Models/pull/9 **Author:** [@HeroponRikiBestest](https://github.com/HeroponRikiBestest) **Created:** 8/18/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `wise-section` --- ### 📝 Commits (3) - [`e9b8d66`](https://github.com/SabreTools/SabreTools.Models/commit/e9b8d6621e13f35ca7e3dd3e70bb6d1ff1a5c4b0) Create models for the .WISE section in Wise Self-Extracting Installers - [`3a18cec`](https://github.com/SabreTools/SabreTools.Models/commit/3a18cec37bd42e332c5dfb829d90e6f877af44e9) Clarify that size refers to file entries (which is always file size + 4 bytes for the crc32) and not sizes of the files themselves. - [`7d74714`](https://github.com/SabreTools/SabreTools.Models/commit/7d747143e2bed74797daa6ccb8f5082d4b729c30) Forgot value ### 📊 Changes **2 files changed** (+165 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `SabreTools.Models/WiseInstaller/WiseSectionFileEntry.cs` (+18 -0) ➕ `SabreTools.Models/WiseInstaller/WiseSectionHeader.cs` (+147 -0) </details> ### 📄 Description Created header and file entry models for the .WISE section in Wise Self-Extracting Installers. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:30:38 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/SabreTools.Models#13