Jump to content

beppemito

Member
  • Posts

    421
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Italy

Posts posted by beppemito

  1. then, my winnt.sif became:

    ;SetupMgrTag
    [Data]
      AutoPartition=0
      MsDosInitiated="0"
      UnattendedInstall="Yes"

    [Unattended]
      UnattendMode=FullUnattended                                              <----is it good?
      Repartition=No
      OemSkipEula=Yes
      OemPreinstall=Yes
      UnattendSwitch="yes"
      TargetPath=\WINDOWS
      OemPnPDriversPath="driver\000_nvidia_forceware;driver\001_adsltelecom"
      DriverSigningPolicy=Ignore

    [GuiUnattended]
      AdminPassword=*                                                          <-----here???
      EncryptedAdminPassword=NO
      AutoLogon = Yes
      OEMSkipRegional=1
      TimeZone=110
      OemSkipWelcome=1

    [UserData]
      ProductKey=                             .................censured....................
      FullName=                                                          <------------none
      OrgName=                                                         <------------none
      ComputerName=                                                 <------------none

    [Display]
      BitsPerPel=32
      Xresolution=800
      YResolution=600

    [TapiLocation]
      CountryCode=39

    [RegionalSettings]
      LanguageGroup=10,2,1

    [Identification]
      JoinWorkgroup=WORKGROUP

    [Networking]
      InstallDefaultComponents=Yes

    [URL]
     Home_Page=www.virgilio.it

    [Components]
      msmsgs=off
      zonegames=off

    [Shell]
      DefaultStartPanelOff = Yes
      CustomDefaultThemeFile="%Systemroot%\Resources\Themes\metallicblue.theme"

    [GuiRunOnce]
      %systemdrive%\install\bootlogo.cmd
      %systemdrive%\install\prepare.cmd
      %systemdrive%\install\patch\installa.cmd
      %systemdrive%\install\wpi.cmd
      %systemdrive%\install\install.cmd
      %systemdrive%\cleanup.cmd

    ??

  2. ProvideDefault will prompt you for everything with the default value filled in from your unattend file.  the only thing providedefault WON'T prompt you for is the product key.  I've used it before, it's nice because if you let a friend borrow your cd he can change the computer name, etc.

    -gosh

    can i use PROVIDEDEFAULT with my winnt.sif?

    ;SetupMgrTag
    [Data]
       AutoPartition=0
       MsDosInitiated="0"
       UnattendedInstall="Yes"

    [Unattended]
       UnattendMode=FullUnattended
       Repartition=No
       OemSkipEula=Yes
       OemPreinstall=Yes
       UnattendSwitch="yes"
       TargetPath=\WINDOWS
       OemPnPDriversPath="driver\000_nvidia_forceware;driver\001_adsltelecom"
       DriverSigningPolicy=Ignore

    [GuiUnattended]
       AdminPassword=*
       EncryptedAdminPassword=NO
       AutoLogon = Yes
       OEMSkipRegional=1
       TimeZone=110
       OemSkipWelcome=1

    [UserData]
       ProductKey=.................censured....................
       FullName="utente"
       OrgName="."
       ComputerName=*

    [Display]
       BitsPerPel=32
       Xresolution=800
       YResolution=600

    [TapiLocation]
       CountryCode=39

    [RegionalSettings]
       LanguageGroup=10,2,1

    [Identification]
       JoinWorkgroup=WORKGROUP

    [Networking]
       InstallDefaultComponents=Yes

    [URL]
      Home_Page=www.virgilio.it

    [Components]
       msmsgs=off
       zonegames=off

    [Shell]
       DefaultStartPanelOff = Yes
       CustomDefaultThemeFile="%Systemroot%\Resources\Themes\metallicblue.theme"

    [GuiRunOnce]
       %systemdrive%\install\bootlogo.cmd
       %systemdrive%\install\prepare.cmd
       %systemdrive%\install\patch\installa.cmd
       %systemdrive%\install\wpi.cmd
       %systemdrive%\install\install.cmd
       %systemdrive%\cleanup.cmd

  3. Here's the documentation on it:

    http://java.sun.com/j2se/1.4.2/docs/guide/...ide/silent.html (make sure you don't use a space between /v and "/qn like they've outlined in their examples, because it won't work)

    I've been sprucing up my sun java installation just a few minutes ago, this is what I use to install core java files, and integrate into IE:

    j2re-1_4_2_01-windows-i586.exe /s /v"/qn ADDLOCAL=jrecore IEXPLORER=1"

    Then the following reg changes:

    Windows Registry Editor Version 5.00

    ;Disable Java Update Check on Startup
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
    "SunJavaUpdateSched"=-

    ;Hide Tray Icon when Java is used in browser **Version sensitive!**
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.4.2_01]
    "HideSystemTrayIcon"=dword:00000001

    can i use j2re-1_4_2_02?

  4. @ 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

  5. Windows File Protection

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

    post

    and don't forget the registry  key

    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!!!

×
×
  • Create New...