Hello

I've already have a working Win7 installation based on unattended which install 
windows 7 & applications without any interaction.

I have a bootcd which boots WinPE and has some network drivers in it (only for 
Dell, but you can add others).
In the WinPe environment the disk is formatted and the install process starts 
with "setup.exe unattended.xml".

The unattended.xml was created with WAIK on a Windows 7 machine.

This works very well. The only issue is that my predecessor made the boot.wim 
file on which the bootcd is based. I only know he created it with some windows 
tools.

werner

From: Doug [mailto:doug...@gmail.com]
Sent: woensdag 28 april 2010 4:21
To: unattended-devel@lists.sourceforge.net
Subject: Re: Win7 progress?

So, I've been playing with Win7 for a couple of days, and reading lots of web 
pages and unattended code.  I just wanted to capture a couple of the things I 
found out.  This is not meant to be an exhaustive list, just some 
thoughts/observations.

1) New unattended file format.  Used to be unattended.txt, now is an XML-based 
file.  So that means that install.pl<http://install.pl> will have to change to 
write the new format, perhaps read defaults differently, etc.

2) Different file structure on install disk.  Several of the files that 
install.pl<http://install.pl> looks for do not exist any longer.  i386 
directory gone.  Etc.

3) Can't run Win7 setup from current boot disk process.  (I think this is true. 
 Hacking the nt5install script to try is beyond my abilities.)  Should the new 
process require PXE (hope not)?  Use WAIK to create a WinPE disk that contains 
and can run install.pl<http://install.pl>?  Is it possible to create a small 
partition on the new PC hard drive, copy the Win7 install files from the 
network, create the unattended, boot to that partition to install, then get rid 
if it post-install?

4) UAC (by default can't run todo.pl<http://todo.pl> from Z: without warning 
popups) and other concerns on applications.

I'm sure there are others, but those are some of the major changes I've found 
so far.  I hacked around 1 (hand created Autounattended.xml bundled with my 
install media), 2 (hacked up install.pl<http://install.pl> and WinMedia.pm), 
and 4 (joined the domain during the install so that \\ntinstal\install was a 
trusted share) so I could try various things out.

Thoughts?

Doug





------------------------------------------------------------------------------
_______________________________________________
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to