Jump to content

kd6aaj

Member
  • Posts

    26
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by kd6aaj

  1. Thanks! Unfortunately my coding isn't that advanced yet. All I can do is compile code, not write it yet. Someday I want to learn. I have Borland C++ 5.5 FREE version. I came up with a quick-and-dirty method of getting the ProductID from a running installation. I use a MSDOS batch file that saves the HKLM\SOFTWARE\MOFTWARE\MICROSOFT\WINDOWS NT registry key to a .reg file. Then I can later examine it, and view the whole ProductID showing the version of windows installed,service patch, oem SLP info, etc. I finally (after many hours experimenting with other peoples code) got my batch file to save the name as a user input variable with date and time. For some reason the command line in XP won't accept the code, but it works when I just run the batch file. I think it has tho do with echoing all the text in the XP command line environment. Anyone intersted in my batch file? I won't post it unless you are.
  2. Bezalel or anyone else, Do you know how to show the Product ID of the installation? EXAMPLE: find XP Product ID from Digital ProductID or some other way and output PID, like 55274-OEM-0011903-00102 for Dell? I'm just trying to be able to get the XP PID from the rigistry, a reg file or other files, instead of having to run MGA.EXE or something else. Thanks.
  3. kd6aaj

    nLite freezes!

    (edit) UPDATE!!! Zone Alarm Internet Suite was crashing RyanVM and nLite. Probably good-ol' True Vector doing its thing as usual. After I uninstalled Zone Alarm, RyanVM work flawlessly (unplug your internet first!) . I slipstreamed SP3 into my XP sorce folder on my HD. It just won't work with Zone Alarm, even when permissions for RyanVM are set to "SUPER". I'll try nLite next, but I bet it works now! (end edit) (end update) I've used nLite and RyanVM plenty of times. NOW, the last few days I've been trying to integrate a fresh XP Home SP0 with SP3, but need to slipstream SP2 first (supposedly). I can't even slipstream SP2 or SP3 with nLite, or RyanVM now! They both freeze after the "extracting service pack" part and never get to the actual slipstreaming. It freezes the whole PC and I have to manualy reboot (pull the plug or use the power switch). (Edited for length)
  4. You can clear this post guys if you want, but I have an issue where I wanted to Contact the forum, but I get the security code message: You are at this page because you loaded the JavaScript free version of reCAPTCHA, but it looks like you have JavaScript. We need to prevent this for security reasons. If you are testing out the JavaScript-free version, turn off JavaScript in your browser. I disabled ALL Java, but to no avail. No way someone could get their password remider if the JAVA issue is there. Maybe my XP install is mangled, since it is "PRE-MSFN" Unattend install quality (ie, SLP OEM). I wanted to redo it all anyway, so I guess I will now. I was just trying to log in, but ended up doing the old "delete-cookies-remove-files-clear-history" trick I discovered for you guys way back when Obviously that trick works, because here I am posting. Been awile since I was on here, but I'm back. Take care.
  5. For some reason I cant download the files. Some other files are the same error. Mainly the "Create_MultiBoot_Folders_And_Files.zip ( 582.83K ) Number of downloads: 3375" file in the first post at: http://www.msfn.org/board/index.php?act=at...st&id=10557 I get the following error page: You are not authorized to view this page You might not have permission to view this directory or page using the credentials you supplied. -------------------------------------------------------------------------------- If you believe you should be able to view this directory or page, please try to contact the Web site by using any e-mail address or phone number that may be listed on the www.msfn.org home page. You can click Search to look for information on the Internet. HTTP Error 403 - Forbidden Internet Explorer Anyone?
  6. I've tried it with just one manufacturer, and no oemcopy. The folder is "OEM" in the root of my CDROM. My specific problem is that When OEMSCAN.EXE is called, Windows can't find the CDROM Drive (or the "OEM" folder), so OEMSCAN.EXE is not found, even though setup knows where the drive is. It has to do with the "setcdrom" statement. I haven't figured it out yet. And I've tried plenty, resulting in about 20+ coasters. I only use CDR's because my burner hates CDRW's. Also, I decided to start over from scratch with the Gateway CDROM I just slipstreamed to SP2, but there is no "SVCPACK" folder since I have not added any hotfixes with RyanVM. Does anyone have the correct working version of this? this is what I have right now. I need it fixed, with no hiding programs, just the drive discovery.
  7. Continued from previous post: partial OEMSCAN.INI (product keys only hidden for this post) ------------------------------------------------------------------------------------------------------------------------------ ; OEMScan v1.4.1 by Jeremy (xehqter) ; ; Windows XP Professional OEMSCAN.INI ; ; ; Gateway / eMachines OEMBIOS Files CRC32 = C86378C7 & A04597C6 ; SLP = Gateway,EMACHINES ; ; CRC32= A04597C6 [GAT] PATH=".\Ema_Gate\A04597C6" RANGE="0x000F32F0:20, 0x000F3110:20" CMD="SetKey XXXXX-XXXXX-XXXXX-XXXXX-6X6WD" ; CRC32 = C86378C7 [Gateway] PATH=".\Ema_Gate\C86378C7" CMD="SetKey XXXXX-XXXXX-XXXXX-XXXXX-6X6WD" ; CRC32 = C86378C7 [EMACHINES] PATH=".\Ema_Gate\C86378C7" CMD="SetKey XXXXX-XXXXX-XXXXX-XXXXX-3R2BW" CMD=".\Ema_Gate\C86378C7\OEMCOPY.CMD" ; ; HP / Compaq OEMBIOS Files CRC32 = 06D652A4, CD4E1902 ; SLP = Compaq, Hewlett, HP Pavilion ; ;CRC32 = CD4E1902 [Compaq] PATH=".\HPQ\CD4E1902" CMD="SetKey XXXXX-XXXXX-XXXXX-XXXXX-3PMFT" ;CRC32 = CD4E1902 [Hewlett] PATH=".\HPQ\CD4E1902" CMD="SetKey XXXXX-XXXXX-XXXXX-XXXXX-3PMFT" ;CRC32 = 06D652A4 [HP PAVILION] PATH=".\HPQ\06D652A4" CMD="SetKey XXXXX-XXXXX-XXXXX-XXXXX-3PMFT" [HP Pavilion] PATH=".\HPQ\06D652A4" CMD="SetKey XXXXX-XXXXX-XXXXX-XXXXX-3PMFT" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> other files in the "SVCPACK" folder: setkey.exe The "OEMCOPY.CMD" folder is located in the respective CRC folders, and copies OEM logos, etc. Here is a sample OEMCOPY.CMD that I use and it works (as far as I can tell) ---------------------------------------------------------------------------------------------------------------------- copy oemlogo.bmp %SystemRoot%\System32\ copy oeminfo.ini %SystemRoot%\System32\ copy oobeinfo.ini %SystemRoot%\system32\oobe\ copy oemeula.txt %SystemRoot%\System32\oobe\ copy OEMLOGO.JPG %SystemRoot%\system32\oobe\images copy Oemcoa.jpg %SystemRoot%\I386\ copy emachines_32.bmp %SystemRoot%\ copy emachines.bmp %SystemRoot%\Web\Wallpaper\ copy "eMachines Sites" "%SYSTEMDRIVE%\Documents and Settings\Default User\Favorites\" copy "eMachines Sites" "%SYSTEMDRIVE%\Documents and Settings\Owner\Favorites\" copy emachines.theme %SystemRoot%\Resources\Themes\ >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Now, If only I could figure out why OEMScan won't work automaticly, and I have to use SHIFT-F10 to run it from a command prompt at T-13. By the way, my CDROM is D:\
  8. Still can't get it to work. I always have to wait for T-13 and use SHIFT-F10 to pull up the command prompt. Then I switch to the CDROM, cd to the "OEM" folder, then run OEMScan.exe manualy. Here are my files (edited to hide actual product keys): (since I seem to not have any options to enter code, I added the ------- lines to show beginning, and >>>> for the end of a file.) WINNT.SIF ---------------------- [Data] AutoPartition=0 MSDosInitiated=0 UnattendedInstall="Yes" AutomaticUpdates=yes [unattended] UnattendMode=Full OemSkipEula=Yes OemPreinstall=No TargetPath = \WINDOWS Filesystem = * UnattendSwitch="yes" KeyboardLayout="US" Hibernation = No [GuiUnattended] ;DetachedProgram=".\system32\cmd.exe" TimeZone = 04 AdminPassword = * AutoLogon = Yes AutoLogonCount = 1 OEMSkipRegional = 1 ;OemSkipWelcome MUST = zero if OemPreinstall=No or this will halt the OEM process! OemSkipWelcome = 0 [userData] ;FullName="Insert Name" ;OrgName="Insert Organisation Name" ComputerName=* ProductKey="XXXXX-XXXXX-XXXXX-XXXXX-3R2BW" ;[TapiLocation] ;CountryCode= ;AreaCode=707 ;Dialing=Tone [Networking] InstallDefaultComponents=Yes [GuiRunOnce] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> partial SVCPACK.INF (I have the "SVCPACK.IN_" file in the i386 directory), this list just shows the structure, I removed the majority of KB files from this list to save space. ---------------------------------- [Version] Signature="$WINDOWS NT$" BuildNumber=2600 MinorVersion=1 MajorVersion=5 [setupData] CatalogSubDir="\I386\svcpack" [ProductCatalogsToInstall] KB935839.cat KB935840.cat KB936357.cat [setupHotfixesToRun] OEMSCAN.BAT RUNONCE.CMD >>>>>>>>>>>>>>>>>>>>>>> OEMSCAN.BAT (located in "SVCPACK" folder) ----------------------------------------------------- @ECHO OFF for %%i in (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) do if exist %%i\WIN51 set CDROM=%%i %CDROM%\OEM\OEMSCAN.EXE > "%SystemRoot%\Temp\oemscan.log" DetachedProgram=".\system32\cmd.exe" Arguments = "/Q /C FOR /F %? IN ('%SYSTEMROOT%\SYSTEM32\MOUNTVOL.EXE^|FINDSTR :\') DO IF EXIST %?WIN51 START %?SETUP\HOME\$OEM$\OEMSCAN.EXE" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> RUNONCE.CMD (located in "SVCPACK" folder) ----------------------------------------------------- @ECHO OFF for %%i in (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) do if exist %%i\WIN51 set CDROM=%%i REGEDIT /s %CDROM\RUNONCE\NOTEPAD.REG REGEDIT /s %CDROM\RUNONCE\OPENWITH.REG REGEDIT /s %CDROM\RUNONCE\SHOWALL.REG REGEDIT /s %CDROM\RUNONCE\SHOWNPD.REG REGEDIT /s %CDROM\RUNONCE\TWEAKS.REG exit >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  9. Still no response from Microsoft... None of the downloaded KB articles will install on SP3, and I can't figure out how to overwrite a newer version of the file, so I'll just see if the Official SP3 comes out.
  10. Version info on the SP3 I installed: windowsxp-kb936929-sp3-x86-enu.exe File Version = 6.2.0029.0 (SRV03_QFE.031113-0918) (I notice it says QFE) Product Version = 6.2.0029.0 CRC32 = 926BE4BF Win32k.sys file size = 1,801kb Product Version = 5.1.2600.3244 CRC32 = 64E84903 I'll see if I can replace it, and see if that's the problem. Thanks.
  11. My version of win32k.sys is 5.1.2600.3244 created 8-23-2001 5:00AM. The date modified is 10-31-2007. It may have been an older version before, but I just updated to SP3-RC2. Still have the same problem, though, so SP3 doesn't have it. Wht happens is, if a user is logged on, but the screen saver kicked in so the login screen comes up. If I log in with another user, then log back out, sometimes it just goes to the black screen with a blinking cursor instead of returning to the login screen showing the other user is logged in.
  12. Address bar is still on my machine, Windows Explorer and Internet Explorer. Did you right-click on the toolbar to see if it is unchecked? I'm running XP SP3, IE6. I upgraded from SP2.
  13. I hope we don't have to use a key, that would mess up our SLP installs. I did read somewhere else that if you install SP3 (as it is now?) you have 30 days to enter your product key, or be forced to re-activate XP. That seems awfully lame. Probably the only reason I have not tried it yet. My OEM pc has so many custom settings, I'm afraid they will get changed.
  14. Yep, I did. But it is less than 48 hrs. Argh, why have cable modems if we have to wait for humans. Anyway, I wonder why they don't just post a link for a download with all the other unneccessary updates they have? I guess I'l wait and live with the issue a few more days. Thanks for the response
  15. I have the Fast User Switching problem the is mentioned in KB872789 (http://support.microsoft.com/kb/872789). I submitted a request to Microsoft Online Customer Services to obtain the hotfix. No response. SP3 may have it, but I also read SP3 makes you enter you key after 30 days. That is another topic. Also, what's the deal with %20 or %2F or %3F or %3D being inserted in links and file names. Its annoying when saving a web page or file. The links in this post have them! The links will surely fail. Article ID : 872789 Last Review : August 29, 2007 Revision : 2.0 SYMPTOMS When you use the Fast User Switching feature in Microsoft Windows XP, you may experience one of the following symptoms: • If you switch to a different user and then log off as that user, a blank screen with a blinking cursor is displayed and Windows XP stops responding. • When you try to restart the computer, the "System is shutting down" screen is displayed and Windows XP stops responding. CAUSE This problem may occur if the keyboard layout is corrupted when it is freed from memory. RESOLUTION A supported hotfix is now available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next service pack that contains this hotfix. To resolve this problem, submit a request to Microsoft Online Customer Services to obtain the hotfix. To submit an online request to obtain the hotfix, visit the following Microsoft Web site: http://go.microsoft.com/?linkid=6294451 (http://go.microsoft.com/?linkid=6294451) Note If additional issues occur or any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. To create a separate service request, visit the following Microsoft Web site: http://support.microsoft.com/contactus/?ws=support (http://support.microsoft.com/contactus/?ws=support) Prerequisites To install this hotfix, you must first install Microsoft Windows XP Service Pack 2 (SP2). For additional information about how to obtain Windows XP SP2, click the following article number to view the article in the Microsoft Knowledge Base: 322389 (http://support.microsoft.com/kb/322389/) How to obtain the latest Windows XP service pack Restart information You must restart your computer after you apply this hotfix. Hotfix replacement information This hotfix does not replace any other hotfixes. Hotfix file information The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in coordinated universal time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time tool in Control Panel. Date Time Version Size File name -------------------------------------------------------- 19-Aug-2004 16:09 5.1.2600.2507 1,835,776 Win32k.sys STATUS Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section. MORE INFORMATION For additional information, click the following article number to view the article in the Microsoft Knowledge Base: 824684 (http://support.microsoft.com/kb/824684/) Description of the standard terminology that is used to describe Microsoft software updates -------------------------------------------------------------------------------- APPLIES TO • Microsoft Windows XP Professional • Microsoft Windows XP Home Edition Keywords: kbqfe kbhotfixserver kbwinxppresp3fix kbfix kbbug KB872789 Receiving a Reply from MicrosoftYour ability to receive e-mail from Microsoft may be affected by any e-mail filtering software you have installed on your computer. When you send Microsoft a request for customer service either by submitting through an online form or writing to us at an e-mail address, Microsoft replies to you using the e-mail address you provided in the form, or the e-mail address that you used to send Microsoft your original e-mail. To make sure that you can receive a reply from Microsoft, please take one of the following steps: Add the "microsoft.com" domain to your e-mail "safe list”. If your e-mail program settings do not let you add e-mail addresses to a "safe list," use the Help section or contact your e-mail/Internet provider's Customer Support to research your configuration options. Disable your e-mail filtering "SPAM" software. Failure to follow at least one of these steps may prevent you from receiving a response to your submitted question. If you have not received a response to your inquiry within 24 hours, you may also try checking your “bulk mail” or “junk mail” folders.
  16. Hello all, I have a theory that I am trying to investigate, and thought, "who else would I ask but the guys at MSFN?". My theory is that the slipstreamed version of XP-SP2 has some sort of setting(s) or hotfix(s)/update(s) or registry setting that are different from having an XP installation updated to SP-2 via Windows Update. Here is the issue: Hundreds of people (including my friend) who previously played Half-Life2 (Steam/Valve Software) on their pc with no problem are now having Direct-X issues. Some use XP-Pro, some use XP-Home. I'm not sure if any of them (except my friend) have made any changes (manualy or automaticly) to their systems. They are suddenly getting the "Failed to Lock Vertex Buffer" error, and the game won't start. Everyone keeps passing the blame to someone else for why the error occurs. People have assumed it was a video card problem or memory problem, but I actually discovered that it is actually a Direct-X code option to lock a portion of memory for reserved use, but it needs to be unlocked each time you write to it, and when the code is completed (the program is closed). I recently installed a slipstreamed XP-SP2 on my friends Royalty OEM Gateway pc, shipped with XP Home (he had a messed up pc and wanted to start out fresh) then this problem started. Everything else worked flawlessly. I googled for the "Failed to Lock Vertex Buffer" message and found many pages of people who had the same issue with Half Life 2, as well as others playing completely unrelated games. I finaly just re-formatted the PC, installed XP (non SP), then upgraded via Windows Update. No "Failed to Lock Vertex Buffer" error now. Works perfectly. Half-Life 2 uses Direct-X 9 exclusively, and many people had to download it to use it. Some purchased the game long before others, so there is a posibility of different flavors of DX-9. In both instances, I used the latest DX-9 download from Microsoft, so I don't thing the DX-9 flavor is an issue. My problem is I don't like not knowing WHY a non-service pack install of XP fixed it, or why hundreds of others have the same issue. It would be nice to find a fix for this problem once and for all. Thanks
  17. I just notified the oembios.net owner (incase nobody else has yet). He's good about this stuff. We had that problem before. See http://siginetsoftware.com/forum/showthread.php?t=223 KD6AAJ
  18. (EDIT) I think my problem is a slow DVDRW drive, the command is faster than the drive while Windows setup is copying files to the hard drive. I think copying the OEMSCAN and RUNONCE stuff to a temp folder then running them would work better for me. (END EDIT) Somewhere around T39, I get a message telling me setup could not find %CDROM%\OEM\OEMSCAN.BAT Then it tells me to click the start button and try it. Still installing files. Here is part of my winnt.sif file: [GuiUnattended] TimeZone = 04 AdminPassword = * AutoLogon = Yes AutoLogonCount = 1 OEMSkipRegional = 1 ;OemSkipWelcome MUST = zero if OemPreinstall=No or this will halt the OEM process! OemSkipWelcome = 0 DetachedProgram=CMD.EXE Arguments="/Q /C START %CDROM%\OEM\OEMSCAN.BAT" [GuiRunOnce] "%CDROM%\runonce\runonce.cmd" Anyone got a fix? Still waiting for a response from my other posts. kd6aaj
  19. How should I add multiple custom OEM bitmaps, like the desktop bitmap, with OEMscan? Can I enable this for each seperate OEM's? (EDIT) figured it out. Search Siginets site http://siginetsoftware.com for "oem logo" Or you can just browse to the "OEMSCAN_ADDON_MULTIOEM v1.8" thread in the "OEM A.C.T" forum. http://siginetsoftware.com/forum/showthread.php?t=541 (END EDIT) This is from the unattend.txt file in the sysprep folder on my Emachine (ghost) cd. ;also enabled in winbom [shell] CustomDefaultThemeFile="c:\Windows\Resources\Themes\emachines.theme" [branding] BrandIEUsingUnattended = No IEBrandingFile = install.ins
  20. Does anyone here have the original obsolete eMachines BIOS (not the OEMBIOS.* files, but the actual BIOS) for a W3080? Thanks (EDIT) I found the original BIOS flash binary if anyone needs it. I edited the final BIOS update to show "EMACHINES" now instead of "MSI" (the motherboard manufacturer).
  21. [updated on "9 September, 2007" : I got a PM from SIGINET instructing me how to do this with the RyanVM integrator, so I'll try his method first] original message follows: -------------------------------------------------------------------------------------------------------------------- I'm back! Sorry if I'm beating a dead horse, but please bear with me, ok? I just have a few questions for xehqter, or anyone else who would like to help me. I've re-read the forum again, start to finish, but I'm still not sure I have this all straight in my head. I guess I read too many different methods here for multi-oem cd's, and I'm confuse which method is compatible with the others. I want to make a multi-manufacturer cd (obviously), without having to integrate, and just use the uncompressed OEMBIOS.* files. That way I won't have to re-integrate the whole cd again with RyanVM. I have the OEM folder at root of the project, and each manufacturer folder in the OEM folder. OEMSCAN.EXE and OEMSCAN.INI are also in the OEM folder. Now for the QUESTIONS...... I'm just trying to figure out which files do and don't need editing. And, what commands get added to what file? I understand the OEMSCAN.INI file, it's the other ones that confuse me. If I have the SLP key in WINNT.SIF, do I still need to edit UNATTEND.TXT more than it is? Should I mark "preinstall" and "unattended" as YES in all instances? Then there are the MultiOEM files, OEMSCAN_ADDON files, plus the OEMSCAN_ADDON_MULTISYSTEM files. Which methods should I use? Should I use "Entries_OEMScan_MULTISYSTEM.ini", and if so do I only add [txtsetup_files] setoem.exe = 1,,,,,,,2,0,0 to TXTSETUP.SIF? or all the rest of "Entries_OEMScan_MULTISYSTEM.ini" to TXSETUP.SIF? Do I realy need to run SETKEY.EXE and SETOEM.EXE? Do I just leave oobeinfo.ini alone? I know I could hash it out for hours, and finaly figure it out. But maybe someone here could save me the time and post the correct *.SIF and/or other ini/txt files I need? I could use one or several SLP key, doesn't matter, but I'd like to know both ways. Maybe a nice "HOWTO" post? Thanks everyone, and keep up the good work! Sorry for being a burden. kd6aaj
  22. (Edit) EMACHINES doesn't provide BIOS updates, their site directs you to the motherboard manufaturer website. I updated the BIOS way-back-when, and the BIOS SLP DMI string got changed by it to MSI (the motherboard manufacturer). I had to use DMIEDIT.EXE to fix my SLP DMI info. Shows "EMACHINE" now in my BIOS. Backup your DMI or total BIOS before flashing a new BIOS! (End Edit) OK, I have a question. My Emachines (model# W3080) doesn't say emachines in the bios. My motherboard is a Micro-Star motherboard (original with the pc, bought from Wallmart a couple of years ago). It is possible I updated the BIOS, would that change thing? The emachines logo still shows when I boot. Also, How can I make an addon for OEMSCAN? (never mind, I found the howto for that). Here are my results using the vb script (I forget the author, but it is from this MSFN site, works great! Thanks!). I have been all over the forums today, so I'm a little lost. Manufacturer: MICRO-STAR INTERNATIONAL CO., LTD Model: KM400-8235 4D494352 4F2D5354 41522049 4E544552 4E415449 4F4E414C 20434F2E 2C204C54 44 Edit and update: I checked the crc's of both the original oembios.* FILES from my Emachines w3080 restore CD, and the ones currently on my pc. They are different IF COMPRESSED. (Edit: They are a match if they are decompressed with 7-Zip ) My CRC-32: OEMBIOS.BIN = 7055A293 OEMBIOS.CAT = 1B7F1F55 OEMBIOS.DAT = 0C034E0C OEMBIOS.SIG = 330FEFC8 I am sure I updated my BIOS, but Emachines does not provide the BIOS updates, eMACHINES send you to "the motherboard manufacturer" (MICRO-STAR INTERNATIONAL in this case, aka "MSI"). I posted this a couple of days ago, but edited it after further investigation, so hopefuly someone here will answer me soon. As soon as I figure this out, I'll be able to contribute any info or code I create. I'll keep you posted, and I'll be checking here often. This forum is great, I wish I joined sooner! Ed, KD6AAJ
  23. Thanks Kurt, I'll try again with the "factory" cdrom. kd6aaj
  24. Thank you Kurt Aust, I'm sorry if I got confused. I actually have more hotfixes in my hotfixdownload directory from Windows update, etc because I ran MBSA and downloaded ALL the hotfixes and service packs when I did a fresh install from my slipstreamed W2K_SP3_EN cdrom a couple of weeks ago. They must be obsolete now, since I slipstreamed the w2ksp51.exe service pack last night. I only integrated the hotfixes "UpdatePrep.bat" gave me (total of 32) via drag-and-drop into nLite. The other directories and files were not in my working dirctory yet, as I was just doing a "normal" slipstream and hotfix integration I also clicked "yes" evertime I was asked If I wanted to keep a newer version of a file. What do I do with your "win2000sp5.ini"? Can I delete the "Last Session.ini" and "Last Session_u.ini" files? I've never reloaded a session with nLite (yet). Thanks, kd6aaj
  25. Ok, I'm assuming te hotfix list is current as of August, 2007. So I've already added the regular hotfixes to Windows 2000 PRo with nLite. Now I need to add the "runonce" hotfixes. Now, where exactly do I put the "runonce" hotfixes, assuming just for fun that the working folder for the future CDROM was H:\W2KSP4_PLUS containing these folders (print screen bitmap attatched): (sorry for the 2-color bitmap, but I needed to reduce the file size) Thanks in advance, kd6aaj W2K_SP4_PLUS_nLite_2_color.bmp
×
×
  • Create New...