Ca se trouve ici :
http://www.msfn.org/board/topic/120444-how-to-install-windows-from-usb-winsetupfromusb-with-gui/
Catégorie : XP
Unattend, Windows, XP
Unattended install et slipstream Office 2003 et 2007
by Cyril • • 0 Comments
Pour intégrer les service Pack et mise à jour au cd d’install d’office XP/2003/2007 :
Office Integrator
Pour automatiser l’install :
- Office 2003, il faut utiliser ORK Office Ressource Kit
http://unattended.msfn.org/unattended.xp/view/web/50/
- Office 2007, il faut l’installer avec des options particulières:
http://www.msfn.org/board/topic/72392-office-2007-unattended-setup-fine-tuning/
Unattend, vnc, Windows, XP
Unattended install UltraVNC105
by Cyril • • 0 Comments
Dans le même répertoire que le fichier d’installation d’ULtraVNC il faut créer les fichiers script suivant :
start.cmd
@echo off :declare variabes set random03=%random%
:copy all files to temp local location cd %userprofile% md "%temp%\%random03%\" copy "\\server\ClientApps\UVNC105\*.*" "%temp%\%random03%\" cd "%temp%\%random03%\" InstallUVNC.cmd exit
installuvnc.cmd
@echo off :install uvnc echo Installing Ultra VNC... UltraVNC_105_Setup_W32.exe /silent /loadinf="uvncinstall.inf" /log echo. echo Copying Encryption Files... echo. copy MSRC4Plugin.dsm "%programfiles%\UVNC" /y copy rc4.key "%programfiles%\UVNC" /y echo. echo Copying Configuration Files... echo. copy ultravnc.ini "%programfiles%\UVNC" /y echo. echo Starting Service... echo. net start uvnc_service echo. echo Program Installed. echo. :remove temp files cd %userprofile% del "%temp%\%random03%\*.*" /q rd "%temp%\%random03%" :pause exit
uvncinstall.inf
[Setup] Lang=en Dir=C:\Program Files\UVNC Group=UltraVNC NoIcons=0 SetupType=server Components=ultravnc_server Tasks=installservice
Unattend, Windows, XP
Unattended install diverses
by Cyril • • 0 Comments
Voici quelques exemples d’application qui s’installe de manière « silencieuse » :
7Zip : « 7Zip.exe /S »
Acrobat Reader : « AdbeRdr.exe /SAll
DriverPacks, nLite, RyanVM, Unattend, Windows, XP
Unattended XP install
by Cyril • • 0 Comments
Il s’agit de modifier un CD d’installation de XP pour rendre l’installation des PC plus rapide et facile.
Il y a plusieurs étapes à suivre :
- Copier le contenu du CD d’installation dans un répertoire. Le contenu de ce répertoire sera modifié par nLite
- Si le CD n’inclue pas le dernier service pack, l’insérer (slipstream) avec WUD + nLite. WUD facilite le téléchargement et nLite permet l’intégration.
- Insérer les dernière mise à jour avec RyanVM ou WUD + nLite. La première solution n’est pas complètement à jour et la seconde solution ne permet pas d’intégrer toutes les mise à jour
- Configurer l’installation automatique ( Unattented install ) à l’aide de nLite
- Installer les drivers avec DriverPacks
- Installer WPI pour l’installation automatique des applications tierce
- Créer l’iso et le graver avec nLite
Sources :
http://unattended.msfn.org/unattended.xp/view/web/1/
Forum de RYanVM, nLite et DriverPacks
A essayer :
RyanVM integrator semble couvrir toutes les étapes :
http://integrator.siginetsoftware.com/