Jump to content

Gee

Member
  • Posts

    275
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by Gee

  1. You should have just done a search on this forum http://www.msfn.org/board/index.php?act=At...pe=post&id=7199
  2. I guess you didn't search that hard, otherwise you would have found your answer The easiest way to install it is using RyanVM's switchless install and the RunOnceEx.cmd To get RyanVM's file go here http://ryanvm.msfn.org/ Then just do a Reg Add ie. cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\005 /VE /D "Adobe Reader 6" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\AdobeReader6\AR6.msi /qn" /f REG ADD %KEY%\010 /VE /D "Alcohol 120" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\alcohol\setup.exe /qn" /f REG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\alcohol\register.reg" /f REG ADD %KEY%\015 /VE /D "Microsoft .Net 1.1 SP1" /f REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\Netfxsp1.exe" /f
  3. I have an IBM ThinkPad, it came with the COA, Manual but no CD. IBM, to save money, puts an image of the hard drive in a hidden partiton. Dell uses a similar practice. Here is the problem and I am sure Procyon has the same problem. Our serial numbers will not validate. To make matters worse, they don't match the numbers on the COA. What IBM did in my case was setup XP with a Corporate license, ran Sysprep before shipping and when I turn on the machine, all I entered was my Name and Company. Serial number was not even asked. So when I download these optional updates, my ThinkPad fails the Authentication process. Microsoft is well aware of these issues and all I had to do was make a call to clear it up. So I understand your fustration. But what you need to do is call Microsoft Support and get them to manually authorize your PC. Check your Windows\system32 folder for the wpa files wpa.dbl wpa.bak These are the files that activated Windows, if these are missing, then Dell is using a Corporate key.
  4. Okay, I just searched the forums and Google and can't find any info for a patched termsrv.dll Build 2180. Can you steer me in the right direction?
  5. Get an NEC. I have used several and they are really solid. Plextor makes a great CDRW. The are behind the 8 ball on DVD Writers. Their new writer is just a rebranded Benq 1640.
  6. Go with the IBM X Series. I have an X24, and it is a great notebook. I find that I never need the optical drive. All it does it add to the weight and drain the battery. If you need to install anything, jack it into a network and install over a shared resource.
  7. I agree with you, but this post was about integration. Using the Microsoft pack and SVCPack is better, because if a new version arrives, it would be easier to just replace the package Microsoft released. The downside is that the installer is 4.3 Megs. This is due to all the extra languages. So if space is a problem, you better repack the installer by removing all the unnecessary languages.
  8. Thanks for the quick response. I should have known that. That is where I disabled my Thumbnail Cache. So I can combine it to do both. ;Disables Hide Extension for Known File Types and Disables Thumbnail Cache [HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "HideFileExt"=dword:00000000 "DisableThumbnailCache"=dword:00000001 Disable your Thumbnail Cache so you don't have those annoying Thumb.db files.
  9. 110x110 will not work, u must use 180x114 also note that even it is a bitmap, you can create transparent background... but make sure it is in 256 colors for this to work <{POST_SNAPBACK}> The actual logo size can is 172x172 it can be smaller, but not bigger. See section D in this article. http://support.microsoft.com/default.aspx?...kb;en-us;314472
  10. <{POST_SNAPBACK}> You are out to lunch. I have been using DOS since version 2.1 There is nothing wrong with Lost Soul's syntax. He just simplified your version into one short simple command. Open a CMD Window C:\Documents and Settings\hakeem5454> md\test C:\Documents and Settings\hakeem5454> cd\test is the same as C:\Documents and Settings\hakeem5454> cd\ C:\Documents and Settings\hakeem5454> md test C:\Documents and Settings\hakeem5454> cd test The backslash (\) is used to signify root as well as a seperator for multiple directories UNIX uses the slash (/) instead of backslash so in UNIX you would need to enter cd ~ mkdir test cd /home/hakeem5454/test or you can combine the commands mkdir ~/test/ cd ~/test In UNIX, a space is required between cd or mkdir (md)
  11. Good point, since the files are recompressed back into i386, when they are unpacked during setup, they would have been registered. I should have known that. It is getting late, I should get some sleep.
  12. Hide Extension For Known File Types Is there any way to use a registry tweak to disable this annoying feature? So far, the only known way to do this is to launch My Computer Tools Folder Options View Hide Extension For Known File Types - Uncheck the box The only other way I can find is to run regedit and search for NeverShowExt and delete every instance.
  13. Is Dell using a volume license key? They shouldn't be.
  14. Looks like Shark's Method works the best. I have not tried it yet, but I did go to Windows update and updated the client to version 6. Here is my log after the update. This should clear up a lot of things about Shark's method. It appears that a few more .dll files have to be registered. So if you are using his method. Download the new files, use ModifyPE to correct the checksums, then use makecab to recompress them. Drop them into your i386 folder. The one missing file wups2.dll should be copied into $OEM$\$$\System32 as mentioned in Shark's original guide and then using Cleanup or Reboot.cmd to register the .dll Please note: I have found several other files that need to be registered, instead of just one. Good luck. =========== Logging initialized (build: 5.8.0.2469, tz: -0400) =========== Misc = Process: C:\Program Files\Internet Explorer\iexplore.exe Misc = Module: C:\WINDOWS\System32\wuweb.dll Setup *********** Setup: Checking whether self-update is required *********** Setup * Inf file: C:\WINDOWS\SoftwareDistribution\WebSetup\wusetup.inf Setup Update required for C:\WINDOWS\system32\cdm.dll: target version = 5.5.3790.2182, required version = 5.8.0.2469 Setup Update required for C:\WINDOWS\system32\iuengine.dll: target version = 5.4.3790.2182, required version = 5.8.0.2469 Setup Update required for C:\WINDOWS\system32\wuapi.dll: target version = 5.4.3790.2182, required version = 5.8.0.2469 Setup Update required for C:\WINDOWS\system32\wuauclt.exe: target version = 5.4.3790.2182, required version = 5.8.0.2469 Setup Update required for C:\WINDOWS\system32\wuauclt1.exe: target version = 5.4.3790.2182, required version = 5.8.0.2469 Setup Update required for C:\WINDOWS\system32\wuaucpl.cpl: target version = 5.4.3790.2182, required version = 5.8.0.2469 Setup Update required for C:\WINDOWS\system32\wuaueng.dll: target version = 5.4.3790.2182, required version = 5.8.0.2469 Setup Update required for C:\WINDOWS\system32\wuaueng1.dll: target version = 5.4.3790.2182, required version = 5.8.0.2469 Setup Update required for C:\WINDOWS\system32\wucltui.dll: target version = 5.4.3790.2182, required version = 5.8.0.2469 Setup Update required for C:\WINDOWS\system32\wups.dll: target version = 5.4.3790.2182, required version = 5.8.0.2469 Setup Update required for C:\WINDOWS\system32\wups2.dll: target version = 0.0.0.0, required version = 5.8.0.2469 This checks to see if I need an update. My previous version was 5.4.3790.2182, the new version 6 code is 5.8.0.2649. Notice all the required files are listed. cdm.dll iuengine.dll wuapi.dll wuauclt.exe wuauclt1.exe wuaucpl.cpl wuaueng.dll wuaueng1.dll wucltui.dll wups.dll wups2.dll This list appears to be incomplete as my system32 folder has a few more files relating to Windows Update with version 5.8.0.2469. So it is best to use the complete list from Shark's post. Setup * IsUpdateRequired = Yes Setup ************* Setup ** START ** Setup: Downloading client CABs Setup ********* Setup * Main CAB URL: http://download.windowsupdate.com/v6/windowsupdate/b/selfupdate/AU/x86/XP/en Setup * MUI CAB URL: http://download.windowsupdate.com/v6/windowsupdate/b/selfupdate/AU/x86/XP/mui Setup * Download directory: C:\WINDOWS\SoftwareDistribution\WebSetup Setup ********* Setup ** END ** Setup: Downloading client CABs Setup ************* Setup ************* Setup ** START ** Setup: Installing client binaries Setup ********* Setup * Download directory: C:\WINDOWS\SoftwareDistribution\WebSetup Setup * Stop and start service: Yes So it proceeds to download the required files from http://download.windowsupdate.com/v6/windo...te/AU/x86/XP/en http://download.windowsupdate.com/v6/windo...e/AU/x86/XP/mui Service received SERVICE_CONTROL_STOP control Exiting Service Main Out of proc datastore is shutting down WUAUENG ServiceMain exits. Exit code is 0x240001 Out of proc datastore is now inactive Setup Starting file operations for section cdm Successfully copied source file C:\WINDOWS\SoftwareDistribution\WebSetup\cdm.dll to C:\WINDOWS\system32\cdm.dll.wusetup.124538687.new Setup successfullly moved C:\WINDOWS\system32\cdm.dll.wusetup.124538687.new to C:\WINDOWS\system32\cdm.dll File operations for section cdm completed successfully Starting file operations for section iuengine Successfully copied source file C:\WINDOWS\SoftwareDistribution\WebSetup\iuengine.dll to C:\WINDOWS\system32\iuengine.dll.wusetup.124541046.new Setup successfullly moved C:\WINDOWS\system32\iuengine.dll.wusetup.124541046.new to C:\WINDOWS\system32\iuengine.dll File operations for section iuengine completed successfully Starting file operations for section wuapi Successfully copied source file C:\WINDOWS\SoftwareDistribution\WebSetup\wuapi.dll to C:\WINDOWS\system32\wuapi.dll.wusetup.124541406.new WARNING: Could not move C:\WINDOWS\system32\wuapi.dll to C:\WINDOWS\system32\wuapi.dll.wusetup.124541406.bak due to 0x80070020 File operations for section wuapi completed successfully Starting file operations for section wuauclt Successfully copied source file C:\WINDOWS\SoftwareDistribution\WebSetup\wuauclt.exe to C:\WINDOWS\system32\wuauclt.exe.wusetup.124541593.new Setup Setup successfullly moved C:\WINDOWS\system32\wuauclt.exe.wusetup.124541593.new to C:\WINDOWS\system32\wuauclt.exe Setup File operations for section wuauclt completed successfully Setup Starting file operations for section wuauclt1 Setup Successfully copied source file C:\WINDOWS\SoftwareDistribution\WebSetup\wuauclt1.exe to C:\WINDOWS\system32\wuauclt1.exe.wusetup.124541906.new Setup Setup successfullly moved C:\WINDOWS\system32\wuauclt1.exe.wusetup.124541906.new to C:\WINDOWS\system32\wuauclt1.exe Setup File operations for section wuauclt1 completed successfully Setup Starting file operations for section wuaucpl Setup Successfully copied source file C:\WINDOWS\SoftwareDistribution\WebSetup\wuaucpl.cpl to C:\WINDOWS\system32\wuaucpl.cpl.wusetup.124542218.new Setup Setup successfullly moved C:\WINDOWS\system32\wuaucpl.cpl.wusetup.124542218.new to C:\WINDOWS\system32\wuaucpl.cpl Setup File operations for section wuaucpl completed successfully Setup Starting file operations for section wuaueng_WebSetup Setup Successfully copied source file C:\WINDOWS\SoftwareDistribution\WebSetup\wuaueng.dll to C:\WINDOWS\system32\wuaueng.dll.wusetup.124542671.new Setup Setup successfullly moved C:\WINDOWS\system32\wuaueng.dll.wusetup.124542671.new to C:\WINDOWS\system32\wuaueng.dll Setup File operations for section wuaueng_WebSetup completed successfully Setup Starting file operations for section wuaueng1 Setup Successfully copied source file C:\WINDOWS\SoftwareDistribution\WebSetup\wuaueng1.dll to C:\WINDOWS\system32\wuaueng1.dll.wusetup.124544250.new Setup Setup successfullly moved C:\WINDOWS\system32\wuaueng1.dll.wusetup.124544250.new to C:\WINDOWS\system32\wuaueng1.dll Setup File operations for section wuaueng1 completed successfully Setup Starting file operations for section wucltui Setup Successfully copied source file C:\WINDOWS\SoftwareDistribution\WebSetup\wucltui.dll to C:\WINDOWS\system32\wucltui.dll.wusetup.124544750.new Setup Setup successfullly moved C:\WINDOWS\system32\wucltui.dll.wusetup.124544750.new to C:\WINDOWS\system32\wucltui.dll Setup Successfully copied source file C:\WINDOWS\SoftwareDistribution\WebSetup\wuauhelp.chm to C:\WINDOWS\help\wuauhelp.chm.wusetup.124545140.new Setup Setup successfullly moved C:\WINDOWS\help\wuauhelp.chm.wusetup.124545140.new to C:\WINDOWS\help\wuauhelp.chm Setup Successfully copied source file C:\WINDOWS\SoftwareDistribution\WebSetup\wuau.adm to C:\WINDOWS\INF\wuau.adm.wusetup.124545250.new Setup Setup successfullly moved C:\WINDOWS\INF\wuau.adm.wusetup.124545250.new to C:\WINDOWS\INF\wuau.adm Setup File operations for section wucltui completed successfully Setup Starting file operations for section wups Setup Successfully copied source file C:\WINDOWS\SoftwareDistribution\WebSetup\wups.dll to C:\WINDOWS\system32\wups.dll.wusetup.124545375.new Setup File operations for section wups completed successfully Setup Starting file operations for section wups2 Setup Successfully copied source file Now it kills the process and copies the new files over to c:\windows\system32 C:\WINDOWS\SoftwareDistribution\WebSetup\wups2.dll to C:\WINDOWS\system32\wups2.dll.wusetup.124545484.new Setup Setup found that target file C:\WINDOWS\system32\wups2.dll doesn't exist Setup Setup successfullly moved C:\WINDOWS\system32\wups2.dll.wusetup.124545484.new to C:\WINDOWS\system32\wups2.dll wups2.dll This is the new file that is missing from version 5. Copy this to $OEM$\$$\System32 Setup File operations for section wups2 completed successfully Setup Starting registry operations for section cdm Setup Completed registration operations for section cdm: status 0 Setup Starting registry operations for section iuengine Setup Completed registration operations for section iuengine: status 0 Setup Starting registry operations for section wuapi Setup Completed registration operations for section wuapi: status 0 Setup Starting registry operations for section wuauclt Setup Completed registration operations for section wuauclt: status 0 Setup Starting registry operations for section wuauclt1 Setup Completed registration operations for section wuauclt1: status 0 Setup Starting registry operations for section wuaucpl Setup Completed registration operations for section wuaucpl: status 0 Setup Starting registry operations for section wuaueng_WebSetup Checking to make sure the files are registered in the registry. Setup Registering binary: C:\WINDOWS\system32\regsvr32.exe /s "C:\WINDOWS\system32\wuaueng.dll" Setup Completed registration operations for section wuaueng_WebSetup: status 0 Setup Starting registry operations for section wuaueng1 Setup Registering binary: C:\WINDOWS\system32\regsvr32.exe /s "C:\WINDOWS\system32\wuaueng1.dll" Setup Completed registration operations for section wuaueng1: status 0 Setup Starting registry operations for section wucltui Setup Registering binary: C:\WINDOWS\system32\regsvr32.exe /s "C:\WINDOWS\system32\wucltui.dll" Setup Completed registration operations for section wucltui: status 0 Setup Starting registry operations for section wups Setup Completed registration operations for section wups: status 0 Setup Starting registry operations for section wups2 Setup Registering binary: C:\WINDOWS\system32\regsvr32.exe /s "C:\WINDOWS\system32\wups2.dll" Setup Completed registration operations for section wups2: status 0 According to this, there should be four files that need to be registered. C:\WINDOWS\system32\regsvr32.exe /s "C:\WINDOWS\system32\wuaueng.dll" C:\WINDOWS\system32\regsvr32.exe /s "C:\WINDOWS\system32\wuaueng1.dll" C:\WINDOWS\system32\regsvr32.exe /s "C:\WINDOWS\system32\wucltui.dll" C:\WINDOWS\system32\regsvr32.exe /s "C:\WINDOWS\system32\wups2.dll" Setup Processing registry operations completed. Deleting backup files. Setup Successfully deleted backup file C:\WINDOWS\system32\cdm.dll.wusetup.124538687.bak Setup Successfully deleted backup file C:\WINDOWS\system32\iuengine.dll.wusetup.124541062.bak Setup Successfully deleted backup file C:\WINDOWS\system32\wuauclt.exe.wusetup.124541593.bak Setup Successfully deleted backup file C:\WINDOWS\system32\wuauclt1.exe.wusetup.124541906.bak Setup Successfully deleted backup file C:\WINDOWS\system32\wuaucpl.cpl.wusetup.124542234.bak Setup Successfully deleted backup file C:\WINDOWS\system32\wuaueng.dll.wusetup.124542671.bak Setup Successfully deleted backup file C:\WINDOWS\system32\wuaueng1.dll.wusetup.124544250.bak Setup Successfully deleted backup file C:\WINDOWS\system32\wucltui.dll.wusetup.124544765.bak Setup Successfully deleted backup file C:\WINDOWS\help\wuauhelp.chm.wusetup.124545140.bak Setup Successfully deleted backup file C:\WINDOWS\INF\wuau.adm.wusetup.124545250.bak Deleting back ups files from version 5 Misc =========== Logging initialized (build: 5.8.0.2469, tz: -0400) =========== Misc = Process: C:\WINDOWS\System32\svchost.exe Misc = Module: C:\WINDOWS\system32\wuaueng.dll Service ************* Service ** START ** Service: Service startup Service ********* Restarting Update Service Setup Registering binary: C:\WINDOWS\system32\regsvr32.exe /s "C:\WINDOWS\system32\SoftwareDistribution\Setup\ServiceStartup\wuapi.dll\5.8.0.2469\wuapi.dll" Setup Registering binary: C:\WINDOWS\system32\regsvr32.exe /s "C:\WINDOWS\system32\SoftwareDistribution\Setup\ServiceStartup\wups.dll\5.8.0.2469\wups.dll" Here register two more .dll files regsvr32.exe /s "C:\WINDOWS\system32\SoftwareDistribution\Setup\ServiceStartup\wuapi.dll\5.8.0.2469\wuapi.dll" regsvr32.exe /s "C:\WINDOWS\system32\SoftwareDistribution\Setup\ServiceStartup\wups.dll\5.8.0.2469\wups.dll" Agent * WU client version 5.8.0.2469 Agent * SusClientId = ' <deleted>' Agent * Base directory: C:\WINDOWS\SoftwareDistribution Agent * Access type: No proxy Agent * Network state: Connected Setup ********* Setup ** END ** Setup: Installing client binaries Setup ************* Misc =========== Logging initialized (build: 5.8.0.2469, tz: -0400) =========== Misc = Process: C:\Program Files\Internet Explorer\iexplore.exe Misc = Module: C:\WINDOWS\system32\SoftwareDistribution\Setup\ServiceStartup\wuapi.dll\5.8.0.2469\wuapi.dll The rest of Windows Update continues
  15. I just uploaded the Termsrv.dl_ in another thread http://www.msfn.org/board/index.php?act=ST...=70#entry345572
  16. Wonder why the links don't work. Anyways, for those still looking for the older Termsrv.dll, here it is All you need to do is copy this in your i386 folder if you are creating an unattended CD. I already corrected the Checksums with ModifyPE. (Don't add the ZIP file, add the termsrv.dl_ inside the ZIP) If you want to just update your current install follow the instructions posted on the forum. Don't forget to update your registry. Termsrv.zip
  17. Is there a reason why you have SetLocal enableextensions @Echo OFF instead of @Echo OFF SetLocal enableextensions It should make a difference, but your method will echo that first line.
  18. First I like to say, this is an amazing site. I have been doing the hotfix installation with batch files for a long time, slipstreaming is definitely the way to go. I followed AaronXP's guide and originally I had problems. But after some investigation, I managed to get most of it to work properly (Thanks Aaron) But I still have two problems. When I go to Windows Update, Critical Updates are still listed. Reading through this post several times tells me that I am not the only one. The updates in question are Q330994 - April 2003, Cumulative Patch for Outlook Express Q828750 - October 2003, Cumulative Patch for Internet Explorer Anyone have a solution to this? Here is a copy of my svcpack.inf [Version] Signature="$Windows NT$" MajorVersion=5 MinorVersion=1 BuildNumber=2600 [setupData] CatalogSubDir="\i386\Update" [ProductCatalogsToInstall] KB826939.cat [setupHotfixesToRun] DX9NTopk.exe WMP9MM2.exe dotnet.exe update.exe -q -n Q823182.exe /Q /N /Z /O Q824105.exe /Q /N /Z /O Q824141.exe /Q /N /Z /O Q825119.exe /Q /N /Z /O Q828026.exe /Q /N /Z /O Q828035.exe /Q /N /Z /O Q814078.exe /Q:A /R:N q330994.exe /q:a /r:n Q816093.exe /Q:A /R:N q828750.exe /q:a /r:n Q322011.exe -q -n -z -o Q814995.exe -q -n -z -o Q817778.exe -q -n -z -o Q822603.exe -q -n -z -o Q829558.exe /quiet /norestart /o /n qchain.exe Q282784.exe -q -n -z -o Comments, inquiries are more than welcome.
×
×
  • Create New...