Hi,
I have successfully installed Flash Player 12.0.077 using "https://www.codeplex.com/Download?ProjectName=WsusPackagePublisher&DownloadId=663365"
My Question is how to i achieve copying the "mms.cfg" to the windows directory as i did before using another deployment tool.
Normally i would install flash player with this synatx below into a batch file:
copy mms.cfg %WINDIR%\SysWOW64\Macromed\Flash /Y
copy mms.cfg %WINDIR%\System32\Macromed\Flash /Y
msiexec /i install_flash_player_12_active_x.msi /quiet /norestart
msiexec /i install_flash_player_12_plugin.msi /quiet /norestart
what syntax or what method do i use to do this in WPP?
Thanks in advance
Dan
I have successfully installed Flash Player 12.0.077 using "https://www.codeplex.com/Download?ProjectName=WsusPackagePublisher&DownloadId=663365"
My Question is how to i achieve copying the "mms.cfg" to the windows directory as i did before using another deployment tool.
Normally i would install flash player with this synatx below into a batch file:
copy mms.cfg %WINDIR%\SysWOW64\Macromed\Flash /Y
copy mms.cfg %WINDIR%\System32\Macromed\Flash /Y
msiexec /i install_flash_player_12_active_x.msi /quiet /norestart
msiexec /i install_flash_player_12_plugin.msi /quiet /norestart
what syntax or what method do i use to do this in WPP?
Thanks in advance
Dan