Jump to content

SibTiger

Member
  • Posts

    44
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Russian Federation

Posts posted by SibTiger

  1. Nuhi, your pace for developing and improving this code is awesome. If you worked at Microsoft, we'd be tweaking Longhorn, not waiting for WinXP SP2! Thanks for the great work.

    Tested with my custom English install... flawless.

    Tested with an XPCREATED Russian install... also flawless (if I don't touch any language settings.)

    Just incredible! :)

  2. I know I must be missing something obvious. I want to run an unattended install from my hard drive. From the command line, I type:

    "d:\winsetup\i386\winnt32.exe" /unattend:d:\winsetup\i386\winnt.sif /s:d:\winsetup\i386

    But I keep getting the error message:

    "The specified Setup script file (d:\winsetup\i386\winnt.sif) is inaccessible or invalid. Contact your system administrator."

    Here's what winnt.sif looks like:

    ;SetupMgrTag

    [Data]    AutoPartition=0

        MsDosInitiated="0"

        UnattendedInstall="Yes"

    [unattended]

        UnattendMode=DefaultHide

        UnattendSwitch=Yes

        OemSkipEula=Yes

        OemPreinstall=Yes

        DisableDynamicUpdates=Yes

        Hibernation=1

        TargetPath=\WINDOWS

        WaitForReboot=No

        Repartition=No

    [GuiUnattended]

        AdminPassword="XXXX"

        EncryptedAdminPassword=NO

        OEMSkipRegional=0

        OemSkipWelcome=1

    [userData]

        FullName=""

        OrgName=""

        ComputerName=Computer1

        ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

        ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

    [Display]

        BitsPerPel=32

        Xresolution=1024

        YResolution=768

        Vrefresh=60

    [RegionalSettings]

        LanguageGroup=5,1

    [identification]

        JoinWorkgroup=MSHOME

    [Networking]

        InstallDefaultComponents=Yes

        Home_Page=http://www.google.com

    [Components]

        msnexplr=off

        msmsgs=off

    [branding]

        BrandIEUsingUnattended=Yes

    [Proxy]

        Proxy_Enable=0

        Use_Same_Proxy=0

    Anyone know what the problem is?

    Thanks!

    -Mike

×
×
  • Create New...