Howdy folks,
I'm trying to do an unattended install of Windows 95 from CD ROM. I have a slight problem, however. When setup initailly begins I get :
As it states, this waits for the Enter key to be pressed.
Also, when it gets to the point of entering the Product ID I get :
I am using the following msbatch.inf file :
executed via the following command line :
The installation is completed automatically appart from the 2 points above so I know the script is running.
Does anybody know why it's stopping at these points, and how to fix it.
Any help would be greatly appreciated
Thanks in advance
TSSTechie
May The Force Be With You
![[yoda] [yoda] [yoda]](/data/assets/smilies/yoda.gif)
I'm trying to do an unattended install of Windows 95 from CD ROM. I have a slight problem, however. When setup initailly begins I get :
Code:
Please wait while Setup initializes.
Setup is now going to perform a routine check on your system.
To continue, press ENTER. To quit Setup, press ESC.
As it states, this waits for the Enter key to be pressed.
Also, when it gets to the point of entering the Product ID I get :
Code:
The Certificate of Authenticity number you entered is not valid.
Number entered: -OEM--
You cannot complete setup without it............
I am using the following msbatch.inf file :
Code:
[BatchSetup]
Version=2.3 (32-bit)
SaveDate=09/16/04
[Setup]
ProductID="*****-OEM-*******-*****"
Express=1
InstallDir="C:\WINDOWS"
EBD=0
ChangeDir=0
OptionalComponents=1
Network=1
System=0
CCP=0
CleanBoot=0
Display=0
PenWinWarning=0
InstallType=3
DevicePath=0
TimeZone="GMT"
Uninstall=0
VRC=0
NoPrompt2Boot=0
[System]
DisplChar=32,800,600
[NameAndOrg]
Name="Moat Hall"
Org="Moat Hall Primary School"
Display=0
[Network]
Display=0
PrimaryLogon=Windows
Protocols=NETBEUI, NWLINK
IgnoreDetectedNetCards=0
ValidateNetCardResources=1
Security=SHARE
[NWLINK]
Frame_Type=4
NetBIOS=0
[OptionalComponents]
"Accessibility Options"=0
"Briefcase"=0
"Calculator"=1
"Character Map"=1
"Clipboard Viewer"=1
"Desktop Wallpaper"=0
"DMI Mgmt Service Layer"=0
"Document Templates"=1
"Games"=0
"Imaging"=1
"Mouse Pointers"=0
"Net Watcher"=0
"Object Packager"=0
"Online User's Guide"=0
"Paint"=1
"Quick View"=1
"System Mgmt Infrastructure"=0
"System Monitor"=0
"System Resource Meter"=0
"TWAIN 1.6"=1
"Windows 95 Tour"=0
"WordPad"=1
"Dial-Up Networking"=0
"Direct Cable Connection"=0
"HyperTerminal"=0
"Microsoft NetMeeting"=0
"Phone Dialer"=0
"Backup"=0
"Defrag"=1
"Disk compression tools"=0
"Microsoft Fax Services"=0
"Microsoft Fax Viewer"=0
"Audio Compression"=1
"CD Player"=1
"Media Player"=1
"Multimedia Sound Schemes"=1
"Sample Sounds"=1
"Sound Recorder"=1
"Video Compression"=1
"Volume Control"=1
"Additional Screen Savers"=0
"Flying Windows"=0
"OpenGL Screen Savers"=0
"The Microsoft Network"=0
"Internet Mail Services"=0
"Windows Messaging"=0
"Microsoft Mail Services"=0
[Printers]
executed via the following command line :
Code:
D:\SETUP /IW C:\MSBATCH.INF
The installation is completed automatically appart from the 2 points above so I know the script is running.
Does anybody know why it's stopping at these points, and how to fix it.
Any help would be greatly appreciated
Thanks in advance
TSSTechie
![[lightsaber] [lightsaber] [lightsaber]](/data/assets/smilies/lightsaber.gif)
![[trooper] [trooper] [trooper]](/data/assets/smilies/trooper.gif)
![[yoda] [yoda] [yoda]](/data/assets/smilies/yoda.gif)