Jump to content

Incroyable HULK

Patron
  • Posts

    1,279
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by Incroyable HULK

  1. What about doing it in a Multi-Boot way? For example, you have one installation were you have HexEdited setupldr.bin and your boot sector to something like XPP1 then in your XPP1 boot folder, you change the location of SetupSourcePath in txtsetup.inf: SetupSourcePath = "\SYSTEMS\XPSP2V1\" and you put your first $OEM$ folder there with your i386 and signature files. Then you can do the same for the second $OEM$ and so on SetupSourcePath = "\SYSTEMS\XPSP2V2\" Using the "optimize" feature of CDIMAGE will help you save some space...
  2. No, no, don't add it to the guide... let's keep our little secrets!
  3. Maybe you should add the -j1 option for those special caracters... Here is my working CDIMAGE command file: CLS @echo off TITLE Windows XP Professionel SP2 ECHO. ECHO Wait... cdimage.exe -l"WXPSP2FR" -t08/23/2001,09:00:00 -h -j1 -b"D:\WinXP SP2 FR\DOS\loader.bin" -o -w1 -m "D:\WinXP SP2 FR" "D:\ISO\WinXP SP2 FR.iso" ECHO. PAUSE EXIT
  4. You're right! I tought I left the "selectable" text option on... Ok, Then I'll start with 2 small pages:
  5. Hello everyone , I have translated a website I have built for a friend of mine. Unfortunatly, I beleive there is some mistakes... so I wonder of someone would be kind enought to read the website and correct me. There is not that much text, so it shouldn't be too long. http://www.studioglobal.com/
  6. I guess you can make it work by altering the Date values in the BIOS and changing them back when the installation is over...
  7. You have to remove BOOTFIX.BIN in the i386 folder to bypass this message. It doesn't have to do with the boot sector because even if you use the Boot Sector provided with EasyBoot, you'll still get this message...
  8. I don't see why CDSHELL wouldn't go with Windows XP SP2... Anyway, if you want a good alternative, there is EasyBoot available at a small fee... this is what I am using
  9. Instead of applying this Hotfixe for Windows Messenger, you should replace your old version with the new updated one...
  10. Sorry for the delay, here is the list for Windows XP SP1 *** NEW *** KB888302 KB890047 KB885250 KB891781 KB867282 KB888113 KB873333 KB839645 Take note that KB889293 is no longer required I'll be updating the first page soon
  11. What are we supposed to do with that? the only information on the website is the following:
  12. In fact, it should be the same as a regular XP... just check the DEPLOY.CAB in the SUPPORT/TOOLS folder on your CD.
  13. C R A P * I should have double checked that! Missing "t"... Anyway you are correct, it is StandardProfile If the computer will be added later on to a domain, should I use BOTH values?
  14. Hum... It didn't work I used this one since our computers are not joined to the domain during the Unattended Installation process [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\SandardProfile\GloballyOpenPorts\List] "3389:TCP"="3389:TCP:*:Enabled:@xpsp2res.dll,-22009" "139:TCP"="139:TCP:LocalSubNet:Disabled:@xpsp2res.dll,-22004" "445:TCP"="445:TCP:LocalSubNet:Disabled:@xpsp2res.dll,-22005" "137:UDP"="137:UDP:LocalSubNet:Disabled:@xpsp2res.dll,-22001" "138:UDP"="138:UDP:LocalSubNet:Disabled:@xpsp2res.dll,-22002" Any ideas?
  15. I'll fill in the blanks... 1st star: 50 posts 2 stars: 100 posts 3 stars: 300 posts 4 stars: 500 posts 5 stars: 700 posts 6 stars: 1000 posts 7 stars: 1500 posts (not sure) 8 stars: 2000 posts 9 stars: 3000 posts Administrator: You'll have to break some legs to acheive this one!
  16. Hello all, I have this regtweak that enable the RDC in the Control Panel: ;Activate Remote Desktop Connection [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server] "fDenyTSConnections"=dword:00000000 "fAllowToGetHelp"=dword:00000001 I've been searching around but I still haven't found what I am looking for (nice tune from U2) I want to enable the RDC in the SP2 Firewall as well! Usually, if you click to activate the RDC, the firewall will be configured automatically but not with this regtweak Any tweak?
  17. @ Yzöwl Halt box mean that you will get a prompt and setup will wait until you click OK So you have 2 option to get over this update: 1- RegTweak instead of the Hotfixe 2- Make a repackaged version so the halt box won't appear Just search around, you'll find them easily
  18. I think using the /integrate: feature on the hotfixes will give the fastest results for the installation time matter...
  19. Working Perfectly! Don't bother with all the method suggested, all you have to do is to throw KB885250 & KB867282 in your svcpack folder and then add the line to your svcpack.inf. Here is my current svcpack.inf [CatalogHeader] [Version] BuildNumber=2600 MinorVersion=1 MajorVersion=5 Signature="$WINDOWS NT$" [SetupData] CatalogSubDir="\I386\svcpack" [SetupHotfixesToRun] KB885250.exe /q /n /z KB867282.exe /q /n /z KB891781.exe /q /n /z KB890047.exe /q /n /z KB888302.exe /q /n /z KB888113.exe /q /n /z KB873333.exe /q /n /z KB835221.exe /q /n /z KB873374.exe /Q:A /R:N (repackaged version) KB890830.exe /q KB890175.exe /q /n /z KB886185.exe /q /n /z KB885836.exe /q /n /z KB885835.exe /q /n /z KB873339.exe /q /n /z KB885626.exe /q /n /z [ProductCatalogsToInstall] KB891781.cat KB890047.cat KB888302.cat KB888113.cat KB873333.cat KB890175.cat KB886185.cat KB885836.cat KB885835.cat KB873339.cat KB885626.cat
  20. Working Perfectly! Don't bother with all the method suggested, all you have to do is to throw KB885250 & KB867282 in your svcpack folder and then add the line to your svcpack.inf. Here is my current svcpack.inf [CatalogHeader] [Version] BuildNumber=2600 MinorVersion=1 MajorVersion=5 Signature="$WINDOWS NT$" [SetupData] CatalogSubDir="\I386\svcpack" [SetupHotfixesToRun] KB885250.exe /q /n /z KB867282.exe /q /n /z KB891781.exe /q /n /z KB890047.exe /q /n /z KB888302.exe /q /n /z KB888113.exe /q /n /z KB873333.exe /q /n /z KB835221.exe /q /n /z KB873374.exe /Q:A /R:N (repackaged version) KB890830.exe /q KB890175.exe /q /n /z KB886185.exe /q /n /z KB885836.exe /q /n /z KB885835.exe /q /n /z KB873339.exe /q /n /z KB885626.exe /q /n /z [ProductCatalogsToInstall] KB891781.cat KB890047.cat KB888302.cat KB888113.cat KB873333.cat KB890175.cat KB886185.cat KB885836.cat KB885835.cat KB873339.cat KB885626.cat
  21. I am currently running a simulation with the 2 problematic hotfixes integrated manually to svcpack.inf I will report the result in a few minutes...
  22. Sorry but this is the list I get from Windows Update this morning:
  23. Did somebody actually tried to add theses hotfixes manually? I bet it would work with the usual switches /q /n /z... this is how I installed them manually on my computer.
  24. Look carefully, in the movie, the dancing guy is pointing to a crosshair. If you click a few time on the crosshair, something will happen...
  25. The code for today is 9877 but what do you do with it? EDIT: NEVERMIND, I got the ScrewDriver now... RE-EDIT: FINISHED ALL BY MYSELF !!!
×
×
  • Create New...