Hi everyone,
I want to deploy Adobe flash player using SCCM 2012 R2 with autoupdate disabled.
and my deployment is failing.
I used orca and created mst file
(NewCustomAction1″ in the action column in the right panel and edited that row’s target to read “-install -msi -au 2″).
and tried the below command lines,
msiexec /i "install_flash_player_15_active_x.msi" /qn TRANSFORMS="flash.mst" /norestart
msiexec /i "install_flash_player_15_active_x.msi" /qn /t flash.mst /norestart
I am getting the below error in eventviewer on the client computer.
Product: Adobe Flash Player 15 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_15_0_0_189.exe, command: -install -msi -au2
Please do guide me ?