Bonjour à toutes et tous:
Je suis peut être un peu bête mais j'ai besoin qu'on m'éclaire sur quelques petits points:
GuiRunOnce doit avoir quelle extension? Es ce que c'est ce fichier que je place dans "...\$OEM$\$1\" ?
Où es ce que j'insère la ligne "cmd /c del %systemdrive%\applications.bat"?
Je n'ai pas vu où il était expliqué le fichier "winnt.sif"
A quoi sert il?
Et dernière chose ces lignes :
echo Installation de Microsoft .NET Framework 1.1 SP1 ...
start /wait msiexec /i %systemdrive%\applications\dotnetfx\netfx.msi
start /wait msiexec /i %systemdrive%\applications\dotnetfx\langpack.msi /qb
echo.
echo Installation de Microsoft .NET Framework 2.0 ...
start /wait msiexec /i %systemdrive%\applications\dotnetfx2\netfx.msi ADDEPLOY=1 REBOOT=REALLYSUPRESS /qb
start /wait msiexec /i %systemdrive%\applications\dotnetfx2\langpack.msi ADDEPLOY=1 /qb
echo.
Je les mets dans le même fichier '"applications.bat" où sont placées les commandes pour l'instal des logiciels ou il en faut un autre?
Il y a t il un ordre pour l'installation des logiciels?
Merci pour vos réponses et votre temps!

