FireGeier Posted July 13, 2007 Author Posted July 13, 2007 "SETX Imgx" however should read "SETX ImgX". The X in ImgX being a capital Letter. Anyway problem solved now, thanks for the helpHello Spaceboy!You're right. Thank you for your feedback! I will correct both things now, and upload the corrected version!The VVersion problem was comming up cause MS changed the location and name of the 64bit boot file in the final release.I just wanna mention again, that I've no 64bit environment here, so there is no guarantee that the batchs will run exactly the same way like under x86. So I'm depended from users feedback to improve the 64bit version.Thanks again!Regards,Martin
FireGeier Posted July 13, 2007 Author Posted July 13, 2007 (edited) GUIDE UPDATE:PrepLab.cmd of VU Batch Modules has been changed and corrected some errors for 64bit environment:Following two lines have been changed:Example line:From: SETX Imgx "%Programfiles%\Windows AIK\Tools\amd64" -mTo:SETX ImgX "%Programfiles%\Windows AIK\Tools\amd64" -mSet VVersion line:From:IF EXIST "%WorkDrive%\VistaWork\DVD\boot\cdboot.efi" SETX VVersion amd64 -mTo:IF EXIST "%WorkDrive%\VistaWork\DVD\bootmgr.efi" SETX VVersion amd64 -mMuch thanks goes to Spaceboy, who has reported the error and posted part of the fix!Regards,Martinp.s.: The full and corrected version of VU Batch Modules can be downloaded from here. Edited July 13, 2007 by FireGeier
Spaceboy Posted July 14, 2007 Posted July 14, 2007 Ok, i've created an iso and tried installing in VMware. The problem is the Disk configuration screen never appears. Installation starts and then reboots in an infinite loop. Here's my AUTOUNATTEND.XML file:<?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SetupUILanguage> <UILanguage>en-GB</UILanguage> </SetupUILanguage> <InputLocale>0809:00000809</InputLocale> <SystemLocale>en-GB</SystemLocale> <UILanguage>en-GB</UILanguage> <UserLocale>en-GB</UserLocale> </component> <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <UserData> <ProductKey> <WillShowUI>OnError</WillShowUI> <Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXX</Key> </ProductKey> <AcceptEula>true</AcceptEula> </UserData> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1280</HorizontalResolution> <VerticalResolution>1024</VerticalResolution> </Display> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Value>2</Value> <Key>/IMAGE/INDEX</Key> </MetaData> </InstallFrom> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> <EnableFirewall>false</EnableFirewall> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SkipAutoActivation>true</SkipAutoActivation> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AutoLogon> <Password> <Value>bQBpAG4AbgBpAGUAUABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </Password> <Enabled>true</Enabled> <Username>Administrator</Username> <LogonCount>2</LogonCount> </AutoLogon> <Display> <ColorDepth>32</ColorDepth> <VerticalResolution>1024</VerticalResolution> <HorizontalResolution>1280</HorizontalResolution> <DPI>96</DPI> </Display> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <TimeZone>GMT Standard Time</TimeZone> </component> <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <InputLocale>0809:00000809</InputLocale> <SystemLocale>en-GB</SystemLocale> <UserLocale>en-GB</UserLocale> <UILanguage>en-GB</UILanguage> </component> </settings> <cpi:offlineImage cpi:source="wim:c:/vistawork/dvd/sources/install.wim#Windows Longhorn SERVERENTERPRISE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /></unattend>Any ideas?
MAVERICKS CHOICE Posted July 14, 2007 Posted July 14, 2007 Try removing the following from your xml <InstallToAvailablePartition>false</InstallToAvailablePartition>If you want to choose etc.
maxXPsoft Posted July 14, 2007 Posted July 14, 2007 The problem is the Disk configuration screen never appears.<InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI>Remove <InstallToAvailablePartition>Change <WillShowUI> to Always
Spaceboy Posted July 15, 2007 Posted July 15, 2007 The problem is the Disk configuration screen never appears.<InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI>Remove <InstallToAvailablePartition>Change <WillShowUI> to AlwaysThanks. No change though. Disk configuration screen still doesn't appear. Strangely when I try running it on my physical system rather than vmware the Disk configuration screen does appear. Disk configuration screen shows up in VMware on non unattended iso though, just not if AUTOUNATTEND.XML is present.
John L. Galt Posted July 22, 2007 Posted July 22, 2007 (edited) I guess this is as good a place as any to ask a couple of questions about this install method.My problem is that I purchased a Vista Ultimate *Upgrade* - and the requirements for upgrading are simple - you need to have an OS previously installed to upgrade.Only problem is that I do not want to have to build an XP install that will set up things like my directory structure and whatnot *before* I upgrade to Vista. I already tried to upgrade my nLite XP SP2 (with modified directory structures) and Vista would not let me do it, preferring a clean install only. I finally gave up, reinstalled a basic XP, installed SP2, and upgraded to Vista.<br /><br />Using this guide, can I:1) Leave out my product key so that Vista will install in trial mode (even if it asks me for a key, making the install an 'attended' install, I don't care - read the rest for reason) so that I can go abck and do it again as an upgrade and use my upgrade key?2) Since my main purpose is to build a Vista install that will allow me to place different directories (paths) on different partitions, is this guide even applicable for me? I do not want the headache of moving directories from *inside* Vista as that is just too complicated, and a waste of time, because I am in effect bootstrapping the system after the system is installed....3) If there is an easier easier way to accomplish this will someone point me to it (again, not to accomplish this post-boot, but during the install process)? I don't care to incorporate apps and such (other than possibly certain drivers, like my ATI Radeo driver and my RealTek Audio and NIC drivers) because those change so often that it is useless for me to incorporate it now, only to have to rebuild a DVD in a months time.... Edited July 22, 2007 by John L. Galt
nokia999i Posted July 30, 2007 Posted July 30, 2007 I created an Unattended setup but I wanna remove the x64bit versions from my WIM file how to do that I just wanna leave all x86 editions (eg : Homebasic,homepremium,starter,ultimate,Buisness,BuisnessCN,etc..) in the image .. coz my image ended up bigger than 4GB ...
FireGeier Posted July 31, 2007 Author Posted July 31, 2007 Hello nokia!You can use imagex /delete to remove the vista64 images from your wim file.Syntax:imagex /delete PathToYourWimFile ImageNumberPathToYouWimFile: This entry points to the wim file you want to delte images from.ImageNumber: This is the index number of the image you want to delet inside your wim file.To find out which Image number belongs to which image use imagex /info (e.g.: imagex /info d:\VistaSource\install.wim).Example:imagex /delete d:\VistaSource\install.wim 4This will delete the image with index number 4 of install.wim inside d:\VistaSources directory.Note:WAIK help says the imagex /delete command should run from a WindowsPE 2.0 system, but I would expect, that it's running from under XP or Vista OS ,too. But keep in mind if you should have problems to execute the command.Regards,Martin
Ozzie Posted August 16, 2007 Posted August 16, 2007 G'day AllI try this solution only too have it reboot after the WnPE Blue screen no popup box nothing. What can be the issue .Happens in either DVD or USB mode.http://firegeier.unattended-sponsor.de/en/...ick_or_dvd.html
FireGeier Posted August 16, 2007 Author Posted August 16, 2007 Hello Ozzie!What are you trying exactly? Martin
Ozzie Posted August 17, 2007 Posted August 17, 2007 (edited) G'day MarinI follow ya instruction on how too install (Raid) drivers from a removable USB stick to a tea , very simple if ya ask me , but when the system reboots and boots off the USB and load WinPE then the blue screen comes up for about a minute or more . Then it simple reboots and goes through the whole processes again , into a loop.If I intergrate the raid drivers into the boot.wim and install.wim there is no problem .Cheers Andrew<?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend"> <servicing> <package action="configure"> <assemblyIdentity name="Microsoft-Windows-NetFx3-OC-Package" version="6.0.6000.16386" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="" /> </package> <package action="configure"> <assemblyIdentity name="Microsoft-Windows-Printing-XPSServices-Package" version="6.0.6000.16386" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="" /> </package> <package action="configure"> <assemblyIdentity name="Microsoft-Windows-UltimateEdition" version="6.0.6000.16386" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="" /> </package> <package action="configure"> <assemblyIdentity name="Microsoft-Windows-Client-LanguagePack-Package" version="6.0.6000.16386" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="en-US" /> </package> <package action="configure"> <assemblyIdentity name="Microsoft-Windows-NetFx3-OC-Package" version="6.0.6000.16386" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="en-US" /> </package> </servicing> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SetupUILanguage> <UILanguage>en-US</UILanguage> </SetupUILanguage> <InputLocale>00040408</InputLocale> <UserLocale>en-US</UserLocale> <UILanguage>en-US</UILanguage> <SystemLocale>en-AU</SystemLocale> </component> <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <UserData> <ProductKey> <Key>XXXX</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <Organization>Vista</Organization> <FullName>Redback</FullName> <AcceptEula>true</AcceptEula> </UserData> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <VerticalResolution>768</VerticalResolution> </Display> <Diagnostics> <OptIn>false</OptIn> </Diagnostics> <DiskConfiguration> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Size>30000</Size> <Type>Primary</Type> </CreatePartition> <CreatePartition wcm:action="add"> <Extend>false</Extend> <Order>2</Order> <Type>Primary</Type> <Size>40000</Size> </CreatePartition> <CreatePartition wcm:action="add"> <Extend>true</Extend> <Order>3</Order> <Type>Primary</Type> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Active>true</Active> <Extend>false</Extend> <Format>NTFS</Format> <Label>Vista_OS</Label> <Letter>C</Letter> <Order>1</Order> <PartitionID>1</PartitionID> </ModifyPartition> <ModifyPartition wcm:action="add"> <Active>false</Active> <Extend>false</Extend> <Format>NTFS</Format> <Label>Local Disk</Label> <Letter>D</Letter> <Order>2</Order> <PartitionID>2</PartitionID> </ModifyPartition> <ModifyPartition wcm:action="add"> <PartitionID>3</PartitionID> <Order>3</Order> <Label>Local Disk</Label> <Format>NTFS</Format> <Active>false</Active> <Extend>false</Extend> <Letter>E</Letter> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> </Disk> </DiskConfiguration> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows Vista ULTIMATE</Value> </MetaData> </InstallFrom> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> <InstallToAvailablePartition>false</InstallToAvailablePartition> </OSImage> </ImageInstall> <EnableFirewall>false</EnableFirewall> <DynamicUpdate> <Enable>false</Enable> </DynamicUpdate> </component> <component name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DriverPaths> <PathAndCredentials wcm:keyValue="7d3f83e3" wcm:action="add"> <Path>%DriversRoot%Drivers</Path> </PathAndCredentials> </DriverPaths> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AutoLogon> <Password> <Value>YQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBQAGEAcwBzAHcAbwByAGQA</Value> <PlainText>false</PlainText> </Password> <Enabled>true</Enabled> <LogonCount>1</LogonCount> <Username>Administrator</Username> </AutoLogon> <OOBE> <HideEULAPage>true</HideEULAPage> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> </OOBE> <TimeZone>(GMT+10:00) Brisbane</TimeZone> <UserAccounts> <AdministratorPassword> <Value>YQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBBAGQAbQBpAG4AaQBzAHQAcgBhAHQAbwByAFAAYQBzAHMAdwBvAHIAZAA=</Value> <PlainText>false</PlainText> </AdministratorPassword> </UserAccounts> <Display> <ColorDepth>32</ColorDepth> <DPI>96</DPI> <HorizontalResolution>1024</HorizontalResolution> <VerticalResolution>768</VerticalResolution> </Display> <VisualEffects> <FontSmoothing>ClearType</FontSmoothing> </VisualEffects> <WindowsFeatures> <ShowInternetExplorer>true</ShowInternetExplorer> <ShowMediaCenter>false</ShowMediaCenter> <ShowWindowsMail>true</ShowWindowsMail> <ShowWindowsMediaPlayer>true</ShowWindowsMediaPlayer> </WindowsFeatures> <BluetoothTaskbarIconEnabled>true</BluetoothTaskbarIconEnabled> <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet> <DoNotCleanTaskBar>true</DoNotCleanTaskBar> <StartPanelOff>false</StartPanelOff> <ShowWindowsLive>true</ShowWindowsLive> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <Order>1</Order> <CommandLine>net user administrator /active:yes</CommandLine> <Description>Administrator Active</Description> </SynchronousCommand> </FirstLogonCommands> </component> <component name="Microsoft-Windows-Sidebar" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Gadget3 /> <SidebarVisible>true</SidebarVisible> <SidebarOnByDefault>true</SidebarOnByDefault> </component> <component name="Microsoft-Windows-IE-ClientNetworkProtocolImplementation" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <HKLMConnectRetries>2</HKLMConnectRetries> <HKLMConnectTimeOut>20000</HKLMConnectTimeOut> <HKLMContentPerUserItem>false</HKLMContentPerUserItem> <HKLMCookiesPerUserItem>false</HKLMCookiesPerUserItem> <HKLMHistoryPerUserItem>false</HKLMHistoryPerUserItem> <HKLMReceiveTimeOut>15000</HKLMReceiveTimeOut> <HKLMSendTimeOut>20000</HKLMSendTimeOut> <HKLMProxyEnable>false</HKLMProxyEnable> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ComputerName>*</ComputerName> </component> <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SkipAutoActivation>true</SkipAutoActivation> </component> <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <IEWelcomeMsg>false</IEWelcomeMsg> <BlockPopups>yes</BlockPopups> <CompanyName>Vista</CompanyName> <Home_Page>about:blank</Home_Page> <Help_Page>http://www.google.com.au</Help_Page> <PlaySound>true</PlaySound> <ShowInformationBar>true</ShowInformationBar> <Window_Title_CN>Vista</Window_Title_CN> <LocalIntranetSites /> <TrustedSites /> <UserAgent /> <FavoritesOnTop>true</FavoritesOnTop> <FilterLevel>High</FilterLevel> <NoDial>true</NoDial> <FavoritesDelete>false</FavoritesDelete> </component> <component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Identification> <JoinWorkgroup>Workgroup</JoinWorkgroup> <UnsecureJoin /> <DebugJoinOnlyOnThisError /> <DebugJoin /> </Identification> </component> <component name="Networking-MPSSVC-Svc" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <FirewallGroups> <FirewallGroup wcm:action="add" wcm:keyValue="1"> <Active>true</Active> <Group>Workgroup</Group> <Profile>all</Profile> </FirewallGroup> </FirewallGroups> <DomainProfile_DisableNotifications>false</DomainProfile_DisableNotifications> <DomainProfile_EnableFirewall>false</DomainProfile_EnableFirewall> <DomainProfile_LogFile>%systemroot%\system32\LogFiles\Firewall\pfirewall.log</DomainProfile_LogFile> <PrivateProfile_LogFile>%systemroot%\system32\LogFiles\Firewall\pfirewall.log</PrivateProfile_LogFile> <PublicProfile_LogFile>%systemroot%\system32\LogFiles\Firewall\pfirewall.log</PublicProfile_LogFile> </component> <component name="Security-Malware-Windows-Defender" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DisableAntiSpyware>true</DisableAntiSpyware> </component> <component name="Microsoft-Windows-RemoteAssistance-Exe" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <fAllowFullControl>false</fAllowFullControl> </component> <component name="Microsoft-Windows-ehome-reg-inf" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DisableComplexStretchesOnConsole>false</DisableComplexStretchesOnConsole> </component> </settings> <settings pass="generalize"> <component name="Microsoft-Windows-Security-Licensing-SLC" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SkipRearm>1</SkipRearm> </component> <component name="Microsoft-Windows-BrowserService" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <MaintainServerList>No</MaintainServerList> </component> </settings> <cpi:offlineImage cpi:source="wim:d:/vistawork/dvd/sources/install.wim#Windows Vista (vLite) ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /></unattend></unattend> Edited August 17, 2007 by Ozzie
Dobby Posted August 20, 2007 Posted August 20, 2007 Really nice guide. Thanks FireGeier.There are a few grammar issues which I can fix if you want me to.Other than that the only glaring issue was on adding drivers from media step 5 contains a <br> that probably shouldn't be there e.g.imagex /unmount /commit D:\VistaWork\Mount
FireGeier Posted August 21, 2007 Author Posted August 21, 2007 Hello Dobby!Thanks, for your feedback!There are a few grammar issues which I can fix if you want me to.Yes, you're right. I've to apologise for the bad English. So any help with the grammar would be highly appreciated. imagex /unmount /commit D:\VistaWork\Mount Thanks, for pointing that out!Martin
Justas Posted September 17, 2007 Posted September 17, 2007 Great guide! Much better then ones that M$ has to offer.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now