Jump to content

Dj-Throll

Member
  • Posts

    10
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Norway

Everything 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
  2. Hello. This is in the unattend.txt [RegionalSettings] LanguageGroup=1 The cmdlines.txt includes this: [Commands] "MUIINST\muisetup.exe /i 0414 /d 0414 /l /f /r /s" This now installes the Norwegian language, but it defaults to English time, date and number format.
  3. Hello. Where do you have your files placed. Do you have then directy under $OEM$ folder, or have you moved them ??
  4. 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 !!
  5. Hello. How did you configure BartPE to start install.bat instead og nu2menu ??
  6. 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 ?
  7. 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
  8. Hello. Can someone help me. I am struggeling with disksize. I want to install Windows XP on a 8 GB C partition, and make the rest of the disk as D partition. I have tried to use ExtendOEMPartition, but that don't work. How can I make this happen ?? -TEGB
  9. Hello. How can I put onto a boot cd ? Please help me.... I'm struggeling.
  10. Hello. Can someone please tell me how to remove Outlook Express and Windows Media Player on Windows server 2003 ? I don't want these installed on my servers. can someone please help me ? Dj-Throll
×
×
  • Create New...