→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎03-06-2017 08:32 PM
Solved! Go to Solution.
‎03-10-2017 04:16 PM
AutoUpdateDisable=0
SilentAutoUpdateEnable=1
Description (name) - Action code
Flash Folder - {actionpath}shellexec.vbs "\\{smartname}\c$\Windows\SysWOW64\Macromed\Flash"
Flash Folder 32bit - {actionpath}shellexec.vbs "\\{smartname}\c$\Windows\System32\Macromed\Flash"
Flash Update - {actionpath}psexec.exe \\{assetname} -s -h "C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe"
Flash update 32bit - {actionpath}psexec.exe \\{assetname} -s -h "C:\Windows\System32\Macromed\Flash\FlashPlayerUpdateService.exe"
<?xml version="1.0" encoding="utf-8"?>
<Package>
<Name>Update - Flash mms.cfg file</Name>
<Description>This package resets Adobe Flash Player silent update. </Description>
<ShutdownOption>0</ShutdownOption>
<ShutdownTime>0</ShutdownTime>
<MaxDuration>300</MaxDuration>
<Rescan>True</Rescan>
<RunMode>2</RunMode>
<Steps>
<Step>
<Nr>1</Nr>
<Name>Check if OS is 32 bit</Name>
<Type>5</Type>
<ReturnCodes></ReturnCodes>
<Success>2</Success>
<Failure>3</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>2</Nr>
<Name>Set auto-update 32bit</Name>
<Type>2</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>-2</Success>
<Failure>-3</Failure>
<Path></Path>
<Parameters></Parameters>
<MSIParameters></MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command>COPY "{PackageShare}\Installers\Adobe Flash\mms.cfg" "%WINDIR%\System32\Macromed\Flash\mms.cfg"</Command>
<EditMode>False</EditMode>
<Conditions />
</Step>
<Step>
<Nr>3</Nr>
<Name>remove sys32 cfg if found</Name>
<Type>2</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>4</Success>
<Failure>4</Failure>
<Path></Path>
<Parameters></Parameters>
<MSIParameters></MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command>del c:\Windows\System32\Macromed\Flash\mms.cfg</Command>
<EditMode>False</EditMode>
<Conditions />
</Step>
<Step>
<Nr>4</Nr>
<Name>Set auto-update 64bit</Name>
<Type>2</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>-2</Success>
<Failure>-3</Failure>
<Path></Path>
<Parameters></Parameters>
<MSIParameters></MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command>COPY "{PackageShare}\Installers\Adobe Flash\mms.cfg" "C:\Windows\SysWOW64\Macromed\Flash\mms.cfg"</Command>
<EditMode>False</EditMode>
<Conditions />
</Step>
</Steps>
<SoftwareVersion>6051</SoftwareVersion>
</Package>
‎03-10-2017 04:16 PM
AutoUpdateDisable=0
SilentAutoUpdateEnable=1
Description (name) - Action code
Flash Folder - {actionpath}shellexec.vbs "\\{smartname}\c$\Windows\SysWOW64\Macromed\Flash"
Flash Folder 32bit - {actionpath}shellexec.vbs "\\{smartname}\c$\Windows\System32\Macromed\Flash"
Flash Update - {actionpath}psexec.exe \\{assetname} -s -h "C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe"
Flash update 32bit - {actionpath}psexec.exe \\{assetname} -s -h "C:\Windows\System32\Macromed\Flash\FlashPlayerUpdateService.exe"
<?xml version="1.0" encoding="utf-8"?>
<Package>
<Name>Update - Flash mms.cfg file</Name>
<Description>This package resets Adobe Flash Player silent update. </Description>
<ShutdownOption>0</ShutdownOption>
<ShutdownTime>0</ShutdownTime>
<MaxDuration>300</MaxDuration>
<Rescan>True</Rescan>
<RunMode>2</RunMode>
<Steps>
<Step>
<Nr>1</Nr>
<Name>Check if OS is 32 bit</Name>
<Type>5</Type>
<ReturnCodes></ReturnCodes>
<Success>2</Success>
<Failure>3</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>2</Nr>
<Name>Set auto-update 32bit</Name>
<Type>2</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>-2</Success>
<Failure>-3</Failure>
<Path></Path>
<Parameters></Parameters>
<MSIParameters></MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command>COPY "{PackageShare}\Installers\Adobe Flash\mms.cfg" "%WINDIR%\System32\Macromed\Flash\mms.cfg"</Command>
<EditMode>False</EditMode>
<Conditions />
</Step>
<Step>
<Nr>3</Nr>
<Name>remove sys32 cfg if found</Name>
<Type>2</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>4</Success>
<Failure>4</Failure>
<Path></Path>
<Parameters></Parameters>
<MSIParameters></MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command>del c:\Windows\System32\Macromed\Flash\mms.cfg</Command>
<EditMode>False</EditMode>
<Conditions />
</Step>
<Step>
<Nr>4</Nr>
<Name>Set auto-update 64bit</Name>
<Type>2</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>-2</Success>
<Failure>-3</Failure>
<Path></Path>
<Parameters></Parameters>
<MSIParameters></MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command>COPY "{PackageShare}\Installers\Adobe Flash\mms.cfg" "C:\Windows\SysWOW64\Macromed\Flash\mms.cfg"</Command>
<EditMode>False</EditMode>
<Conditions />
</Step>
</Steps>
<SoftwareVersion>6051</SoftwareVersion>
</Package>
‎03-07-2017 05:51 PM
‎03-07-2017 05:42 PM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now