Content Type
Profiles
Forums
Events
Everything posted by Incroyable HULK
-
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...
-
Cdimage Fails With Certain Characters
Incroyable HULK replied to jaxflmax's topic in Multi-Boot CD/DVDs
No, no, don't add it to the guide... let's keep our little secrets! -
Cdimage Fails With Certain Characters
Incroyable HULK replied to jaxflmax's topic in Multi-Boot CD/DVDs
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 -
I Need Some English Expertise
Incroyable HULK replied to Incroyable HULK's topic in General Discussion
You're right! I tought I left the "selectable" text option on... Ok, Then I'll start with 2 small pages: -
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/
-
Xp Sp1 Product Key /encrypt
Incroyable HULK replied to RichM's topic in Unattended Windows 2000/XP/2003
I guess you can make it work by altering the Date values in the BIOS and changing them back when the installation is over... -
How To Remove "press Any Key To Boot From Cd..."
Incroyable HULK replied to n7Epsilon's topic in Multi-Boot CD/DVDs
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... -
sp2 and cdshell dont go together...
Incroyable HULK replied to X-Ecutioner's topic in Multi-Boot CD/DVDs
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 -
What are we supposed to do with that? the only information on the website is the following:
-
Can Win64 use winnt.sif file?
Incroyable HULK replied to alkmie's topic in Unattended Windows 2000/XP/2003
In fact, it should be the same as a regular XP... just check the DEPLOY.CAB in the SUPPORT/TOOLS folder on your CD. -
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?
-
how the member got the stars
Incroyable HULK replied to amardeepsingh's topic in Site & Forum Issues
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! -
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?
-
Integrate or svcpack.inf?
Incroyable HULK replied to Jamall's topic in Unattended Windows 2000/XP/2003
I think using the /integrate: feature on the hotfixes will give the fastest results for the installation time matter... -
re: kb885835 & kb885250
Incroyable HULK replied to IcemanND's topic in Unattended Windows 2000/XP/2003
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 -
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
-
re: kb885835 & kb885250
Incroyable HULK replied to IcemanND's topic in Unattended Windows 2000/XP/2003
Sorry but this is the list I get from Windows Update this morning: -
re: kb885835 & kb885250
Incroyable HULK replied to IcemanND's topic in Unattended Windows 2000/XP/2003
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. -
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...
-
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 !!!