Jump to content

Banditbiker

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Posts posted by Banditbiker

  1. Hello i have a problem with my unattended Installation of Windows XP SP2. It seems there is a bug in my winnt.sif, but i can't fin it. The Classic Windows doesn't work and i have to accept the eula.

    Any Suggestions?

    ;SetupMgrTag

    [Data]AutoPartition = 0

    MsDosInitiated = 0

    UnattendedInstall = 1

    AutomaticUpdates = 0

    [unattended]

    UnattendMode = FullUnattended

    UnattendSwitch = 1

    OemPreinstall = 1

    OemSkipEula = 1

    TargetPath=\WINDOWS

    Hibernation = 0

    WaitForReboot = 0

    [GuiUnattended]

    AutoLogon = 1

    AutoLogonCount = 1

    EncryptedAdminPassword = 0

    AdminPassword = *

    TimeZone = 110

    OEMSkipRegional = 1

    OemSkipWelcome = 1

    [userData]

    ProductKey = xxx

    FullName = "*"

    OrgName = ""

    ComputerName = wst

    [Display]

    BitsPerPel = 32

    Xresolution = 1024

    YResolution = 768

    Vrefresh = 75

    [systemRestore]

    DisableSR = 1

    [GuiRunOnce]

    Command0 = "net use /p:n"

    [identification]

    JoinWorkgroup = ARBEITSGRUPPE

    [Networking]

    InstallDefaultComponents = 1

    [Components]

    msmsgs = off

    msnexplr = off

    [shell]

    DefaultThemesOff = 1

    DefaultStartPanelOff = 1

    [WindowsFirewall]

    Profiles = WindowsFirewall.TurnOffFirewall

    [WindowsFirewall.TurnOffFirewall]

    Mode = 0

    [TerminalServices]

    AllowConnections = 1

  2. I have used the one for Win XP Pro and modified it for Win 2k...seems it works for me.

    CLS
    @echo off
    TITLE Creating ISO Image of Windows 2K Professional
    ECHO.
    ECHO Removing any possible attributes set on D:\unattended\ZRMPFPP_DE and its subfolders...
    attrib -R -H D:\unattended\ZRMPFPP_DE /S /D
    ECHO.
    ECHO Creating ISO...
    CDIMAGE.EXE -lWXPFPP_EN -t12/31/2002,12:00:00 -h -j1 -m -bboot.img D:\unattended\ZRMPFPP_DE D:\2kunattend.ISO
    ECHO.
    PAUSE
    EXIT

×
×
  • Create New...