Jump to content

Deploying VISTA Slipstream SP1 form WDS Server + Tools


Recommended Posts

Hi,

this is my first post here, but i have read a lot during the last months here on the board and it is awesome! :thumbup

However i am getting nuts by trying to deploy my Vista SP1 Slipstream from the WDS server to the clients.

First that what works:

I can deploy vista join the domain make a local account etc. everything works fine!

Things that does not work:

For f****g sake! How can i deploy tools that will install during the Vista setup? I tried so many ways listed here but nothing. :realmad:

I am working with two .XML files. One for the Clientsetup (WinPE) added for the installation on the WDS Server in Properties of the Server. The second for the Image added

in the properties of the Systemimage. But in every way i tried i am not able to get them installed. I am trying to install them over network so the Apps are added over an UNC Path.

Any help is REALLY appreciated i tried till 4 in the morning today.

Link to comment
Share on other sites


Yes!!!!! Now i managed to install the Tools!!! :thumbup :thumbup :thumbup :thumbup

Only a little problem after installing all programs, it does not reboot to OOBE Mode with this syntax?

%WINDIR%\system32\sysprep\sysprep.exe /quiet /oobe /reboot

It just shows an error. Anybody any idea?

Link to comment
Share on other sites

This is my Imageunattend.xml the problem is, that i get the messagebox at the end of the audit mode.

Where i can choose to restart in OOBE mode. But when i am going to restart and push the button. It tells me that an error occured an the box closes.

If i reboot manually, it starts again in the audit mode and same story continues.

  <?xml version="1.0" encoding="utf-8" ?> 
- <unattend xmlns="urn:schemas-microsoft-com:unattend">
- <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>%MACHINENAME%</ComputerName>
<RegisteredOwner>ZeroX</RegisteredOwner>
<RegisteredOrganization>Sanctuary</RegisteredOrganization>
<TimeZone>W. Europe Standard Time</TimeZone>
<CopyProfile>false</CopyProfile>
<ShowWindowsLive>false</ShowWindowsLive>
</component>
- <component name="Microsoft-Windows-Deployment" 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">
- <RunSynchronous>
- <RunSynchronousCommand wcm:action="add">
<Order>1</Order>
<Path>net user administrator /active:yes</Path>
</RunSynchronousCommand>
- <RunSynchronousCommand wcm:action="add">
<Order>2</Order>
<Path>cmd /c reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f</Path>
</RunSynchronousCommand>
- <RunSynchronousCommand wcm:action="add">
<Path>cmd /c reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 00000000 /f</Path>
<Order>3</Order>
</RunSynchronousCommand>
</RunSynchronous>
</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>
- <Credentials>
<Domain>sanctuary.lan</Domain>
<Password>trigger</Password>
<Username>Administrator</Username>
</Credentials>
<UnsecureJoin>true</UnsecureJoin>
<MachineObjectOU />
<JoinDomain>%MACHINEDOMAIN%</JoinDomain>
</Identification>
</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">
- <OOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Home</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
<SkipUserOOBE>true</SkipUserOOBE>
<SkipMachineOOBE>true</SkipMachineOOBE>
</OOBE>
- <UserAccounts>
- <AdministratorPassword>
<Value>dABlAHMAdABlAHIAQQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBQAGEAcwBzAHcAbwByAGQA</Value>
<PlainText>false</PlainText>
</AdministratorPassword>
- <LocalAccounts>
- <LocalAccount wcm:action="add">
- <Password>
<Value>ZgByAGUAYQBrAG8AdQB0AGUAcgBQAGEAcwBzAHcAbwByAGQA</Value>
<PlainText>false</PlainText>
</Password>
<DisplayName>ZeroX</DisplayName>
<Group>Administratoren</Group>
<Name>ZeroX</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
<RegisteredOrganization>Sanctuary</RegisteredOrganization>
<ShowWindowsLive>false</ShowWindowsLive>
<TimeZone>W. Europe Standard Time</TimeZone>
- <VisualEffects>
<FontSmoothing>ClearType</FontSmoothing>
</VisualEffects>
</component>
- <component name="Microsoft-Windows-International-Core" 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">
<InputLocale>DE-DE</InputLocale>
<SystemLocale>DE-DE</SystemLocale>
<UILanguage>DE-DE</UILanguage>
<UserLocale>DE-DE</UserLocale>
<UILanguageFallback>EN-EN</UILanguageFallback>
</component>
- <component name="Microsoft-Windows-Deployment" 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">
- <Reseal>
<Mode>Audit</Mode>
<ForceShutdownNow>false</ForceShutdownNow>
</Reseal>
</component>
</settings>
- <settings pass="auditSystem">
- <component name="Microsoft-Windows-PnpCustomizationsNonWinPE" 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:action="add" wcm:keyValue="1">
- <Credentials>
<Domain>sanctuary</Domain>
<Password>trigger</Password>
<Username>Administrator</Username>
</Credentials>
<Path>\\athena\reminst\vista_driver</Path>
</PathAndCredentials>
</DriverPaths>
</component>
- <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">
- <UserAccounts>
- <AdministratorPassword>
<Value>dAByAGkAZwBnAGUAcgBBAGQAbQBpAG4AaQBzAHQAcgBhAHQAbwByAFAAYQBzAHMAdwBvAHIAZAA=</Value>
<PlainText>false</PlainText>
</AdministratorPassword>
</UserAccounts>
<ShowWindowsLive>false</ShowWindowsLive>
</component>
</settings>
- <settings pass="offlineServicing">
- <component name="Microsoft-Windows-PnpCustomizationsNonWinPE" 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:action="add" wcm:keyValue="1">
- <Credentials>
<Domain>sanctuary</Domain>
<Password>trigger</Password>
<Username>Administrator</Username>
</Credentials>
<Path>\\athena\reminst\vista_driver</Path>
</PathAndCredentials>
</DriverPaths>
</component>
</settings>
- <settings pass="auditUser">
- <component name="Microsoft-Windows-Deployment" 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">
- <RunSynchronous>
- <RunSynchronousCommand wcm:action="add">
<Order>20</Order>
- <Credentials>
<Domain>sanctuary</Domain>
<Password>trigger</Password>
<Username>Administrator</Username>
</Credentials>
<Path>cmd /c \\athena\reminst\apps\firefox\FirefoxSetup2.0.0.14.exe /S</Path>
<Description>Firefox</Description>
</RunSynchronousCommand>
- <RunSynchronousCommand wcm:action="add">
<Order>10</Order>
- <Credentials>
<Domain>sanctuary</Domain>
<Password>trigger</Password>
<Username>Administrator</Username>
</Credentials>
<Path>cmd /c \\athena\reminst\apps\firefox\FirefoxSetup2.0.0.14.exe /S</Path>
<Description>Firefox</Description>
</RunSynchronousCommand>
- <RunSynchronousCommand wcm:action="add">
- <Credentials>
<Domain>sanctuary</Domain>
<Password>trigger</Password>
<Username>Administrator</Username>
</Credentials>
<Order>15</Order>
<Path>cmd /c \\athena\reminst\apps\AdobeReader8\AdbeRdr812_de_DE.exe /sAll /rs</Path>
<Description>Adobe Reader</Description>
</RunSynchronousCommand>
- <RunSynchronousCommand wcm:action="add">
- <Credentials>
<Domain>sanctuary</Domain>
<Password>trigger</Password>
<Username>Administrator</Username>
</Credentials>
<Order>25</Order>
<Path>cmd /c \\athena\reminst\apps\codecpack\codecpack.exe</Path>
<Description>Codecpack</Description>
</RunSynchronousCommand>
- <RunSynchronousCommand wcm:action="add">
- <Credentials>
<Domain>sanctuary</Domain>
<Password>trigger</Password>
<Username>Administrator</Username>
</Credentials>
<Order>30</Order>
<Path>cmd /c \\athena\reminst\apps\quicktime\QuickTimeInstaller745.exe /quiet /norestart</Path>
<Description>Quicktime</Description>
</RunSynchronousCommand>
- <RunSynchronousCommand wcm:action="add">
- <Credentials>
<Domain>sanctuary</Domain>
<Password>trigger</Password>
<Username>Administrator</Username>
</Credentials>
<Order>35</Order>
<Path>cmd /c \\athena\reminst\apps\java\jre-6u5-windows-i586-p-s.exe /quiet /norestart</Path>
<Description>Java</Description>
</RunSynchronousCommand>
- <RunSynchronousCommand wcm:action="add">
- <Credentials>
<Domain>sanctuary</Domain>
<Password>trigger</Password>
<Username>Administrator</Username>
</Credentials>
<Description>Office 2007</Description>
<Order>40</Order>
<Path>cmd /c \\athena\reminst\apps\office2007\setup.exe /adminfile \\athena\ClientApps\office2007\updates\Test_2007.MSP</Path>
</RunSynchronousCommand>
- <RunSynchronousCommand wcm:action="add">
- <Credentials>
<Domain>sanctuary</Domain>
<Password>trigger</Password>
<Username>Administrator</Username>
</Credentials>
<Path>cmd /c \\athena\reminst\apps\PDF\SaveAsPDFandXPS.exe /quiet</Path>
<Order>45</Order>
<Description>Save as PDF Office 2007</Description>
</RunSynchronousCommand>
- <RunSynchronousCommand wcm:action="add">
- <Credentials>
<Domain>sanctuary</Domain>
<Password>trigger</Password>
<Username>Administrator</Username>
</Credentials>
<Description>Flash</Description>
<Order>50</Order>
<Path>cmd /c \\athena\reminst\apps\Flash\install_flash_player.exe /S</Path>
<WillReboot>Always</WillReboot>
</RunSynchronousCommand>
</RunSynchronous>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:g:/vistawork/dvd/sources/install.wim#Windows Vista BUSINESS" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

Link to comment
Share on other sites

Hi, tried a lot of things now, but i am still stuck in the audit mode and can not return to oobe :(

- <component name="Microsoft-Windows-Deployment" 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">- <Reseal> <Mode>Audit</Mode> <ForceShutdownNow>false</ForceShutdownNow> </Reseal> </component>

So, at last, sysprep again with /generalize /oobe /reboot

Edited by Xinso
Link to comment
Share on other sites

TRied that, and also with OOBE REseal setting ind audit user. It just does not work.

It appers the GUI of sysprep and choosing there the OOBE restart generalize option just opens a errorwindow with the message of an systemproblem occured.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...