inetc::get command returns url parts error
In a NSIS script, I use the following command to download the MCR.exe file from a microsoft server:
inetc::get "http://ntcpc-009373:8080/MCRInstaller.exe" "$INSTDIR\MCRInstaller.exe"
The command works and downloads the file on a machine using Windows XP.
The same command running on a machine using Windows 7 generates the following error:
url parts error
I display the message returned by running the command and displaying the contents of register $R0.
I am using the latest version of NSIS.
Thanks for your help.