Good day.
I use windows98 unattended installation(at least trying). I've created the msbatch.inf , integrated it into my win98SE cd and now have this dandy almost hands-free windows installation going. Everything is great and flawless but one part - hands-free paradise stops at the EULA where its waiting for me to agree to the terms and enter the license key(which is already entered for me from msbatch.inf). No matter what i do to the batch file, i just cannot get rid of that License Agreement. main part of my msbatch.inf looks like this:
[Setup]
Express=1
InstallDir="c:\windows"
InstallType=3
ProductKey="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"
EBD=0
ShowEula=0
ChangeDir=0
OptionalComponents=1
Network=1
System=0
CCP=0
CleanBoot=0
Display=0
DevicePath=0
NoDirWarn=1
TimeZone="Mountain"
Uninstall=0
NoPrompt2Boot=1
VRC=0
PenWinWarning=0
where "ShowEula = 0" should get rid of that EULA prompt but it DOESNT.
I've also tried the "setup.exe /IW" switch when starting windows installation which should get rid of the prompt as well, but again it DOESNT.
Any ideas? i'm out of ideas and unable to find any useful documentation on the web.
Thanks
I use windows98 unattended installation(at least trying). I've created the msbatch.inf , integrated it into my win98SE cd and now have this dandy almost hands-free windows installation going. Everything is great and flawless but one part - hands-free paradise stops at the EULA where its waiting for me to agree to the terms and enter the license key(which is already entered for me from msbatch.inf). No matter what i do to the batch file, i just cannot get rid of that License Agreement. main part of my msbatch.inf looks like this:
[Setup]
Express=1
InstallDir="c:\windows"
InstallType=3
ProductKey="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"
EBD=0
ShowEula=0
ChangeDir=0
OptionalComponents=1
Network=1
System=0
CCP=0
CleanBoot=0
Display=0
DevicePath=0
NoDirWarn=1
TimeZone="Mountain"
Uninstall=0
NoPrompt2Boot=1
VRC=0
PenWinWarning=0
where "ShowEula = 0" should get rid of that EULA prompt but it DOESNT.
I've also tried the "setup.exe /IW" switch when starting windows installation which should get rid of the prompt as well, but again it DOESNT.
Any ideas? i'm out of ideas and unable to find any useful documentation on the web.
Thanks