Create a temporary folder and copy .\client\wsus\wsusscn2.cab .\cmd\XSLT.vbs and .\xslt\ExtractUpdateRevisionIds.xsl into that folder. Unpack the "package.cab" from wsusscn2.cab and extract the file package.xml from it.
Open a command prompt and enter:
- Code: Select all
cd /d "<your folder>"
cscript .\XSLT.vbs .\package.xml .\ExtractUpdateRevisionIds.xsl > log.txt
Check if it returns an error message and post the size and the first line of log.txt here.