We have one that installs everything based on......it does a lot.
Copy the code to a text file and rename the extension to .xml
You'll need to either copy our folder structure, or rework it to suit yours.
Then we set a schedule and forget it. WE make changes to the versions in the deployment steps each time.
Copy text below and save as .xml, import in.
-----------------------------------------------
<?xml version="1.0" encoding="utf-8"?>
<Package>
<Name>Copy - MSI: Adobe Flash 23.0.0.162</Name>
<Description>This package:
Uninstalls all Flash software first using the flash uninstaller from adobe
https://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html#main_Run_the_uninstaller
http://www.adobe.com/devnet/flashplayer/articles/flash_player_admin_guide.html
correct switches are /uninstall /force and can push silent update (not done)
https://forums.adobe.com/thread/2071244
Installs Adobe Flash
http://www.adobe.com/sea/products/flashplayer/distribution.html
PPAPI (Chrome and Opera)
NPAPI (Win7 to Win10 and Firefox)
ActiveX (Win7)
</Description>
<ShutdownOption>0</ShutdownOption>
<ShutdownTime>0</ShutdownTime>
<MaxDuration>540</MaxDuration>
<Rescan>True</Rescan>
<RunMode>-1</RunMode>
<Steps>
<Step>
<Nr>1</Nr>
<Name>Check - Flash Install File PPAPI</Name>
<Type>5</Type>
<ReturnCodes></ReturnCodes>
<Success>-1</Success>
<Failure>-3</Failure>
<Path></Path>
<Parameters></Parameters>
<MSIParameters></MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command></Command>
<EditMode>False</EditMode>
<Conditions>
<Condition>
<Type>1</Type>
<SpecOne>{packageshare}\installers\adobe flash\</SpecOne>
<SpecTwo>install_flash_player_23_ppapi.msi</SpecTwo>
<Operator>1</Operator>
<Value></Value>
</Condition>
</Conditions>
</Step>
<Step>
<Nr>2</Nr>
<Name>Check - 32/64bit OS</Name>
<Type>5</Type>
<ReturnCodes></ReturnCodes>
<Success>3</Success>
<Failure>5</Failure>
<Path></Path>
<Parameters></Parameters>
<MSIParameters></MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command></Command>
<EditMode>False</EditMode>
<Conditions>
<Condition>
<Type>3</Type>
<SpecOne></SpecOne>
<SpecTwo></SpecTwo>
<Operator>5</Operator>
<Value></Value>
</Condition>
</Conditions>
</Step>
<Step>
<Nr>3</Nr>
<Name>Check - 32bit OS Flash PPAPI</Name>
<Type>5</Type>
<ReturnCodes></ReturnCodes>
<Success>4</Success>
<Failure>7</Failure>
<Path></Path>
<Parameters></Parameters>
<MSIParameters></MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command></Command>
<EditMode>False</EditMode>
<Conditions>
<Condition>
<Type>1</Type>
<SpecOne>c:\Windows\System32\Macromed\Flash</SpecOne>
<SpecTwo>FlashUtil32_23_0_0_162_pepper.exe</SpecTwo>
<Operator>1</Operator>
<Value></Value>
</Condition>
</Conditions>
</Step>
<Step>
<Nr>4</Nr>
<Name>Check - 32bit OS Flash Version</Name>
<Type>5</Type>
<ReturnCodes></ReturnCodes>
<Success>7</Success>
<Failure>-2</Failure>
<Path></Path>
<Parameters></Parameters>
<MSIParameters></MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command></Command>
<EditMode>False</EditMode>
<Conditions>
<Condition>
<Type>1</Type>
<SpecOne>c:\Windows\System32\Macromed\Flash</SpecOne>
<SpecTwo>FlashUtil32_23_0_0_162_pepper.exe</SpecTwo>
<Operator>9</Operator>
<Value>23.0.0.0</Value>
</Condition>
</Conditions>
</Step>
<Step>
<Nr>5</Nr>
<Name>Check - 64bit OS Flash PPAPI</Name>
<Type>5</Type>
<ReturnCodes></ReturnCodes>
<Success>6</Success>
<Failure>7</Failure>
<Path></Path>
<Parameters></Parameters>
<MSIParameters></MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command></Command>
<EditMode>False</EditMode>
<Conditions>
<Condition>
<Type>1</Type>
<SpecOne>C:\Windows\System32\Macromed\Flash</SpecOne>
<SpecTwo>FlashUtil64_23_0_0_162_pepper.exe</SpecTwo>
<Operator>1</Operator>
<Value></Value>
</Condition>
</Conditions>
</Step>
<Step>
<Nr>6</Nr>
<Name>Check - 64bit OS Flash Version</Name>
<Type>5</Type>
<ReturnCodes></ReturnCodes>
<Success>7</Success>
<Failure>-2</Failure>
<Path></Path>
<Parameters></Parameters>
<MSIParameters></MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command></Command>
<EditMode>False</EditMode>
<Conditions>
<Condition>
<Type>1</Type>
<SpecOne>C:\Windows\System32\Macromed\Flash</SpecOne>
<SpecTwo>FlashUtil64_23_0_0_162_pepper.exe</SpecTwo>
<Operator>1</Operator>
<Value></Value>
</Condition>
</Conditions>
</Step>
<Step>
<Nr>7</Nr>
<Name>Uninstall - Adobe Flash All Types and Versions</Name>
<Type>1</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>8</Success>
<Failure>8</Failure>
<Path>{PackageShare}\Installers\Adobe Flash\uninstall_flash_player.exe</Path>
<Parameters>-uninstall</Parameters>
<MSIParameters>/i /qn /norestart</MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command>"{PackageShare}\Installers\Adobe Flash\uninstall_flash_player.exe" -uninstall</Command>
<EditMode>False</EditMode>
<Conditions />
</Step>
<Step>
<Nr>8</Nr>
<Name>Install - Flash EXE Active X msi</Name>
<Type>1</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>9</Success>
<Failure>-1</Failure>
<Path>{PackageShare}\installers\adobe flash\install_flash_player_23_active_x.msi</Path>
<Parameters></Parameters>
<MSIParameters>/i /qn</MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command>msiexec.exe /i "{PackageShare}\installers\adobe flash\install_flash_player_23_active_x.msi" /qn</Command>
<EditMode>False</EditMode>
<Conditions />
</Step>
<Step>
<Nr>9</Nr>
<Name>Install - Flash NPAPI (plugin) Win 7-10</Name>
<Type>1</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>10</Success>
<Failure>-1</Failure>
<Path>{PackageShare}\installers\adobe flash\install_flash_player_23_plugin.msi</Path>
<Parameters></Parameters>
<MSIParameters>/i /qn</MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command>msiexec.exe /i "{PackageShare}\installers\adobe flash\install_flash_player_23_plugin.msi" /qn</Command>
<EditMode>False</EditMode>
<Conditions />
</Step>
<Step>
<Nr>10</Nr>
<Name>Install - Flash PPAPI Chrome</Name>
<Type>1</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>-2</Success>
<Failure>-3</Failure>
<Path>{PackageShare}\installers\adobe flash\install_flash_player_23_ppapi.msi</Path>
<Parameters></Parameters>
<MSIParameters>/i /qn</MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command>msiexec.exe /i "{PackageShare}\installers\adobe flash\install_flash_player_23_ppapi.msi" /qn</Command>
<EditMode>False</EditMode>
<Conditions />
</Step>
</Steps>
<SoftwareVersion>6045</SoftwareVersion>
</Package>