cannot (automatically) update to 11.3.300.270 on Windows 7 64-bit systems
Hello,
I'm trying to build an SCCM deployment for the latest Adobe Flash package. I registered for the licensing program/access with Adobe, and downloaded the MSI file, which I understand is supposed to work on both 32-bit and 64-bit systems. However, I'm struggling to get the update/upgrade to work on 64-bit Windows 7 systems.
My command line is very simple:
msiexec /i install_flash_player_11_active_x.msi /qn
This seems to work fine on my 32-bit systems, but not so much joy on my 64-bit systems. On the 64-bit systems, it appears to uninstall the previous version of Flash (the majority of my clients are currently at Flash version 11.2.202.228, if that matters), but it does not successfully install the 11.3.300.270 version. When clicking on the msi and running it by hand, I am getting the following message on my 64-bit systems:
Error 1312. Cannot create the directory C:\Windows\SysWOW64\Macromed\Flash. A file with this name already exists. Please rename or remove the file and click Retry, or click Cancel to exit.
Looking at that folder, there appears to be a single file called "Flash", 1kb in size, no apparent file extension. I can manually delete that 1kb file, and rerun the msi by hand or via the command line, and Flash will successfully install. However, I need to deploy this software automatically/silently to a very large number of machines.
Any ideas on what's going wrong? I imagine I can come up with a script to remove that problem file, but it seems like a "hack" for something that should probably work out of the box. Thanks for any insight.
