Frank Van Damme a écrit :
On Nov 16, 2007 1:37 PM, Frank Van Damme <[EMAIL PROTECTED]> wrote:
When and where do you call devpath.exe then? I only see you copy the directory.
in the presetup.cmd which is generated by the #2 method
look into the presetup.cmd file
%CDDRIVE%\OEM\bin\DevPath.exe %SystemDrive%\D
I also see one problem with putting this in doit_cmds; normally (as
far as I see it) doit_cmds is being generated by unattended if there
is no value pre-defined, and what ends up in it depends on which OS
you chose to install (winxpsp2 in your case). Is there not something
that is executed before the setup (something that is not doit_cmds)?
Never mind, I'm trying the driverpack stuff out now and it seems to
run place itself before the windows setup program.
yes that's right
Apparently, you can put ("slipstream") drivers into the windows media
(read: z:\os\winnnnnspn or something), so you don't need to copy them
manually, as far as I understand.
yes this is quite automatic modulo a little hack
the method #2 from DPS_Base.exe (driverpack.net) do all the job
but you have to do some hack with the unattended method from
sourceforge, in order to make it work
I try to resume:
let's say your master Windows stays on D:\WXP
1. with method #2 from driverpack the drivers are put in 7zip in a
directory called OEM
so at the root file system in D:\WXP\OEM
this method also generate the presetup.cmd file (look into this file
you will understand what it is done)
2. as sourceforge-unattended works on the I386 directory you must copy
this OEM driver directory to I386/OEM
copy D:\WXP\OEM D:\WXP\OEM\I386
3. copy the entire I386 to your NTinstall unattended server by instance
~/os/winxpsp2/
4. as the Pyron method works on C:\OEM , at install time (more exactly
before install time) you have to copy back the I386\OEM driver directory
from the unattended server to C: on the client PC
we do this action by the way of the unattend.txt file
just like that, at this stage
doit_cmds = "Z:;cd Z:\os\winxpsp2\i386;/*xcopy OEM c:\OEM /Y /E /I*/;
winnt /rx:
lang /s:Z:\os\winxpsp2\i386 /u:C:\netinst\unattend.txt"
seems to work here
hope this helps
M
--
Maurice Libes
Tel : +33 (04) 91 82 93 25 Centre d'Oceanologie de Marseille
Fax : +33 (04) 91 82 93 03 UMS2196CNRS- Campus de Luminy, Case 901
F-13288 Marseille cedex 9
Veuillez noter ma nouvelle adresse ==> [EMAIL PROTECTED]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info