Thanx for your help and paitience...
This post has been edited by tonycrew: 22 June 2007 - 09:23 AM
Posted 22 June 2007 - 09:23 AM
This post has been edited by tonycrew: 22 June 2007 - 09:23 AM
Posted 23 June 2007 - 02:06 PM
This post has been edited by acen2006: 24 June 2007 - 12:34 AM
Posted 27 June 2007 - 01:37 AM
info12.JPG (32.39K)
Posted 29 June 2007 - 01:03 PM
Capture.JPG (63.71K)
This post has been edited by komo06: 29 June 2007 - 10:47 PM
Posted 30 June 2007 - 05:36 AM
komo06, on Jun 29 2007, 09:03 PM, said:
Posted 30 June 2007 - 05:42 AM
# Alternative I - Manual Integration * Step 1: Copying updates into one folder * Step 2: Mounting install.wim * Step 3: Creating temporary folder * Step 4: Extracting update files * Step 5: Importing update packages to WSIM * Step 6: Adding update and hotfix packages to answer file * Step 7: Saving answer file as Integrate.xml * Step 8: Integrating updates using package manager pkgmgr.exe * Step 9: Save changes to install.wim * Step 10: Clearing Sandbox directory * If something went wrong
Alternative I - Manual Integration * Step 1: Copying updates into one folder * Step 2: Creating temporary folder * Step 3: Extracting update files * Step 4: Importing update packages to WSIM * Step 5: Adding update and hotfix packages to answer file * Step 6: Saving answer file as Integrate.xml * Step 7: Mounting install.wim * Step 8: Integrating updates using package manager pkgmgr.exe * Step 9: Save changes to install.wim * Step 10: Clearing Sandbox directory * If something went wrong
Posted 30 June 2007 - 03:55 PM
This post has been edited by komo06: 30 June 2007 - 04:00 PM
Posted 09 July 2007 - 09:23 PM
Posted 10 July 2007 - 08:46 AM
No_Style, on Jul 9 2007, 09:23 PM, said:
This post has been edited by Atheros: 10 July 2007 - 08:48 AM
Posted 10 July 2007 - 08:54 PM
Atheros, on Jul 10 2007, 10:46 AM, said:
No_Style, on Jul 9 2007, 09:23 PM, said:
Posted 11 July 2007 - 03:59 AM
Quote
Quote
Posted 11 July 2007 - 06:17 PM
VVersion= NOT DECLARED! ImgX= NOT DECLARED! 2 environment variables are not setted. So the procedure can't be continued. Check Control Panel \ System \ Avanced \ to find out, if all environment variables were setted correctly. You will find more informations about that inside Vista guide in "Preparation\ Prepare directories".
Posted 12 July 2007 - 12:30 AM
IF EXIST "%WorkDrive%\VistaWork\DVD\boot\cdboot.efi" SETX VVersion amd64 -m
IF EXIST "%WorkDrive%\VistaWork\DVD\bootmgr.efi" SETX VVersion amd64 -m.
Posted 12 July 2007 - 04:42 PM
FireGeier, on Jul 12 2007, 07:30 AM, said:
IF EXIST "%WorkDrive%\VistaWork\DVD\boot\cdboot.efi" SETX VVersion amd64 -m
IF EXIST "%WorkDrive%\VistaWork\DVD\bootmgr.efi" SETX VVersion amd64 -m.
::so the whole line looks like this: :: ::SETX Imgx "%Programfiles%\Windows AIK\Tools\amd64" -m
Posted 13 July 2007 - 03:28 AM
Quote
Posted 13 July 2007 - 04:08 AM
SETX Imgx "%Programfiles%\Windows AIK\Tools\amd64" -m
SETX ImgX "%Programfiles%\Windows AIK\Tools\amd64" -m
IF EXIST "%WorkDrive%\VistaWork\DVD\boot\cdboot.efi" SETX VVersion amd64 -m
IF EXIST "%WorkDrive%\VistaWork\DVD\bootmgr.efi" SETX VVersion amd64 -m
This post has been edited by FireGeier: 13 July 2007 - 04:10 AM
Posted 13 July 2007 - 06:29 PM
<?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>
Posted 13 July 2007 - 07:53 PM
Quote
Posted 13 July 2007 - 10:07 PM
Quote