MSFN Forum: [Help] Embed 98 serial? - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

[Help] Embed 98 serial? Rate Topic: -----

#1 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 21 August 2006 - 12:10 AM

OK I know it can be done because I had a disk that never asked for my 98 serial. (lost it due to damage)

My question is this:

How do I add the win98 serial to the disk so it does not ask for it during setup?


#2 User is offline   LLXX 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,399
  • Joined: 04-December 05

Posted 21 August 2006 - 01:13 AM

ProductKey= entry in msbatch.inf

#3 User is offline   erpdude8 

  • MSFN Master
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,062
  • Joined: 24-November 04

Posted 21 August 2006 - 08:43 AM

View PostKelsenellenelvian, on Aug 21 2006, 01:10 AM, said:

OK I know it can be done because I had a disk that never asked for my 98 serial. (lost it due to damage)

My question is this:

How do I add the win98 serial to the disk so it does not ask for it during setup?


what version of Win98 are you installing, Kelsenellenelvian? Win98 FE (4.10.1998) or Win98 SE (4.10.2222).

note that Win98 OEM serial nos. are not compatible for "retail" editions of Win98 and vice-versa.
OEM editions of Win98 FE/SE use a slightly different install sequence than the retail editions of Win98 FE/SE.

#4 User is offline   MDGx 

  • 98SE2ME + 98MP10
  • Group: Super Moderator
  • Posts: 2,677
  • Joined: 22-November 04
  • OS:none specified
  • Country: Country Flag

Posted 21 August 2006 - 01:26 PM

Whenever you want to setup Win98/98SE/ME, just run:

SETUP MSBATCH.INF /ID /IE /IM /IQ /IS /IW /NM

You can add line above into a dedicated batch file, for convenience.

Notice that SETUP.EXE file name depends on the Win9x OS edition [Full, Upgrade, Updates, OEM, MSDN etc].
It can also be OEMSETUP.EXE, DOSSETUP.EXE etc.
DOSSETUP allows [depending on the 9x OS edition it is run from] to setup from native MS-DOS.

Explanation of all SETUP switches [official + unofficial]:
http://www.mdgx.com/last2.htm#SETUPSW

Hope this helps.

#5 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 22 August 2006 - 04:56 PM

Hey thanks guys I got it now. The version is 98se OEM.

#6 User is offline   erpdude8 

  • MSFN Master
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,062
  • Joined: 24-November 04

Posted 23 August 2006 - 01:40 PM

View PostMDGx, on Aug 21 2006, 02:26 PM, said:

Whenever you want to setup Win98/98SE/ME, just run:

SETUP MSBATCH.INF /ID /IE /IM /IQ /IS /IW /NM

You can add line above into a dedicated batch file, for convenience.

Notice that SETUP.EXE file name depends on the Win9x OS edition [Full, Upgrade, Updates, OEM, MSDN etc].
It can also be OEMSETUP.EXE, DOSSETUP.EXE etc.
DOSSETUP allows [depending on the 9x OS edition it is run from] to setup from native MS-DOS.

Explanation of all SETUP switches [official + unofficial]:
http://www.mdgx.com/last2.htm#SETUPSW

Hope this helps.


note MDGx that you have to create your own MSBATCH.INF file. Normally that file does not exist when performing Win98fe/se/ME setup. some OEMs do provide an MSBATCH.INF file on their machines but not others.

I believe MS Batch 98 can be used to create an MSBATCH.INF file for Win98 setup. See MS article 214727 on how to do this:
http://support.micro...kb/214727/en-us

Also see MS article 263281 on an issue when entering an OEM Product Key when running MSBATCH.INF setup:
http://support.micro...kb/263281/en-us

and look at MS article 182747 on an issue when Win98 setup prompts you to enter TimeZone info:
http://support.micro...kb/182747/en-us

This post has been edited by erpdude8: 23 August 2006 - 01:51 PM


#7 User is offline   erpdude8 

  • MSFN Master
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,062
  • Joined: 24-November 04

Posted 05 September 2006 - 09:40 AM

View PostLLXX, on Aug 21 2006, 02:13 AM, said:

ProductKey= entry in msbatch.inf


in what section of the MSBATCH.INF file does the ProductKey line have to be entered? be more specific, LLXX

BTW - the MS Batch 98 tool used to create the MSBATCH.INF file is located on the \Tools\Reskit\Batch\ folder of the Win98 SE CD.

#8 User is offline   Petr 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 981
  • Joined: 15-April 05
  • OS:98SE
  • Country: Country Flag

Posted 05 September 2006 - 10:09 AM

View Posterpdude8, on Sep 5 2006, 05:40 PM, said:

View PostLLXX, on Aug 21 2006, 02:13 AM, said:

ProductKey= entry in msbatch.inf
[/code]

in what section of the MSBATCH.INF file does the ProductKey line have to be entered? be more specific, LLXX

This is the original MSBATCH.INF from MSDN CD-ROM (key Xed):
; MSBATCH.INF
;
; Copyright (c) 1995-1999 Microsoft Corporation.
; All rights reserved.
;

[BatchSetup]
Version=3.0 (32-bit)
SaveDate=04/23/99

[Version]
Signature = "$CHICAGO$"

[Setup]
ProductKey="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"


Petr

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy