K2000 Post-Install Task with Flash for IE fails - Windows 10
Hello,
I've searched Google and researched the error messages and I still can't seem to find a solution for this. According to the documentation, i have:
msiexec /i install_flash_player_20_active_x.msi /qn
and I get return code 1603.
Any ideas?
3 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
tdickert
8 years ago
I don't believe you can use the .msi or .exe's supplied by Adobe to update IE on Windows 8.1 or 10. Since they are included in Windows Update, you can however download the .msu files and create a post install task to update flash player.
I download the latest flash updates for IE/Edge from the Windows Update Catalog (search on "internet flash"):
http://catalog.update.microsoft.com
Your script would look something like this:
wusa "AMD64-all-windows8.1-kb3132372-x64.msu" /quiet /norestart
I know that I can't install the active_x (for ie) in windows 8.1 because it comes in by windows update and I was getting a similar error message when I did mine but can the plugin version of flash for other browsers, might it be the same thing here? - tmallin 8 years ago
msiexec /i install_flash_player_20_active_x.msi /qn /L*vx c:\Temp\install.log
Then you can see where the error is occurring, if your not sure, then post the log (zipped) - Pressanykey 8 years ago