I'm trying to deploy my vista machine on my domain with preconfigured
gadgets instead of the forcefully installed gadgets. I've tried
everything I can to get this to work and no matter what the same three
come up. I created my deploy_unattend.xml file to include the gadgets
I've copied to program files\sidebar\gadgets folder and pointed to
them but they will not show up. Here is a copy of my
deploy_unattend.xml file. How do I get all my machine to have the
same gadgets no matter who logs in? Thanks
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<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">
<DiskConfiguration>
<Disk wcm:action="add">
<CreatePartitions>
<CreatePartition wcm:action="add">
<Order>1</Order>
<Size>72000</Size>
<Type>Primary</Type>
</CreatePartition>
</CreatePartitions>
<ModifyPartitions>
<ModifyPartition wcm:action="add">
<Active>true</Active>
<Extend>false</Extend>
<Format>NTFS</Format>
<Label>WCM_Drive</Label>
<Letter>C</Letter>
<Order>1</Order>
<PartitionID>1</PartitionID>
</ModifyPartition>
</ModifyPartitions>
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>
</Disk>
<WillShowUI>OnError</WillShowUI>
</DiskConfiguration>
<ImageInstall>
<OSImage>
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>1</PartitionID>
</InstallTo>
<WillShowUI>OnError</WillShowUI>
</OSImage>
</ImageInstall>
</component>
</settings>
<settings pass="oobeSystem">
<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">
<Gadget1>%PROGRAMFILES%\windows sidebar\gadgets
\Clock.Gadget,true</Gadget1>
<Gadget2>%PROGRAMFILES%\windows sidebar\gadgets
\appLauncher_v2.1.1.5.gadget,true</Gadget2>
<Gadget3>%PROGRAMFILES%\windows sidebar\gadgets
\MultiMeterD124.gadget,true</Gadget3>
<Gadget4>%PROGRAMFILES%\windows sidebar\gadgets
\SystemControl.gadget,true</Gadget4>
<Gadget5>%PROGRAMFILES%\windows sidebar\gadgets
\CompactSearch.gadget</Gadget5>
</component>
</settings>
<cpi

fflineImage cpi:source="wim://fileserver/e$/images/sources/
install.wim#Vista Ultimate" xmlns:cpi="urn:schemas-microsoft-com:cpi" /
>
</unattend>