![]() ![]() |
Apr 15 2007, 03:23 PM
Post
#61
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Members Posts: 642 Joined: 30-November 06 From: Behind you Member No.: 117138 OS: Vista Ultimate x86
|
|
|
|
|
Jun 5 2007, 04:52 PM
Post
#62
|
|
|
Newbie Group: Members Posts: 12 Joined: 30-August 06 Member No.: 109040
|
I would love a look at your x64 xml.
|
|
|
|
Jul 6 2007, 06:00 PM
Post
#63
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Members Posts: 642 Joined: 30-November 06 From: Behind you Member No.: 117138 OS: Vista Ultimate x86
|
|
|
|
|
Jul 27 2007, 07:09 AM
Post
#64
|
|
|
Follow the rules please :-) Group: Patrons Posts: 7648 Joined: 14-November 03 From: Bangalore, India Member No.: 9470
|
Came across this bit of info recently - I'm assuming it will be available in Vista SP1 as well, and if so, it finally solves the driver problem in a simple manner.
QUOTE Windows Server Longhorn Automatic Driver Injection During WinPE the system looks for the directory named $WinPEDriver$ at the root of all visible drives given a drive letter of C or greater. If this directory exists, the module then adds this path to the list of paths that it maintains to search for driver packages. When this operation is complete, the module continues to scan the answer file, if present, for additional driver paths. Because of this operation, drives that contain a $WinPEDriver$ directory in the root cause Setup to recursively search this directory for driver packages to be imported into the image during the WinPE phase. This includes hard drive partitions and removable media like floppy disk drives and flash drives. Type-27 hidden partitions are assigned a driver letter during the WinPE phase of Setup and are also searched. LINK to source - HTML from google cache | or MSword file |
|
|
|
Sep 18 2007, 05:25 AM
Post
#65
|
|
|
Member ![]() ![]() Group: Members Posts: 257 Joined: 4-January 05 Member No.: 39886
|
Hi, i've been searching around and I can't find what i'm looking for, is there documentation explaining this xml file completly with all available components listed and options, or has anyone made a program to help automate it?
I'd be interested in writing a simple app to toggle things on and off if there isn't already one, I know we have vlite but i'd like to be able to keep the source clean and just use an answer file many thanks! |
|
|
|
Sep 19 2007, 01:23 PM
Post
#66
|
|
|
The Guy from Aus ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1517 Joined: 14-November 03 From: DownUnder Member No.: 9474
|
I find the waik /wsim reference to be very helpful. There a few tools you mention on this board for automating an xml.
|
|
|
|
Sep 20 2007, 03:06 PM
Post
#67
|
|
|
Follow the rules please :-) Group: Patrons Posts: 7648 Joined: 14-November 03 From: Bangalore, India Member No.: 9470
|
Yes indeed, resources for this with detailed help do exist, which is actually what I used.
WAIK - a set of packages around 900 MB in size, free download from oem.microsoft.com WSIM - a graphical tool to help renerating an xml (unfortunately, an xml that passes validation by wsim will not always work as expected during setup, which is why I felt the need to post a known-to-be-working file on the forum). documentation - yes there are some CHM files contained in the WAIK and are a very useful reference, might total up to hardly 5 MB. |
|
|
|
Sep 22 2007, 06:19 PM
Post
#68
|
|
|
Member ![]() ![]() Group: Members Posts: 257 Joined: 4-January 05 Member No.: 39886
|
thanks!, i'll have to start downloading and reading.. one last thing, isthe WSIM a ms tool or a user made one? ... I'm half guessing its included in the waik?, very tired, about togoto bed but just thought i'd check this quickly whilst i can, shall be looking into it as soon as i get some free time, i like the download speed from microsoft servers, seem to forget i have a 8mb connection with most sites seemingly limited!
|
|
|
|
Sep 28 2007, 11:13 PM
Post
#69
|
|
|
Follow the rules please :-) Group: Patrons Posts: 7648 Joined: 14-November 03 From: Bangalore, India Member No.: 9470
|
Oh yes, it is part of WAIK.
|
|
|
|
Oct 13 2007, 01:58 AM
Post
#70
|
|
|
Follow the rules please :-) Group: Patrons Posts: 7648 Joined: 14-November 03 From: Bangalore, India Member No.: 9470
|
Still waiting upon the direct drop-in folder of "Updates" to automatically install updates post-SP1.
And the other drop-in folder mentioned earlier (quoted below): Came across this bit of info recently - I'm assuming it will be available in Vista SP1 as well, and if so, it finally solves the driver problem in a simple manner.
QUOTE Windows Server Longhorn Automatic Driver Injection During WinPE the system looks for the directory named $WinPEDriver$ at the root of all visible drives given a drive letter of C or greater. If this directory exists, the module then adds this path to the list of paths that it maintains to search for driver packages. When this operation is complete, the module continues to scan the answer file, if present, for additional driver paths. Because of this operation, drives that contain a $WinPEDriver$ directory in the root cause Setup to recursively search this directory for driver packages to be imported into the image during the WinPE phase. This includes hard drive partitions and removable media like floppy disk drives and flash drives. Type-27 hidden partitions are assigned a driver letter during the WinPE phase of Setup and are also searched. LINK to source - HTML from google cache | or MSword file |
|
|
|
Mar 4 2008, 07:57 AM
Post
#71
|
|
|
Group: Members Posts: 8 Joined: 14-February 08 Member No.: 176929 OS: Vista Ultimate x86
|
Hi there! First of all - fantastic samples!
Now my question - i couldnt solve the problem yet to run a simple batchfile after installation .. as i see some of thoose samples added a line with a batchfile, follow: CODE <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <CommandLine>%SystemDrive%\install\GUIrunOnce.cmd</CommandLine> <Description>customises settings</Description> <Order>20</Order> </SynchronousCommand> </FirstLogonCommands> OK here comes the question: How do i copy the install-dir into the system-drive and how could i add the variable systemdrive - or does it work after i copied the directory to the sysdir? You know .. i dont have alot of time to spend on my own Vista-DVD, thats why i dont want to get ride of WAIK, id rather use some own batchfiles to add updates and registrytweaks after installation, i think its the best solution because the implementation of updates and software dont works at all (many users reported problems on waik). i hope someone could tell me how to copy a directory from the dvd, including sub-dirs and all files and tell me if it works with the batchfile-run-line in the unattented.xml lines ive posted in the code-tag up of my post. And yes .. err .. what does the order-line means? why it counts 20? i would be very happy if someone which knows what im asking for would help me. thanks alot allready, a very interesting community, im sorry for myself that i cant spend alot of time into this, im very busy. greets, max This post has been edited by max1234: Mar 4 2008, 07:59 AM |
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 7th September 2008 - 01:48 PM |