T
Trammel
I have been trying to prepare a master image with vista. The documention
provided has little to no common scenerios for network administrators. Here
is my situation which should be a very common task.
My workstation is XP sp2. I have installed BDD 207 & WAIK. WAIK's interface
lacks the ability to walk someone through what we used to call the mini
setup. I have built a brand new vista business edition. Created a
unattend.xml file with the gerneralize & sepcialize pass configuration
entries. WAIK validates this xml file and see's no problems or error's. All
fields are filled in. Copy the autounattend.xml file to
c:\windows\system32\sysprep\ folder and run the following command
"sysprep.exe /audit /generalize /shutdown
/unattend:c:\windows\system32\sysprep\autounattend.xml". I do not want the
welcome to windows to come up, i don't want the user to input any data. I
simply want it to come up as XP & 2000 did after a sysprep. To where I
simply log on, name the computer and join the domain. With having the /aduit
it does come up but the sysprep is constantly on the desktop. So I tried
using the /oobe switch in place of the /audit and added the oobe pass
configuration to autounattend.xml file.
Now when it comes up I get this error. "Windows could not parse or process
unattend answer file [C:\windows\Panther\unattend.xml] for pass
[oobesystem]. The settings specified in the answer file cannot be applied.
The error was detected while processing settings for component [Microsoft -
Windows - Shell -Setup].
Here is my xml file.
<?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">
<ProductKey>XXXXX-XXXXX-XXXXX-XXXXX-XXXX</ProductKey>
<RegisteredOrganization>NetPro</RegisteredOrganization>
<RegisteredOwner>QA Admin</RegisteredOwner>
<ShowWindowsLive>false</ShowWindowsLive>
<StartPanelOff>false</StartPanelOff>
<TimeZone>US Mountain Standard Time</TimeZone>
<DoNotCleanTaskBar>true</DoNotCleanTaskBar>
<DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet>
<ComputerName>rename</ComputerName>
<BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
<CopyProfile>false</CopyProfile>
</component>
</settings>
<settings pass="generalize">
<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">
<RegisteredOrganization>NetPro</RegisteredOrganization>
<RegisteredOwner>QA Admin</RegisteredOwner>
<StartPanelOff>false</StartPanelOff>
<DoNotCleanTaskBar>true</DoNotCleanTaskBar>
<BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
</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>Work</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
<WindowsFeatures>
<ShowInternetExplorer>false</ShowInternetExplorer>
<ShowMediaCenter>false</ShowMediaCenter>
<ShowWindowsMail>false</ShowWindowsMail>
<ShowWindowsMediaPlayer>false</ShowWindowsMediaPlayer>
</WindowsFeatures>
<TimeZone>US Mountain Standard Time</TimeZone>
<StartPanelOff>false</StartPanelOff>
<ShowWindowsLive>false</ShowWindowsLive>
<DoNotCleanTaskBar>true</DoNotCleanTaskBar>
<DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet>
<BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
</component>
</settings>
<cpifflineImage cpi:source="catalog:c:/distribution/operating
systems/windows vista x86/sources/install_windows vista ultimate.clg"
xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
provided has little to no common scenerios for network administrators. Here
is my situation which should be a very common task.
My workstation is XP sp2. I have installed BDD 207 & WAIK. WAIK's interface
lacks the ability to walk someone through what we used to call the mini
setup. I have built a brand new vista business edition. Created a
unattend.xml file with the gerneralize & sepcialize pass configuration
entries. WAIK validates this xml file and see's no problems or error's. All
fields are filled in. Copy the autounattend.xml file to
c:\windows\system32\sysprep\ folder and run the following command
"sysprep.exe /audit /generalize /shutdown
/unattend:c:\windows\system32\sysprep\autounattend.xml". I do not want the
welcome to windows to come up, i don't want the user to input any data. I
simply want it to come up as XP & 2000 did after a sysprep. To where I
simply log on, name the computer and join the domain. With having the /aduit
it does come up but the sysprep is constantly on the desktop. So I tried
using the /oobe switch in place of the /audit and added the oobe pass
configuration to autounattend.xml file.
Now when it comes up I get this error. "Windows could not parse or process
unattend answer file [C:\windows\Panther\unattend.xml] for pass
[oobesystem]. The settings specified in the answer file cannot be applied.
The error was detected while processing settings for component [Microsoft -
Windows - Shell -Setup].
Here is my xml file.
<?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">
<ProductKey>XXXXX-XXXXX-XXXXX-XXXXX-XXXX</ProductKey>
<RegisteredOrganization>NetPro</RegisteredOrganization>
<RegisteredOwner>QA Admin</RegisteredOwner>
<ShowWindowsLive>false</ShowWindowsLive>
<StartPanelOff>false</StartPanelOff>
<TimeZone>US Mountain Standard Time</TimeZone>
<DoNotCleanTaskBar>true</DoNotCleanTaskBar>
<DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet>
<ComputerName>rename</ComputerName>
<BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
<CopyProfile>false</CopyProfile>
</component>
</settings>
<settings pass="generalize">
<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">
<RegisteredOrganization>NetPro</RegisteredOrganization>
<RegisteredOwner>QA Admin</RegisteredOwner>
<StartPanelOff>false</StartPanelOff>
<DoNotCleanTaskBar>true</DoNotCleanTaskBar>
<BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
</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>Work</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
<WindowsFeatures>
<ShowInternetExplorer>false</ShowInternetExplorer>
<ShowMediaCenter>false</ShowMediaCenter>
<ShowWindowsMail>false</ShowWindowsMail>
<ShowWindowsMediaPlayer>false</ShowWindowsMediaPlayer>
</WindowsFeatures>
<TimeZone>US Mountain Standard Time</TimeZone>
<StartPanelOff>false</StartPanelOff>
<ShowWindowsLive>false</ShowWindowsLive>
<DoNotCleanTaskBar>true</DoNotCleanTaskBar>
<DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet>
<BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
</component>
</settings>
<cpifflineImage cpi:source="catalog:c:/distribution/operating
systems/windows vista x86/sources/install_windows vista ultimate.clg"
xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>