Jump to content

Dj-Throll

Member
  • Posts

    10
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Norway

Posts posted by Dj-Throll

  1. Hello.

    I found a solution to this problem.

    I will include the content og the files that I use.

    cmdlines.txt

    [Commands]

    "RunEx.cmd"

    "REGEDIT /S HKCU.reg"

    RunEx.cmd

    @echo off

    cmdow /HID

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Windows XP Installation" /f

    REG ADD %KEY%\001 /VE /D "MultiLanguage Pack..." /f

    REG ADD %KEY%\001 /V 1 /D "%SystemDrive%\Software\MUIINST\muisetup.exe /i 0414 /d 0414 /l /r /s" /f

    EXIT

    HKCU.reg

    Windows Registry Editor Version 5.00

    ;Setting the Geographic Location

    [HKEY_CURRENT_USER\Control Panel\International\Geo]

    "Nation"="177"

    This sets the Geographic location to Norway.

    Edit this value to your current location, and it will work.

    It works for me :):thumbup

  2. Hello.

    I am currently building an unattended solution for installing Multilanguage Windows XP.

    I have created the shares, and put all the files in the right place.

    This is what happens.

    I start the installation running from WinPE - I configure the disks first.

    My install string is as follows:

    %SYSTEMDRIVE%\Install\i386\winnt32.exe /unattend:%SYSTEMDRIVE%\Tools\unattended.txt /s:%SYSTEMDRIVE%\Install\i386 /syspart:C: /tempdrive:C: /makelocalsource

    My unattended file include these regional settings:

    [RegionalSettings]

    InputLocale=00000414:00000414

    InputLocale_DefaultUser=00000414:00000414

    Language=0414

    LanguageGroup=1

    SystemLocale=0414

    UserLocale=0414

    UserLocale_DefaultUser=0414

    My cmdlines.txt includes this install string:

    "MUIINST\muisetup.exe /i 0414 /d 0414 /r /s"

    This installes and set the Norwegian language as default.

    If I do this the regional settings defaults to English, with Norwegian language.

    I can se the MUISetup run at T-12 minutes.

    If I drop the MUISetup from cmdlines.txt, the reginal settings default to Norwegian, but the the language is English.

    Do anyone know how I can make the regional setting defaults to Norwegian with Norwegian language ??

    I need some help !!

  3. Hello.

    Here's the story.

    I am building an unattended installation for my company.

    The spec, is that is should be fully unattended.

    I don't want the deployment people to supply the install with anyting.

    This is the idea:

    Make unattended windows install, with partitioning and tweaks.

    I want an 8-10 GB C part, and the rest og the disk to D.

    I havn't looked at WinPE or BartPE before. How can I accomplish this ?

  4. Hello.

    Anyone got this to work while running cd boot with winnt.sif ??

    I am trying to create a 2 GB C partition, but it won't

    Here is my winnt.sif

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

    [Unattended]
       UnattendMode="FullUnattended"
       UnattendSwitch=Yes
       OemSkipEula="Yes"
       Repartition="Yes"
       OemPreinstall="Yes"
       TargetPath="\Windows"
       KeyboardLayout="Norsk"
       DriverSigningPolicy="Block"
       WaitForReboot="No"
       CrashDumpSetting="0"
       OemPnpDriversPath="to long to list"

    [DiskConfig]
       Disk1="Disk1.Config"

    [Disk1.Config]
       Size1="2048"
       PartitionType1="Primary"
       FileSystem1="NTFS"
       QuickFormat1="Yes"

    [GuiUnattended]
       AdminPassword="This is a secret"
       OEMSkipRegional="1"
       TimeZone="110"
       OemSkipWelcome="1"
       AutoLogon="Yes"
       AutoLogonCount="3"
       
    [UserData]
       FullName="Admin"
       OrgName="Company"
       ComputerName=*
       ProductID="Product Key"

    [TapiLocation]
       CountryCode="47"

    [RegionalSettings]
       LanguageGroup="1"
       Language="414"

    [Identification]
       JoinWorkgroup="WORKGROUP"

    [Networking]
       InstallDefaultComponents="Yes"

    [Display]
       BitsPerPel="24"
       Xresolution="1024"
       YResolution="768"
       VRefresh="75"

    [Components]
       msmsgs="off"
       msnexplr="off"
       freecell="off"
       hearts="off"
       minesweeper="off"
       pinball="off"
       solitaire="off"
       spider="off"
       zonegames="off"

    [Shell]
       DefaultStartPanelOff="Yes"
       DefaultThemesOff="Yes"

    Can someone please tell me what's wrong og how I can make this happen ??

    -TEGB

×
×
  • Create New...