G
greatbarrier86
Hi,
I have an XML file that looks like this.
<?xml version="1.0" ?>
- <WURedist>
- <StandaloneRedist Version="32">
<architecture name="x86" clientVersion="7.2.6001.788"
downloadUrl="http://download.windowsupdate.com/W...one/7.2.6001.788/WindowsUpdateAgent30-x86.exe" />
<architecture name="x64" clientVersion="7.2.6001.788"
downloadUrl="http://download.windowsupdate.com/W...one/7.2.6001.788/WindowsUpdateAgent30-x64.exe" />
<architecture name="ia64" clientVersion="7.2.6001.788"
downloadUrl="http://download.windowsupdate.com/W...ne/7.2.6001.788/WindowsUpdateAgent30-ia64.exe" />
<MUAuthCab RevisionId="7"
DownloadURL="http://update.microsoft.com/v8/microsoftupdate/redir/MUAuth.cab"
/>
</StandaloneRedist>
</WURedist>
i am trying to get my program to read the x86 line and get the ClientVersion
and DownloadURL from that line, but i dont know how to do it. Can anyone
offer some advice?
Thanks so much,
Jason
I have an XML file that looks like this.
<?xml version="1.0" ?>
- <WURedist>
- <StandaloneRedist Version="32">
<architecture name="x86" clientVersion="7.2.6001.788"
downloadUrl="http://download.windowsupdate.com/W...one/7.2.6001.788/WindowsUpdateAgent30-x86.exe" />
<architecture name="x64" clientVersion="7.2.6001.788"
downloadUrl="http://download.windowsupdate.com/W...one/7.2.6001.788/WindowsUpdateAgent30-x64.exe" />
<architecture name="ia64" clientVersion="7.2.6001.788"
downloadUrl="http://download.windowsupdate.com/W...ne/7.2.6001.788/WindowsUpdateAgent30-ia64.exe" />
<MUAuthCab RevisionId="7"
DownloadURL="http://update.microsoft.com/v8/microsoftupdate/redir/MUAuth.cab"
/>
</StandaloneRedist>
</WURedist>
i am trying to get my program to read the x86 line and get the ClientVersion
and DownloadURL from that line, but i dont know how to do it. Can anyone
offer some advice?
Thanks so much,
Jason