MSFN Forum: Unattended Secret: Reducing Size Of Source - MSFN Forum

Jump to content



  • 20 Pages +
  • « First
  • 3
  • 4
  • 5
  • 6
  • 7
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Unattended Secret: Reducing Size Of Source Rate Topic: ***** 1 Votes

#81 User is offline   beppemito 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 422
  • Joined: 31-August 03

Posted 15 October 2003 - 01:40 PM

why before unattended software's installation, it appear a windows whit this message: WINDOWS SECUTIRY PROTECTION...ecc....INSERT DISK TO RESTORE ORIGINAL FILE.....can i clik CANCEL?or must i insert cd?


#82 User is offline   Ypsos 

  • Junior
  • Pip
  • Group: Members
  • Posts: 70
  • Joined: 16-September 03

Posted 15 October 2003 - 02:30 PM

Windows File Protection

see this: SFC_OS.DL_ HACKED !, Come and get it !
post

and don't forget the registry key

Quote

Windows Registry Editor Version 5.00

: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 User is offline   sandman_qc 

  • Junior
  • Pip
  • Group: Members
  • Posts: 66
  • Joined: 09-October 03

Posted 16 October 2003 - 12:28 PM

I have a couple of quick questions to ask. Btw, huge thx to Aaron and Gosh for those tutorials. Even a noob like me was able to make a unattended XP cd... Wich is quite remarkable since I never did a batch file in my life before that...

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 User is offline   beppemito 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 422
  • Joined: 31-August 03

Posted 16 October 2003 - 01:03 PM

Ypsos, on Oct 15 2003, 02:30 PM, said:

Windows File Protection

see this: SFC_OS.DL_ HACKED !, Come and get it !
post

and don't forget the registry  key

Quote

Windows Registry Editor Version 5.00

: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 User is offline   Ypsos 

  • Junior
  • Pip
  • Group: Members
  • Posts: 70
  • Joined: 16-September 03

Posted 16 October 2003 - 01:33 PM

Did you put the HACKED SFC_OS.DL_ in the i386 directory ?

#86 User is offline   beppemito 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 422
  • Joined: 31-August 03

Posted 16 October 2003 - 01:38 PM

Ypsos, on Oct 16 2003, 01:33 PM, said:

Did you put the HACKED SFC_OS.DL_  in the i386 directory ?

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 User is offline   gosh 

  • gosh 2.0
  • Group: Patrons
  • Posts: 2,347
  • Joined: 03-October 03
  • OS:none specified
  • Country: Country Flag

Posted 16 October 2003 - 08:32 PM

@ Beppe

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 User is offline   gosh 

  • gosh 2.0
  • Group: Patrons
  • Posts: 2,347
  • Joined: 03-October 03
  • OS:none specified
  • Country: Country Flag

Posted 16 October 2003 - 09:04 PM

So far i've shown how to reduce size of i386 folder, make a multi-os cd, and include xp and winpe on the same cd here. The steps i've already shown can be applied to make much more fancy, and complicated cd's. Let's take the cd process further and make a cd with:

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

SetupSourcePath = "\XPHome\"
7 - Delete any unneeded files in the c:\HOM1\ folder such as winnt.sif, migrate.inf, bootsect.dat. If you want to do an unattended install, put your unattend file as winnt.sif into the c:\HOM1\ folder
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

SETUPLDR.BINBOOTFIX.BINHOM1


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

HOM1
VOL1
VOL2 (optional)
VOL3 (optional)
WinXPPro
XPHome
Now we're gonna add win2k to the cd. Follow the 8 steps above for win2k pro, win2k server, win2k adv server. Just replace XPHome and HOM1 with the following table:

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

PRO1
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 User is offline   Denney 

  • *shrug*
  • PipPipPipPip
  • Group: Members
  • Posts: 685
  • Joined: 11-September 03

Posted 16 October 2003 - 11:42 PM

When trying to run this:

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 User is offline   gosh 

  • gosh 2.0
  • Group: Patrons
  • Posts: 2,347
  • Joined: 03-October 03
  • OS:none specified
  • Country: Country Flag

Posted 17 October 2003 - 01:29 AM

Install the XP Application Compatibily toolkit 3.0. It'll let you disable that.

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 User is offline   beppemito 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 422
  • Joined: 31-August 03

Posted 17 October 2003 - 06:05 AM

gosh, on Oct 16 2003, 08:32 PM, said:

@ Beppe

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_*

  • Group: Guests

Posted 17 October 2003 - 09:26 AM

ummm i dont get the $Win_NT$.~BT Folder just the $Win_NT$.~LS ???
i tried it from CD and from HDD... :)

maybe can anyone send me the Bootfolder for winxp sp1 German ? o_O

#93 User is offline   jonnywi 

  • Newbie
  • Group: Members
  • Posts: 35
  • Joined: 08-September 03

Posted 17 October 2003 - 09:39 AM

Hi
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 User is offline   gosh 

  • gosh 2.0
  • Group: Patrons
  • Posts: 2,347
  • Joined: 03-October 03
  • OS:none specified
  • Country: Country Flag

Posted 17 October 2003 - 10:55 AM

If you want that message copy bootfix.bin into your VOL1 or boot folder. If you cannot see the ~LS and ~BT folders, make sure you can see hidden files and folders. It doesn't matter where systemfileprotection is, because it's it's own seperate catagory.

-gosh

#95 Guest_bitch_*

  • Group: Guests

Posted 17 October 2003 - 12:53 PM

i can see all hidden files and folders..
but i dont have the ~BT Folder :D

@jonnywi
u r a german guy :) maybe u can help me and send me the ~BT Folder? u have winxp sp1 german or? :rolleyes:

#96 User is offline   beppemito 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 422
  • Joined: 31-August 03

Posted 17 October 2003 - 12:56 PM

help me please....

#97 User is offline   eXPerience-XP 

  • The Offical MSFN Newbie
  • PipPipPip
  • Group: Members
  • Posts: 365
  • Joined: 23-September 03

Posted 17 October 2003 - 02:12 PM

when i type winnt32.exe /noreboot it jus pops-up Windows explorer and goes to C:\Documents and Settings\Administrator.. wat am i doing wrong i jus went to start--> run and typed winnt32.exe /noreboot

#98 User is offline   flyakite 

  • Member
  • PipPip
  • Group: Members
  • Posts: 189
  • Joined: 17-September 03

Posted 17 October 2003 - 02:21 PM

You need to browse to the directory of the cd. If say, you have your cd copied to a folder called XP on your C:\. Start - Run - then type "command" without the quotes to open command prompt. From there you would type:

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 User is offline   eXPerience-XP 

  • The Offical MSFN Newbie
  • PipPipPip
  • Group: Members
  • Posts: 365
  • Joined: 23-September 03

Posted 17 October 2003 - 02:27 PM

ok and when i type it in the setup starts so is it gonna install over my current OS?
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 User is offline   flyakite 

  • Member
  • PipPip
  • Group: Members
  • Posts: 189
  • Joined: 17-September 03

Posted 17 October 2003 - 02:49 PM

No, it won't. When setup comes up. You want to do choose the clean install option. It will copy files to your computer but will NOT overwrite anything already on there. Once it's done, it should just close on it's own if I remember correctly. Afterwards, you should have some weird folders in your C:\. Just follow the starting post of this thread to do the rest.

Share this topic:


  • 20 Pages +
  • « First
  • 3
  • 4
  • 5
  • 6
  • 7
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy