mirror of
https://github.com/oerg866/win98-quickinstall.git
synced 2026-04-26 13:35:58 +03:00
[GH-ISSUE #45] Automatically integrate CREGFIX into the QuickInstall setup #43
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#43
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?
Originally created by @rawr51919 on GitHub (Jun 8, 2025).
Original GitHub issue: https://github.com/oerg866/win98-quickinstall/issues/45
There are two possible ways of integrating CREGFIX into Win98 QuickInstall:
• Current way of doing this: Make users manually use the floppy or integrate it themselves
• Automatically detect the CPU instructions used and have it copied in automatically at the end of setup
A third would be making reference images that have CREGFIX integrated on them already which was dismissed as being too hellish to maintain which is understandable
This seems to have been an issue for QuickInstall for a while now, issue made to help creator keep track of this
@rawr51919 commented on GitHub (Jun 15, 2025):
PR #47 fixes this issue by installing and then preparing AUTOEXEC.BAT for CREGFIX the same way any user would manually do it for any other installation. This works because of the way win9x-quickinstall install media works, similarly to that of Windows Longhorn beta install media.
@oerg866 commented on GitHub (Jan 26, 2026):
Next version fixes this.