Unattended Secret: Reducing Size Of Source
#81
Posted 15 October 2003 - 01:40 PM
#82
Posted 15 October 2003 - 02:30 PM
see this: SFC_OS.DL_ HACKED !, Come and get it !
post
and don't forget the registry key
Quote
:Disable Windows File Protection
; dword:00000000 = enabled
; dword:00000001 = disabled, prompt at boot to re-enable
; dword:00000002 = disabled at next boot only, no prompt to re-enable
; dword:00000004 = enabled, with popups disabled
; ffffff9d - for completely disabled
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"SFCDisable"=dword:ffffff9d
"SfcQuota"=dword:ffffffff
more info Link
#83
Posted 16 October 2003 - 12:28 PM
Ok! Here goes: I just slipstreamed the new rollup like Aaron showed and it's working a-1.
Now, I would like to do the "slimfast" trick on my cd and then add the other hotfixes and some appz. I would like to know if I proceed like this (just to be sure):
1) Reduce the size of my "new" rollup CD with Gosh method.
2) Then make a $oem$ folder with some other hotfixes and appz, creating a new winnt.sif file in the process, but without touching the dosnet.inf this time.
Is this correct?
Thx!
#84
Posted 16 October 2003 - 01:03 PM
Ypsos, on Oct 15 2003, 02:30 PM, said:
see this: SFC_OS.DL_ HACKED !, Come and get it !
post
and don't forget the registry key
Quote
:Disable Windows File Protection
; dword:00000000 = enabled
; dword:00000001 = disabled, prompt at boot to re-enable
; dword:00000002 = disabled at next boot only, no prompt to re-enable
; dword:00000004 = enabled, with popups disabled
; ffffff9d - for completely disabled
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"SFCDisable"=dword:ffffff9d
"SfcQuota"=dword:ffffffff
more info Link
OK BUT...WHERE MUST I PUT SCRIPT FOR .REG FILE?BECAUSE AT FIRT RESTART OF UNATTENDED XP SETUP,A "WINDOWS FILE PROTECTION" MESSAGE APPEAR AND XP BEGIN TO INSTALL ALL THE SOFTWARE UNDER SECTION [GuiRunOnce] IN WINTNT.SIF!!!
#85
Posted 16 October 2003 - 01:33 PM
#86
Posted 16 October 2003 - 01:38 PM
Ypsos, on Oct 16 2003, 01:33 PM, said:
ok but...
i put it in i386!and now?must i create a .reg file?how can i run it before software installation in a unattended xo pro sp1?
#87
Posted 16 October 2003 - 08:32 PM
XP/2k/2003 have hidden settings for Encryption and System file protection. You could put the value as such in your unattend file:
[SystemFileProtection]
SFCQuota=0
SFCDisable=ffffff9d
That disables simple file sharing and doesn't make a dllcache folder
-gosh
#88
Posted 16 October 2003 - 09:04 PM
winxp home
winxp pro
win2k pro sp2
win2k server sp2
win2k advserver sp2
(and win2k datacenter if it really makes you happy)
Back when xp came out i made a cd called XP2K that had all these os' on a 700 meg cd, all unattended. These instructions can be applied to the latest service packs, but when i originally made the cd i used the original versions of xp and win2k with sp2 slipstreamed.
First, follow my previous directions to make a cd with XP Pro on it. You should have VOLx folders for the boot files, and XP in the WinXPPro folder. On the root of the cd should be the ident files - win51, win51ip, win51ic, etc.
Next, we're gonna add xp home to the cd. Follow the same directions to put xp home on the cd.
1 - run winnt32.exe /noreboot, and make sure under Advanced Options "make local source" is checked or grayed out.
2 - rename c:\$Win_NT$.~LS\ to c:\XPHome
3 - rename the c:\$Win_NT$.~bt\ folder to HOM1
4 - delete the size.sif file in the XPHome folder
5 - Hex c:\HOM1\setupldr.bin, replace i386 with HOM1 (all capital letters) 4 times
6 - Edit c:\HOM1\txtsetup.sif and change SetupSourcePath to \XPHome\
Quote
8 - Now make the boot sector. If you still have VOL1.DAT copy it as HOM1.DAT, and hex it and change VOL1 to HOM1, such as:
Quote
Now let's copy the c:\XPHome and c:\HOM1 folders to our xp install source. On our cd now we should have the following folders:
Quote
VOL1
VOL2 (optional)
VOL3 (optional)
WinXPPro
XPHome
Rename the c:\$WIN_NT$\~LS\ folder to the following:
win2k pro = Win2kPro
win2k serv = Win2kSrv
win2k adv srv = Win2kAds
Rename the c:\$WIN_NT$\~BT\ folder to the following:
win2k pro = PRO1, PRO2, PRO3, etc
win2k serv = SRV1, SRV2, SRV3, etc
win2k adv srv = ADS1, ADS2, ADS3, etc
So now your cd should have the following folders:
Quote
SRV1
ADS1
HOM1
VOL1
VOL2 (optional)
VOL3 (optional)
WinXPPro
XPHome
Win2kPro
Win2kSrv
Win2kAds
Now we need to add the cd idents and other files. On the root of the cd, make sure you have the following:
WIN51
WIN51IP
WIN51IC
WIN51IP.SP1 (only if using sp1)
WIN51IC.SP1 (only if using sp1)
SPNOTES.HTM
CDROM_IA.5
CDROM_IP.5
CDROM_IS.5
CDROM_NT.5
CDROMSP2.TST
DISKEMU.CMD
LOADER.BIN
DISKEM1X.BIN
DELOAD.BIN
VOL1.DAT
VOL2.DAT (optional)
VOL3.DAT (optional)
HOM1.DAT
PRO1.DAT
SRV1.DAT
ADS1.DAT
Now copy the following files to the XPHome, WinXPPro, Win2kPro, Win2kSrv, Win2kAds folders:
WIN51
WIN51IP
WIN51IC
WIN51IP.SP1 (only if using sp1)
WIN51IC.SP1 (only if using sp1)
SPNOTES.HTM
CDROM_IA.5
CDROM_IP.5
CDROM_IS.5
CDROM_NT.5
CDROMSP2.TST
That's it. You now have a bootable cd with xp home, xp pro, win2k pro, win2k server, win2k adv server. You should have around 40 megs to add other stuff such as software.
-gosh
#89
Posted 16 October 2003 - 11:42 PM
winnt32.exe /noreboot
from the Windows 2000 CD, I get an error saying that I cannot install from this version of Windows (Windows XP Professional).
Is there a way around this or must I install Windows 98 or something like that so I can install?
#90
Posted 17 October 2003 - 01:29 AM
http://www.microsoft.com/downloads/details...&DisplayLang=en
Just download and install it. Open it up and where it says win2k, just disable it.
-gosh
#91
Posted 17 October 2003 - 06:05 AM
gosh, on Oct 16 2003, 08:32 PM, said:
XP/2k/2003 have hidden settings for Encryption and System file protection. You could put the value as such in your unattend file:
[SystemFileProtection]
SFCQuota=0
SFCDisable=ffffff9d
That disables simple file sharing and doesn't make a dllcache folder
-gosh
where must i put [SystemFileProtection] in my winnt.sif file?under [GuiRunOnce]?or not?and must SFC_OS.DL_ to be in i386 folder??excuse-me but i don't speack very well english
this is my winnt.sif:
;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes UnattendSwitch="no" TargetPath=\WINDOWS Repartition=No [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=85 OemSkipWelcome=1 [UserData] ProductKey=***************** FullName="beppe" OrgName="" ComputerName=beppemito [Display] BitsPerPel=32 Xresolution=1024 YResolution=768 [TapiLocation] CountryCode=39 [RegionalSettings] LanguageGroup=13,17,3,10,9,8,2,1,7 [Identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [Components] msmsgs=off [GuiRunOnce] %systemdrive%\install\patch.cmd %systemdrive%\install\programmi.cmd
#92 Guest_bitch_*
Posted 17 October 2003 - 09:26 AM
i tried it from CD and from HDD...
maybe can anyone send me the Bootfolder for winxp sp1 German ? o_O
#93
Posted 17 October 2003 - 09:39 AM
I need only the first methode. I Use only wxp on one cd. I have more drivers and apps.
this methode is verry good. but i want the boot screen
"press a key for setup"
how can i make this.
because:
1st boot device cdrom
2th boot device hdd
winnt.sif on floppy
if i start to boot from cd, the setup starts automaticly and copies the Files.
After this I must change the boot order to 1st hdd or eject the cd
if not:
the setup begins again to copy files
who can help please?
#94
Posted 17 October 2003 - 10:55 AM
-gosh
#95 Guest_bitch_*
Posted 17 October 2003 - 12:53 PM
but i dont have the ~BT Folder
@jonnywi
u r a german guy
#97
Posted 17 October 2003 - 02:12 PM
#98
Posted 17 October 2003 - 02:21 PM
cd XP
cd (change directory) XP changes to the XP folder in your C:\. Then, to get to i386 type
cd i386
then from there type winnt32.exe /noreboot.
Basically in the command prompt you have to navigate to where your winnt32.exe file is for the OS your're trying to shrink.
#99
Posted 17 October 2003 - 02:27 PM
EDIT: OK no it didnt install oevr my current OS but it only created da $WIN_NT$.~BT(or somethign like dat) folder it didnt create the $WIN_NT$.~LS... anyone know y that is? im using the corporate version of XP Pro
#100
Posted 17 October 2003 - 02:49 PM



Help


Back to top









