Error in Windows XP SP3 Script
Orkon
22 Jan 2010
Hi Everyone
I was updating my Autopatcher for XP SP3 and found a continual error.
So checking into the .script file i found the issue
Should be
The downloadfrom= had an extra downloadfrom=downloadfrom= in it.
Running the command manually with that change i can confirm it works.
Thanks
Ork
I was updating my Autopatcher for XP SP3 and found a continual error.
Files to be Downloaded: 1 Error running curl. Command: "D:\Autopatcher.Seperate\Windows XP SP3\apup_bin\curl.exe" DownloadFrom=http://download.microsoft.com/download/6/C/7/6C7E7090-F91E-412E-804B-BFBEFD224EDE/IE8-WindowsXP-KB978207-x86-ENU.exe -o "D:\Autopatcher.Seperate\Windows XP SP3\modules\Critical\__MSIE_critical\KB978207_IE8_xp_x86_enu.apm_files\IE8-WindowsXP-KB978207-x86-ENU.exe" Return code: 6 Description: Couldn't resolve host. The given remote host was not resolved. Download queue processed. Proceeding to next phase.
So checking into the .script file i found the issue
DetectFile=autopatcher:\modules\Critical\__MSIE_critical\KB978207_IE8_xp_x86_enu.apm_files\IE8-WindowsXP-KB978207-x86-ENU.exe DetectHash=F460891BD2377FB8E3B25582F70124EC DownloadFrom=DownloadFrom=http://download.microsoft.com/download/6/C/7/6C7E7090-F91E-412E-804B-BFBEFD224EDE/IE8-WindowsXP-KB978207-x86-ENU.exe DownloadTo=autopatcher:\modules\Critical\__MSIE_critical\KB978207_IE8_xp_x86_enu.apm_files\IE8-WindowsXP-KB978207-x86-ENU.exe ExpectedSize=9707384 ExpectedHash=F460891BD2377FB8E3B25582F70124EC
Should be
DetectFile=autopatcher:\modules\Critical\__MSIE_critical\KB978207_IE8_xp_x86_enu.apm_files\IE8-WindowsXP-KB978207-x86-ENU.exe DetectHash=F460891BD2377FB8E3B25582F70124EC DownloadFrom=http://download.microsoft.com/download/6/C/7/6C7E7090-F91E-412E-804B-BFBEFD224EDE/IE8-WindowsXP-KB978207-x86-ENU.exe DownloadTo=autopatcher:\modules\Critical\__MSIE_critical\KB978207_IE8_xp_x86_enu.apm_files\IE8-WindowsXP-KB978207-x86-ENU.exe ExpectedSize=9707384 ExpectedHash=F460891BD2377FB8E3B25582F70124EC
The downloadfrom= had an extra downloadfrom=downloadfrom= in it.
Running the command manually with that change i can confirm it works.
Thanks
Ork


