(de)Slipstreaming Windows 98
I'm trying to prepare a Windows 98 installer I can plop onto my 486, so I don't have to do any of that after install - tasks like modularizing components and putting the 95 shell back in. (98 kernel improvements with 95 speed is what I need.) Unfortunately, 98lite doesn't work the way I thought it did - it operates on the existing Windows install. I thought it'd be more like nLite, where I could prepare the image. How can I do this effectively?
Comments
If something is available in the Windows component section of Add/Remove programs it should be selectable in the msbatch.inf, but you may have to scrounge around for the right 98 option names.
You might be able to slipstream some of the resulting 98Lite INF files and select options that way, but as I recall it does do some programmatic manipulations, especially with the shell, that can not be easily automated.
Although, if it is just for one computer, you might just install manually, customize everything, and then make a full backup that you can restore as needed.