[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/se3-unattended/var/se3/unattended/install/scripts/ -> basese3.bat (source)

   1  :: MASTER: Perform a basic workstation installation
   2  :: $Id: basese3.bat 7693 2013-03-03 15:33:02Z olikin $
   3  @Echo off
   4  
   5  :: lancement d'un netdom.exe puis de l'ensemble des outils d'intégration à se3
   6  :: c:\netinst\IntegSE3.cmd est appelé par la clé Runonce complétée ci-dessous
   7  todo.pl "%windir%\system32\reg.exe add \"HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\" /v \"SE3install\" /d \"c:\netinst\IntegSE3.cmd\" /F"
   8  
   9  :: Defragment the drive to collect the free space.
  10  todo.pl defrag.bat
  11  
  12  :: Set Automatic Updates to download and update automatically (SP2 behavior)
  13  ::################### à faire puisque wpkg ne gère plus les maj windows
  14  todo.pl "auconfig.pl --day 0 --time 3 --wait 10 4"
  15  
  16  :: Update windows and turn off annoying stuff.
  17  :: To be made with Nlite !!!! much more effective !
  18  :: todo.pl %%WINVER%%-updates.bat %%WINVER%%-notips.pl .reboot
  19  
  20  :: Set IIS startup type to manual and ignore if not installed.
  21  todo.pl ".ignore-err 255 startup-type.pl Manual IISADMIN" ".ignore-err 255 startup-type.pl Manual W3SVC"
  22  
  23  :: Turn off Windows Messenger service
  24  :: todo.pl "startup-type.pl Disabled Messenger"
  25  
  26  :: fichiers nécessaires localement pour les scripts lancés au reboot ultérieur
  27  todo.pl "call %SystemDrive%\netinst\permcred.bat && copy /Y %NETLOGON_DIR%\wget.exe %SystemDrive%\netinst\"
  28  todo.pl "call %SystemDrive%\netinst\permcred.bat && copy /Y %NETLOGON_DIR%\netdom.job %SystemDrive%\netinst\"
  29  todo.pl "call %SystemDrive%\netinst\permcred.bat && copy /Y %NETLOGON_DIR%\se3.job %SystemDrive%\netinst\"
  30  todo.pl "call %SystemDrive%\netinst\permcred.bat && copy /Y %NETLOGON_DIR%\..\CPAU.exe %SystemDrive%\netinst\"
  31  todo.pl "call %SystemDrive%\netinst\permcred.bat && copy /Y %NETLOGON_DIR%\se3ip.bat %SystemDrive%\netinst\se3ip.bat"
  32  todo.pl "call %SystemDrive%\netinst\permcred.bat && copy /Y %NETLOGON_DIR%\se3.cmd %SystemDrive%\netinst\"
  33  todo.pl "call %SystemDrive%\netinst\permcred.bat && copy /Y %NETLOGON_DIR%\Etapefinale.cmd %SystemDrive%\netinst\"
  34  todo.pl "call %SystemDrive%\netinst\permcred.bat && copy /Y %NETLOGON_DIR%\se3netdom.cmd %SystemDrive%\netinst\"
  35  todo.pl "call %SystemDrive%\netinst\permcred.bat && copy /Y %NETLOGON_DIR%\se3rapport.cmd %SystemDrive%\netinst\"
  36  todo.pl "call %SystemDrive%\netinst\permcred.bat && copy /Y %NETLOGON_DIR%\joindomain.vbs %SystemDrive%\netinst\"
  37  todo.pl "call %SystemDrive%\netinst\permcred.bat && copy /Y %NETLOGON_DIR%\IntegSE3.cmd %SystemDrive%\netinst\"
  38  
  39  :: Installation d'un antivirus rapidement pour les quelques "trous" windows
  40  todo.pl "if exist z:\scripts\antivirus.bat call z:\scripts\antivirus.bat"
  41  
  42  :: il faut etre sur que le pilote video est installe pour que la resolution soit suportee : utiliser les driverspack pour cela
  43  ::todo.pl "if exist z:\wpkg\tools\nircmd.exe z:\wpkg\tools\nircmd.exe setdisplay 800 600 -updatereg -allusers"
  44  todo.pl "if exist z:\scripts\setresolution.bat call z:\scripts\setresolution.bat"
  45  
  46  :: si on est sur un windows2000, on recupère reg.exe
  47  todo.pl "if not exist %windir%\system32\reg.exe if exist z:\wpkg\tools\reg.exe copy /Y z:\wpkg\tools\reg.exe %windir%\system32\"
  48  
  49  :: Echo Pas d'expiration des mots de passe
  50  todo.pl "net accounts /maxpwage:unlimited"
  51  
  52  :: on finit l'installation des Driverpacks et on reboote
  53  todo.pl "if exist %SystemDrive%\DPsFnshr.exe %SystemDrive%\DPsFnshr.exe" .reboot


Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1