Flash 7 needed...
Anyone know where I can download the latest flash player so that I can deploy it via a quiet and unattended install from SMS? I downloaded the "mm_fl_sw_installer.exe file and ran it with the /S switch but it seems that only shochwave installed. I need the flash player so if there's a direct link to the exe or msi file could someone please post it?
TIA
TIA
0 Comments
[ + ] Show comments
Answers (16)
Please log in to answer
Posted by:
Thaiboxer
19 years ago
Macromedia has a place on their web site to download redistributable versions of Flash and Shockwave. Before you get access to the download, they basically make you promise not to redistribute it outside your environment.
Here's the link: http://www.macromedia.com/support/shockwave/info/licensing/faq.html#item-5
Here's the link: http://www.macromedia.com/support/shockwave/info/licensing/faq.html#item-5
Posted by:
VikingLoki
19 years ago
Posted by:
Thaiboxer
19 years ago
Posted by:
Thaiboxer
19 years ago
Posted by:
marvinc
19 years ago
Posted by:
marvinc
19 years ago
Posted by:
Thaiboxer
19 years ago
Here's a list of command line options that MSIEXEC accepts. I believe you want "/qn" or "/qb" for this one.
Link:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/standard_installer_command_line_options.asp
So your command line would be:
msiexec /i \\path\flash.msi TRANSFORMS=IfYouHaveOne.mst /qb
Link:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/standard_installer_command_line_options.asp
So your command line would be:
msiexec /i \\path\flash.msi TRANSFORMS=IfYouHaveOne.mst /qb
Posted by:
VikingLoki
19 years ago
Posted by:
Thaiboxer
19 years ago
Posted by:
marvinc
19 years ago
My apologies for keeping such a simple thread going but this just isn't working. I'm using the following command line:
msiexec /i install_flash_player_7.msi /qb
and it doesn't install. The package arrives at the system and never installs. I'm not using a transform but I don't think this is the problem. I think the only switch I haven't tried is /qb- or /quiet.
Anyone???
msiexec /i install_flash_player_7.msi /qb
and it doesn't install. The package arrives at the system and never installs. I'm not using a transform but I don't think this is the problem. I think the only switch I haven't tried is /qb- or /quiet.
Anyone???
Posted by:
MSIPackager
19 years ago
Hi, have you tried just installing on a test machine with:
msiexec /i install_flash_player_7.msi
Or by just double clicking the MSI to see what's going on? It may be that you need to add entries to the property table (for example to accept the licence agreement) to get the software to install silently...
If so, this should be done using a transform as mentioned earlier.
Hope this helps,
Rob.
msiexec /i install_flash_player_7.msi
Or by just double clicking the MSI to see what's going on? It may be that you need to add entries to the property table (for example to accept the licence agreement) to get the software to install silently...
If so, this should be done using a transform as mentioned earlier.
Hope this helps,
Rob.
Posted by:
marvinc
19 years ago
You're correct. I double-clicked the file and nothing happened. I decided to try this with the mm_fl_sw_installer.exe file and it installed shockwave and the flash player so I'll see if I can deploy this using the following command:
\\server\flash\mm_fl_sw_installer.exe /q
I tried /? to see if there were any switches but didn't was prompted to install the app. Can anyone confirm??
Thanks
\\server\flash\mm_fl_sw_installer.exe /q
I tried /? to see if there were any switches but didn't was prompted to install the app. Can anyone confirm??
Thanks
Posted by:
dj_xest
19 years ago
Posted by:
msvkumar
19 years ago
I downladed flash 7 from this url..Its working
http://www.macromedia.com/go/full_flashplayer_win_msi paste in address bar
I used msiexec /i install_flash_player_7.msi it launches installer window and shows nothing but its working. I tried uninstalling also msiexec /x install_flash_player_7.msi its working.
Hope this helps u
Thanks-MSV
http://www.macromedia.com/go/full_flashplayer_win_msi paste in address bar
I used msiexec /i install_flash_player_7.msi it launches installer window and shows nothing but its working. I tried uninstalling also msiexec /x install_flash_player_7.msi its working.
Hope this helps u
Thanks-MSV
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.