Jump to content

make xp 64bit unattended


Recommended Posts

hey! i'm doing unattended windows xp sp2 64bit

but the iso is in enlgish

the idea is that you install the Spanish language installation dese

then use the nLite to allow programs to be installed while installing windows

RunOnceEx following command is used to give information to install program

@echo off

title instalando idioma, componentes y actualizaciones

color 47

:Programas

echo Instalando Lenguaje Español

start /wait msiexec /i %SYSTEMDRIVE%\Install\MUI.Spanish.MSI /passive /norestart /f

sleep 2

cls

echo Instalando Internet Explorer 8

start /wait %SYSTEMDRIVE%\Install\IE8.exe /passive /update-no /norestart /f

sleep 2

cls

echo Instalando Windows Media Player 11

start /wait %SYSTEMDRIVE%\Install\wmp11-windowsxp-x64-enu.exe /Q

sleep 2

cls

echo Instalando Idioma Media Player 11

start /wait %SYSTEMDRIVE%\Install\wmp11setup-64_muiesn.exe /Q

sleep 2

cls

echo Instalando visual C++ 2010 x86

start /wait %SYSTEMDRIVE%\Install\Visual1.exe /passive /norestart /f

sleep 2

cls

echo Instalando visual C++ 2010 x64

start /wait %SYSTEMDRIVE%\Install\Visual2.exe /passive /norestart /f

sleep 2

cls

echo Instalando visual C++ 2008 x86

start /wait %SYSTEMDRIVE%\Install\vcredist86.exe /q

sleep 2

cls

echo Instalando visual C++ 2008 x64

start /wait %SYSTEMDRIVE%\Install\vcredist64.exe /q

sleep 2

cls

echo Instalando visual C++ 2008 x86 SP1

start /wait %SYSTEMDRIVE%\Install\Visual3.exe /q

sleep 2

cls

echo Instalando visual C++ 2008 x64 SP1

start /wait %SYSTEMDRIVE%\Install\Visual4.exe /q

sleep 2

cls

echo Instalando Framework 3.5

start /wait %SYSTEMDRIVE%\Install\dotnetfx35.exe /q /norestart

sleep 2

cls

echo Instalando Framework 4

start /wait %SYSTEMDRIVE%\Install\dotNetFx40_Full_x86_x64.exe /q /norestart

sleep 2

cls

:Salir

exit

the problem is in the command of the language pack, because it opens the help window telling pack of commands, which are these

msiexec /opción <Parámetro necesario> [Parámetro opcional]

Opciones de instalación

</package | /i> <Product.msi>

Instala o configura un producto

/a <Product.msi>

Instalación administrativa: instala un producto en la red

/j<u|m> <Product.msi> [/t <Lista de transformación>]

[/g <Id. de idioma>]

Anuncia un producto: m para todos los usuarios, u para

el usuario actual

</uninstall | /x> <Product.msi | Código_producto>

Desinstala el producto

Opciones de pantalla

/quiet

Modo silencioso sin interacción del usuario

/passive

Modo desatendido: sólo se muestra la barra de progreso

/q[n|b|r|f]

Establece el nivel de interfaz del usuario

n - sin UI

b - UI básica

r - UI reducida

f - UI completa (predeterminado)

/help

Información de ayuda

Opciones de reinicio

/norestart

No reiniciar una vez finalizada la instalación

/promptrestart

Pide al usuario que reinicie el equipo si fuera necesario

/forcerestart

Reiniciar siempre el equipo después de la instalación

Opciones de registro

/l[i|w|e|a|r|u|c|m|o|p|v|x|+|!|*] <Archivo_registro>

i - mensajes de estado

w - avisos no graves

e - todos los mensajes de error

a - inicio de acciones

r - registros específicos para la acción

u - solicitudes del usuario

c - parámetros iniciales de IU

m - sin memoria o información de salida grave

o - mensajes de espacio insuficiente en disco

p - propiedades de Terminal Server

v - información detallada

x - información de depuración extra

+ - anexar al archivo de registro existente

! - vaciar cada línea al registro

* - registrar toda la información, excepto las opciones

v y x

/log <Archivo_registro>

Equivalente a /l* <Archivo_registro>

Opciones de actualización

/update <Update1.msp>[;Update2.msp]

Aplica las actualizaciones

/uninstall <Guid_código_actualización>[;Update2.msp] /package

<Product.msi | Código_producto>

Quita las actualizaciones de un producto

Opciones de reparación

/f[p|e|c|m|s|o|d|a|u|v] <Product.msi | Código_producto>

Repara un producto

p - sólo si el archivo no existe

o - si el archivo no existe o está instalada una versión

anterior (predeterminado)

e - si el archivo no existe o está instalada una versión

anterior o igual

d - si el archivo no existe o está instalada una versión

diferente

c - si el archivo no existe o la suma de comprobación no

coincide con el valor calculado

a - obliga a instalar todos los archivos

u - todas las entradas de registro necesarias específicas

del usuario (predeterminado)

m - todas las entradas de registro necesarias específicas

del equipo (predeterminado)

s - todos los accesos directos especificados

(predeterminado)

v - se ejecuta desde el origen y copia en la caché el

paquete local

Establecer propiedades públicas

[PROPERTY=Valor_propiedades]

I do not know when I'm wrong it does not install

because I put this line

start /wait msiexec /i %SYSTEMDRIVE%\Install\MUI.Spanish.MSI /passive /norestart /f

thanks so much

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...