You can use the .msi installers with standard switches to install both versions of Flash Player (ActiveX and Plugin).
If you want to prevent Flash from doing automatic updates, create a transform file from the .msi using InstEdIt or Orca, and change the following items:
CustomAction - change the action named "NewCustomAction1" target from "-install -msi" to "-install -msi -au 2"
Property - Set AgreeToLicense to Yes, ISCHECKFORPRODUCTUPDATES to 0, and RebootYesNo to No.
Save your .mst file (e.g. flash.mst) and include it with your base .msi installer. Your command line for a silent install of the ActiveX version is:
msiexec.exe /qn /i install_flash_player_13_active_x.msi TRANSFORMS=flash.mst
This method avoids having to use a seperate mms.cfg file to turn off the auto updates.
Just noticed the Flash autoupdate service now do major versions too. A change from not to long ago. I install both the active-x and plugin version from the .exe with the "-install -au 0" switches using Intune. Seems like a hands off solution from now on even doing major updates, i.e. even going from 12 -> 13 was autoupdated without user notification or interference.
View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.
Product: Adobe Flash Player 13 ActiveX -- Error 1722.There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action NewCustomAction1, location: C:\Windows\TEMP\InstallAX_13_0_0_182.exe, command: -install -msi -au2
I downloaded today so i believe i'm using the same version.
EDIT: Figured it out. There should be a space between -au and 2.
So it should be:
CustomAction - change the action named "NewCustomAction1" target from "-install -msi" to "-install -msi -au 2" - adaml 10 years ago
MSI (s) (1C:7C) [09:29:15:719]: Product: Adobe Flash Player 12 ActiveX -- Error 1722.There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action NewCustomAction1, location: C:\Users\username\AppData\Local\Temp\InstallAX_12_0_0_70.exe, command: -install -msi.
While the latest version installs fine I don't want to store up an issue for future that will affect all our PCs. Any idea why the old version is no longer installing? - mcconns 10 years ago