As a test, I selected one update in WUD to re-download. I opened the containing folder in Windows Explorer and observed while WUD re-downloaded the file. I could see when the old file was deleted. I could also see the new copy grow in size as it was being re-downloaded. Afterward, Version 2.30 Beta Build 939 still did not highlight the update as being downloaded.
I have now tried the same test running Version 2.30 Beta Build 939 on two PCs and received the same results. The first PC was installed with Windows XP SP2 32-bit, but it has been fully patched. The second PC was recently installed with a fully integrated Windows XP SP3. Both PCs have the full compliment of .Net Frameworks, etc. On both PCs, Version 2.30 Beta Build 939 does not highlight any update or category as downloaded.
Here are my WUD options:
- Download Folder=M:\Slipstream\WUD
- Product as subfolder = enabled
- Category as subfolder = enabled
- Show Published Date = enabled
- Show Description Tooltips = enabled
NOTE: All other options are disabled
I should note that I am using my own customized .ul file. Below is the header of that file. This same .ul file generates no errors at all in Version 2.25 Build 895. In fact, if I uninstall Version 2.30 Beta Build 939, re-install Version 2.25 Build 895, and reconfigure my options correctly, everything works as expected and all previously downloaded categories and updates appear highlighted in green as expected.
CODE
<?xml version="1.0" encoding="ISO-8859-1"?>
<updatelist product="Windows XP" platform="x86" language="ENU" lastupdate="2008-07-17" xmlns="http://wud.jcarle.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://wud.jcarle.com http://wud.jcarle.com/wud.xsd">
<categories>
<category id="1">Service Packs</category>
<category id="2">SP3 Security Updates Critical</category>
<category id="3">SP3 Security Updates Important</category>
<category id="4">SP3 Security Updates Moderate</category>
<category id="5">SP3 Hotfixes</category>
<category id="6">SP3 Updates</category>
<category id="7">Internet Explorer 6</category>
<category id="8">Internet Explorer 7</category>
<category id="11">Windows Media Player 11</category>
<category id="12">MSDownloads</category>
<category id="18">.NET Framework 1.1</category>
<category id="19">.NET Framework 2.0</category>
<category id="20">.NET Framework 3.0</category>
<category id="21">.NET Framework 3.5</category>
<category id="23">Tools</category>
<!-- <category id="24">Windows XP Power Toys</category> -->
<category id="26">Security</category>
<category id="1002">Other</category>
</categories>