<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0"
 xmlns:blogChannel="http://backend.userland.com/blogChannelModule"
>

<channel>
<title>Topic &#x27;Re: [Vista] c:\windows\servicing\packages&#x27; in forum &#x27;Microsoft&#x27; - dslreports.com</title>
<link>http://www.dslreports.com/forum/Re-Vista-cwindowsservicingpackages-18575131</link>
<description></description>
<language>en</language>
<pubDate>Thu, 24 Mar 2022 20:15:52 EDT</pubDate>
<lastBuildDate>Thu, 24 Mar 2022 20:15:52 EDT</lastBuildDate>

<item>
<title>Re: [Vista] c:\windows\servicing\packages</title>
<link>http://www.dslreports.com/forum/Re-Vista-cwindowsservicingpackages-18643109</link>
<description><![CDATA[julischeng posted : How to detect whether a feature is enable in program?<br>Do you know the relative API?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Vista-cwindowsservicingpackages-18643109</guid>
<pubDate>Mon, 09 Jul 2007 23:48:24 EDT</pubDate>
</item>
<item>
<title>Re: [Vista] c:\windows\servicing\packages</title>
<link>http://www.dslreports.com/forum/Re-Vista-cwindowsservicingpackages-18578920</link>
<description><![CDATA[DFWDraco76 posted : Thanks for the info, I really appreciate it!  I'll dig into this tomorrow and see what I can figure out.<br><SMALL>--<br>my blog: &raquo;<A HREF="http://dfwdraco76.blogspot.com" >dfwdraco76.blogspot.com</A><BR>my website:  &raquo;<A HREF="http://www.thelifeofbrian.info/" >www.thelifeofbrian.info/</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Vista-cwindowsservicingpackages-18578920</guid>
<pubDate>Wed, 27 Jun 2007 23:33:53 EDT</pubDate>
</item>
<item>
<title>Re: [Vista] c:\windows\servicing\packages</title>
<link>http://www.dslreports.com/forum/Re-Vista-cwindowsservicingpackages-18577112</link>
<description><![CDATA[n4cer posted : <div class="bquote"><SMALL>said by <a href="/profile/321502" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=321502');">DFWDraco76</a>:</SMALL><BR><BR>I tried "wmic qfe" at a command prompt just to see what it does (it's new to me) and it replied, "No Instance(s) Available."<br></DIV>The service may have been disabled (default state is enabled). Typing <B>systeminfo</B> in CMD is another way to get the info, but it may use WMI also (not sure).<br><br><div class="bquote"><SMALL>said by <a href="/profile/321502" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=321502');">DFWDraco76</a>:</SMALL><BR><BR>So back to the "store for OS roles and feature packages" - what exactly does that mean?</DIV>The various applications and features included with Windows are seperated into individual components/packages. You can pick and choose which packages you want to add/remove from an online or offline image by using tools like the "Turn Windows features on or off" GUI or via commandline tools like pkgmgr.exe (Windows Vista's package manager -- mostly used for servicing (adding/removing/updating) of offline images) or ocsetup.exe (Optional Component Setup -- basically the commandline version of the "Turn Windows features on or off" GUI).<br><br>Windows Server 2008 includes the concept of role-based setup where a set of packages is automatically installed for you when you specify a particular role (eg., Web Server, Application Server, File Server, Domain Controller, etc.). Roles can be configured via the GUI (like in Server 2003) or via the commandline. I think the tool is called ServerRoleManager.exe, but I may be mistaken.<br><br>The "servicing" directory is where the packages for each feature is stored so they can be installed without needing the Windows DVD, and so they can be updated by MS or new features can be added. More info on packages, pkgmgr, ocsetup, et al., is available at &raquo;<A HREF="http://technet2.microsoft.com/WindowsVista/en/library/bc0c0afa-748d-4cdd-ab38-3868c3ca87151033.mspx?mfr=true" >technet2.microsoft.com/W &middot;&middot;&middot; mfr=true</A>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Vista-cwindowsservicingpackages-18577112</guid>
<pubDate>Wed, 27 Jun 2007 17:40:25 EDT</pubDate>
</item>
<item>
<title>Re: [Vista] c:\windows\servicing\packages</title>
<link>http://www.dslreports.com/forum/Re-Vista-cwindowsservicingpackages-18576506</link>
<description><![CDATA[DFWDraco76 posted : Thanks for the response!<br><br>Unfortunately we can't count on WMI being installed/enabled...<br><br>I tried "wmic qfe" at a command prompt just to see what it does (it's new to me) and it replied, "No Instance(s) Available."<br><br>Typically we compare file versions to see if an update is installed; however, KB929399 doesn't update the file version.  Vista RTM (x86) has the same file version for Msscp.dll before and after the update; and that is apparently the only file that is touched (according to Total Uninstaller), despite the fact MS lists 5 or 6 files there.<br><br>So back to the "store for OS roles and feature packages" - what exactly does that mean?<br><SMALL>--<br>my blog: &raquo;<A HREF="http://dfwdraco76.blogspot.com" >dfwdraco76.blogspot.com</A><BR>my website:  &raquo;<A HREF="http://www.thelifeofbrian.info/" >www.thelifeofbrian.info/</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Vista-cwindowsservicingpackages-18576506</guid>
<pubDate>Wed, 27 Jun 2007 15:51:14 EDT</pubDate>
</item>
<item>
<title>Re: [Vista] c:\windows\servicing\packages</title>
<link>http://www.dslreports.com/forum/Re-Vista-cwindowsservicingpackages-18576240</link>
<description><![CDATA[n4cer posted : %systemroot%\servicing\packages is a store for OS roles and feature packages.<br><br>If you want to get a listing of installed updates, you should use WMI. Check MSDN for the scripting and programming APIs. If you just want a list from the shell, you can use WMIC or Windows PowerShell to list installed updates:<br><br>WMIC<br>Type <B>qfe</B> from a WMIC prompt and press enter, or if in CMD, type <B>wmic qfe</B> and press enter.<br><br>PowerShell<br>Type <B>Get-WmiObject Win32_QuickFixEngineering</B> (alternatively <B>gwmi Win32_QuickFixEngineering</B>).]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Vista-cwindowsservicingpackages-18576240</guid>
<pubDate>Wed, 27 Jun 2007 15:01:21 EDT</pubDate>
</item>
<item>
<title>[Vista] c:\windows\servicing\packages</title>
<link>http://www.dslreports.com/forum/Vista-cwindowsservicingpackages-18575131</link>
<description><![CDATA[DFWDraco76 posted : Does anybody have any insight on the %systemroot%\servicing\packages directory?  Specifically, are the files that are placed there named the same on every system?  And can I count on them always being there?  <br><br>i.e.  If I want to see if KB999999 is installed and the *only* way (programmatically) I've found is to look for a certain file in this directory - is that a reliable test?<br><br>TIA<br><SMALL>--<br>my blog: &raquo;<A HREF="http://dfwdraco76.blogspot.com" >dfwdraco76.blogspot.com</A><BR>my website:  &raquo;<A HREF="http://www.thelifeofbrian.info/" >www.thelifeofbrian.info/</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Vista-cwindowsservicingpackages-18575131</guid>
<pubDate>Wed, 27 Jun 2007 11:44:27 EDT</pubDate>
</item>
</channel>
</rss>
