Re: Fred's Windows XP SP1b 1.2a
Bon voila j'ai d'on tous mie dans le rep :
$OEM$\$1\install\
puis dans le fichier winnt32.sif j'ai rajouter a la fin :
[GuiRunOnce]
%systemdrive%\Update_XPSP1.cmd
%systemdrive%\9-efface.cmd
et modifier tous les *.cmd la command :
%ROOT%
part la command :
%systemdrive%\Install\ ( SET XPASCMD=%systemdrive%\Install\xp-antispy.exe 14 24 )
et dans les lanceur :
start /wait %systemdrive%\Install\
le fichier 9-efface.cmd et la pour effacer le repertoir install a la fin de l'installation du Script que voila.
@echo off
echo Suppression des repertoires temporaires ...
cmd /c rd /s /q %systemdrive%\Install\
cmd /c rd /s /q %systemdrive%\temp\
echo.
echo Termine.
je precise que c'est pour installer le Script en Unattended .
@+
|