Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unattended Install

Status
Not open for further replies.

TSSTechie

Technical User
May 21, 2003
353
GB
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 :

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] May The Force Be With You [trooper] [yoda]
 
Additional :

I am using the proper code. I just thought it might not be such a good idea to broadcast it [wink]

Also, I have tried the productid without the quotes, without the dashes and OEM (just a string of numbers) but all result in the same message.

Thanks again

TSSTechie

[lightsaber] May The Force Be With You [trooper] [yoda]
 
Howdy,

The main problem I have really is the product ID not being read from the script. I have found out from a Microsoft article that the Windows 9x OEM is designed not to accept a productID from a script. Does anyone know of a way round this ??

Thanks to anyone who may be able to offer some assistance

TSSTechie

[lightsaber] May The Force Be With You [trooper] [yoda]
 
tsstechie;
unfortunately, an oem license is tied to the hardware it is sold with....so we really can't be of assistance in that dept., though i recall some discussion here previously concerning the 98 oem production kit - OPK. (that's all i can say).

bypassing the CD press "Enter" issue may be related to the script on the 9x CDROM, concerning auto - detection of the cdrom drive, though I haven't looked into it. I quickly scanned my 98 Rk98book.chm found on the 98 CDROM, and couldn't find anything pertinent, though there's tons of other info on there.

TT4U

Notification:
These are just my thoughts....and should be carefully measured against other opinions.
Backup All Important Data/Docs
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top