January 20, 200620 yr I have the cd and i am trying to make it so i dont haft to enter the Product Code i use the batch program and create the WIN98SE.inf and put it into the win98 directory. extracted the boot image and edited the autoexec.bat first it reads (OEMSETUP.EXE /K "/IE /NF") and i cahnge it to read this (OEMSETUP.EXE /s WIN98SE.inf /K "/IE /NF") and it comes up with invalid command line argument. then i just tried it with the setup .exe and i get this with scandisk scanning system registry, Windows Setup reguires 7340032 bytes. anyhelp please.
January 21, 200620 yr That's not how you do it. Search around these forums, the answer has been posted before.
January 21, 200620 yr Author Well i did a search but nothing that could help me, and i already figured it out by working though it.
January 25, 200620 yr Why do you use quotation marks on your OEMSETUP command line?Try to remove them.Also, you may want to specify the complete path to your INF file, example:OEMSETUP /S C:\WMESET\WIN98SE.INF /K /IE /NFI use these setup switches to install 98 SE + ME [but I don't have an OEM WinME CD]:SETUP.EXE /ID /IE /IM /IQ /IS /IV /IW /NM /T:D:\TEMP D:\WINME\MSBATCH.INFSetup switches explained:http://www.mdgx.com/last2.htm#SETUPSWAlso, in oder to skip the PID [ProductKey], your INF automation/unattended file must contain these lines [change to match your specific settings]:[Setup]Express=1InstallDir=C:\WMEInstallType=3ProductType=1ProductKey="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"EBD=0ShowEula=0ChangeDir=1OptionalComponents=1Network=1System=0CCP=0CleanBoot=0Display=0DevicePath=0NoDirWarn=1TimeZone="Mountain Time"Uninstall=0NoPrompt2Boot=1Reboot=2Verify=0PenWinWarning=0VRC=0Chkdsk=0Hope this helps.
Create an account or sign in to comment