The_Flying_Scot Posted March 27, 2005 Posted March 27, 2005 I am working on a DVD with all my operating systems. Like XP you can save the CD key in a file such that you do not have to enter it! Is there a way of doing this with ME and 98SE. Any help and advice would be apreciated.Regards The_Flying_Scot
KenOath Posted March 27, 2005 Posted March 27, 2005 I am working on a DVD with all my operating systems. Like XP you can save the CD key in a file such that you do not have to enter it! Is there a way of doing this with ME and 98SE. Any help and advice would be apreciated.Regards The_Flying_Scot<{POST_SNAPBACK}>Placing an Msbatch.inf in the Win98 folder for 98 & Win9x folder for ME with eachOS's prod keyThis is a basic msbatch.inf for either of the 2.98-------------------------------------; MSBATCH.INF;; Copyright © 1995-1999 Microsoft Corporation.; All rights reserved.;[batchSetup]Version=3.0 (32-bit)SaveDate=19/03/99[Version]Signature = "$CHICAGO$"[setup]ProductKey="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"-------------------------------------------------------------------------Millenium-------------------------------------------------------------------; MSBATCH.INF;; Copyright © 1995-2000 Microsoft Corporation.; All rights reserved.;[batchSetup]Version=3.0 (32-bit)SaveDate=06/08/2000[Version]Signature = "$CHICAGO$"[setup]ProductKey="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"---------------------These were the one's in the MSDN copies of the OS's I own.The X's are going to be the keys as you'd guess.
blinkdt Posted March 27, 2005 Posted March 27, 2005 Be advised that the method is a little more involved if you are working with an OEM version of Windows 98SE (and ME?) vs. the retail version. You will need to refine your msbatch.inf to include an [OPKInstall] section as seen in the example HERE.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now