Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista installation & setup

Vista - Unattend Gadget Installation Default Gadgets??

Reply
 
Old 09-24-2007   #1 (permalink)
bdog4


 
 

Unattend Gadget Installation Default Gadgets??

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>
<cpifflineImage cpi:source="wim://fileserver/e$/images/sources/
install.wim#Vista Ultimate" xmlns:cpi="urn:schemas-microsoft-com:cpi" /
Quote:

>
</unattend>


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Default sidebar gadgets gone! General Discussion
Unattend installation - configuring 2nd network adapter Vista installation & setup
Vista Unattend Installation not excepting Product Key Vista installation & setup
Adding new Gadgets from Gadget Gallery Window Vista General
Static IP in Vista Unattend installation Vista installation & setup


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46