Error: "This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package." while installing Java Development Kit 1.8 in the client

Guys,

When I run a task to install JDK version 8.0 (as per below commands)

waithidden cmd /c copy “<\shared server\shared folder\JDK8.0.exe>” "C:\Temp"
waithidden “C:\Windows\SysWOW64\msiexec.exe” /i “C:\Temp\JDK8.0.exe” /qn /norestart

I am getting the below error pop-up

Error: “This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.”

Can you please help me with the above error and let me know what needs to be done t get this fixed?

Thank you,
Ram