Raoul90
Terugkerende gebruiker
- Lid geworden
- 21 jan 2007
- Berichten
- 1.666
Hey,
Ik probeer Update Rollup 2 te integreren in mijn unattended installatie van Windows XP MCE 2005. Maar ik loop vast.
Hier staat hoe je het moet doen:
Klik....
$OEM$ folder, die had ik niet, die heb ik toen aangemaakt omdat ik even had gegoogled en toen dit tegenkwam:
Ik heb toen ook de CMDlines.txt aangemaakt in diezelfde map.
Nou hier snap ik niks van. Ik heb geen software map??
En hoe werkt dat runonce?
Ik probeer Update Rollup 2 te integreren in mijn unattended installatie van Windows XP MCE 2005. Maar ik loop vast.
Hier staat hoe je het moet doen:
Klik....
$OEM$ folder, die had ik niet, die heb ik toen aangemaakt omdat ik even had gegoogled en toen dit tegenkwam:
\$OEM$
This folder, which you create in the distribution folder as a subfolder of the \i386 folder, contains all the additional files required to complete the installation. If you use the OemFilesPath key in the [Unattended] section of the answer file, you can create the \$OEM$ folder outside the distribution folder.
You can instruct Setup to automatically copy directories, standard 8.3 format files, and any tools required for your automated installation to the \$OEM$ subfolder.
One of the additional files that you can add to the \$OEM$ subfolder is Cmdlines.txt. This file contains a list of commands that Setup carries out during its GUI mode. These commands can, for example, run an INF file, an application installation command, Sysdiff.exe, or another executable file. For more information about the Cmdlines.txt file, see Adding Applications in this chapter
Ik heb toen ook de CMDlines.txt aangemaakt in diezelfde map.

Now make a new folder in the folder where you put your software.
For example , this is how mine looks like :
D:\xpcd\SOFTWARE
So with the new folder it looks like this :
D:\xpcd2006\SOFTWARE\mceupdates ( i called the new folder "mceupdates" )
Put all the other hotfixes inside that folder.
CODEKB900325.exe
WindowsXPMediaCenter2005-KB914548-ENU.exe
WindowsXP-KB912024-v2-x86-ENU.exe
WindowsMedia10-KB913800-x86-ENU.exe
(Make sure you downloaded them in your own language)
I use RunOnce to install my software , so i can only tell you how i install them.**
CODEREG ADD %KEY%\017 /VE /D "MCE2005 Updates" /f
REG ADD %KEY%\017 /V 1 /D "%CDROM%\Software\mceupdates\KB900325.exe /quiet /norestart" /f
REG ADD %KEY%\017 /V 2 /D "%CDROM%\Software\mceupdates\WindowsMedia10-KB913800-x86-NLD.exe /quiet /norestart" /f
REG ADD %KEY%\017 /V 3 /D "%CDROM%\Software\mceupdates\WindowsXP-KB912024-v2-x86-NLD.exe /quiet /norestart" /f
REG ADD %KEY%\017 /V 4 /D "%CDROM%\Software\mceupdates\WindowsXPMediaCenter2005-KB914548-NLD.exe /quiet /norestart" /f
Nou hier snap ik niks van. Ik heb geen software map??
En hoe werkt dat runonce?