mirror of
https://github.com/oerg866/win98-quickinstall.git
synced 2026-04-25 21:15:52 +03:00
[PR #47] [CLOSED] Add support for CREGFIX into the install process, mention this in README #88
Labels
No labels
bug
documentation
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/win98-quickinstall#88
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/oerg866/win98-quickinstall/pull/47
Author: @rawr51919
Created: 6/15/2025
Status: ❌ Closed
Base:
master← Head:cregfix-addition📝 Commits (1)
af4c139fix typos and add initial code to copy and add cregfix to any Win9x OS install, reference this in the readme📊 Changes
2 files changed (+112 additions, -4 deletions)
View changed files
📝
README.md(+1 -1)📝
installer/install.c(+111 -3)📄 Description
CREGFIX now has a method to automate the installation process as long as it's installed into the extras directory prior to sysprep or invoked in the command line to be added to the install media that way.
This also fixes typos in the install script, making the install process seem a little more professional.
Because we're basically installing a snapshot of a functional Win9x install (similar to how Windows Longhorn install DVDs were made back in the day), this is easily possible unlike what the README upstream will tell you as of writing this.
(WIP, suggestions and fixes are welcome)
Fixes #45
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.