QUOTE (PsycoUnc @ Jan 10 2006, 02:23 AM)
"thx for noticing"... lol...
-thx for correcting that one mistake, but... that doesn't correct the overall 98se2me flaw... I hate to yell at ya, since you've done so much to help all of us, BUT... ya realllllly need to make sure this flaw doesn't happen w/other files, by making sure every (I know, this hurtz) file replaced by 98se2me first checks version numbers... if not, then we can't trust 98se2me in the future, which would be VERY unfortunate...
-perhaps a loop call with a data file, would make it much easier than coding every single file call... -have u thought about doing 98se2me with other than just batch files? -perhaps a very simple virtBasic/etc prog?
I thought of using INF and/or VBS scripts [I have no programming knowledge, any help from you guys is always appreciated], but that would require a major rewrite, and unfortunately I don't have as much time as I need to do this. Maybe 1 day...
BTW:
Yelling never helps.
But feedback does.

I have checked option 2 files list against XP SP2 files list:
http://www.mdgx.com/98-5.htm#XPand cabinet.dll is the only 1 that needed to be removed from option 2, because the 1 installed by XP SP2 is newer.
EXTRAC32.EXE 5.2.3790.0 installed by 98SE2ME [all options] is newer than XP SP2, because it is from 2003 Server setup CD.
As you well know, I've spent 1 year [since 1-20-2005 when I started this] creating + improving 98SE2ME, but like everybody else, I'm not perfect, therefore 98SE2ME cannot be [especially because of the nature of this particular project] perfect, there will always be some kind of flaw, error, bug etc...
And that's why I opened up this forum, to get feedback from as many as possible testers [thank you guys!].
IMHO that's the only way this project can be improved.
Therefore please keep sending your feedback, it is always welcome and valuable, because this way I can correct whatever errors/bugs/flaws/etc I fail to catch on my own.
Hope this helps.
____________________________________
QUOTE (crashnburn @ Jan 10 2006, 02:21 PM)
with all the positives that the 98SE2ME has done for my particular unit, a 1.4ghz.......... would it be possible to install a DVD-RW that stated for an XP/2000 OS???
I'm afraid you need to post more details about what exactly you want 98SE2ME to do.
In case this is what you want...
please see the "
FAQ" chapter from READ1ST.TXT:
http://www.mdgx.com/9s2m/READ1ST.TXTHere's a fragment:
QUOTE
* Including all these > 700 WinME system files into a custom built [eventually
unattended, MSBATCH.INF based]Win98 SE Setup CD/DVD requires tedious work and
lengthy research, because we're talking about modding an entire OS here, in
order to abide by MS standards, which include among other things:
- making sure checksum detection [mostly INF code] corresponds with
altered/replaced files code;
- keeping original CAB structure, which means repack ALL Setup CABs after
replacing files inside: MS Setup CABs are interlinked, which means certain
files are split among multiple CABs.
Unfortunately I don't have [some of] that information, nor time to investigate
or create necessary scripts.
If anybody wishes to pursue such projects, please post your detailed
results/scripts here:
http://www.msfn.org/board/?showforum=91so we can all benefit.
More info + needed tools:
http://www.mdgx.com/add.htm#DEVTo add 98SE2ME scripts + Windows ME Setup CD CABs to your unattended Windows
98 SE Setup CD/DVD:
- Copy ALL *.CAB files from \WIN9X [Windows ME Setup CD] to your CD/DVD.
- Open with Notepad or similar plain text editor/viewer ALL *.BAT + *.INF
files from C:\9!M and replace ALL C:\9!M text strings with X:\9!M where X is
your CD/DVD drive letter.
- Copy ENTIRE C:\9!M folder + ALL its files modified as detailed above
[installed by 98SE2ME.EXE] to your CD/DVD.
- Add these lines to your CD/DVD MSBATCH.INF (example = modify if necessary):
-----Begin cut & paste here-----
[Install]
RunPostSetupCommands=98SE2ME
[98SE2ME]
"X:\9!M\E0!X.BAT"
------End cut & paste here------
where X is your CD/DVD drive letter.
E0!X.BAT is responsible for installing all ~ 700 WinME system files completely
unattended: 98SE2ME option 2.
Hope this helps.