Help - Search - Members - Calendar
Full Version: Silent Sidebar Gadget Install
MSFN Forums > Unattended Windows Discussion & Support > Unattended Vista

   
Google Internet Forums Unattended CD/DVD Guide
mmarable
I'm looking to deploy a couple of Sidebar gadgets that we've developed to our workstations.

Is there a way to silently install a Sidebar gadget, or am I going to have to get creative?

I was thinking that I could extract the gadget file's contents and then do a simple file copy, but I didn't know if Vista's Sidebar would pick up on them then.

I'm imaging a VM to test with, so I thought I'd ask while I wait on ImageX to finish.

Thanks
ricktendo64
Yes...mount the wim file with imagex and add the installed gadgets, if you want to set the default gadgets you can do this with autounattended.xml
CODE
        <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\shared gadgets\LiveClock.Gadget,true</Gadget1>
            <Gadget2>%PROGRAMFILES%\windows sidebar\shared gadgets\GCPU.Gadget,true</Gadget2>
            <Gadget3>%PROGRAMFILES%\windows sidebar\shared gadgets\MSNWeather.Gadget,true</Gadget3>
            <Gadget4>%PROGRAMFILES%\windows sidebar\shared gadgets\WMP.Gadget,true</Gadget4>
            <Gadget5>%PROGRAMFILES%\windows sidebar\shared gadgets\RecycleBin.Gadget,true</Gadget5>
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.