Origin Flash Player Deployment

Hi EveryBody Here,
I have a Question About Deployment A full Version of
FlashPlayer(not FlashLite Edition) on a device. in fact on a
consumer device.
as you know some magic features in flashplayer is removed in
flashlite edition. for exaplme Play Video(specially H.263) and many
others.
However is this possible to approch deployment a origin
edition of FlashPlayer (7, 8 , or 9 any) on a device.(by relying on
Linux or without relying on a OS, in a standalone Interfac)
Please Help me and Practice in this topic.

Hello,
Copy/pasted from this site:
http://www.itninja.com/software/adobe/flash-player-3/12-1004
If you want to do the installation with the updates feature turned off, do this:
install Flash player by running a batch file that includes the following:
md %WINDIR%\System32\Macromed\Flash
copy mms.cfg %WINDIR%\System32\Macromed\Flash
msiexec /i flash_player_12_active_x.msi /quiet /norestart /log "C:\WIndows\Temp\flashActivX12.log"
the "mms.cfg" file includes this text in it :
AutoUpdateDisable=1
AutoUpdateInterval=0

Similar Messages

  • Flash Player deploy by GPO - not working

    I've been attempting to get Flash Player 10 (distributable verision, install_flash_player_10_active_x.msi) to deploy accross our network - three sites, around 100 computers total.
    I've assigned it to Group Policy, the client machines pull it down and install successfully (it even shows up in Add/Remove programmes).
    However it doesn't work. Whenever any user goes to a flash-based website they get a message telling them to download and install flash.
    Has anyone else experienced this?
    All our clients are running Win XP and IE8

    In case this might help someone else - I've now given up with installing flash via GPO, and decided to try
    to install via a vbscript computer start up script that I knocked together this morning. In case it might help someone else, copy is included below:
    Basically - put msizap.exe from windows installer sdk + the adodb flash uninstaller/msi file in the directory (strNetworkPath)
    Script then does the following:
    1) Calls adobe's uninstaller exe in silent mode to clean up what adobe can - then what it leaves behind we do ourselves:
    2) removes c:\windows\temp\installax.exe if it exists
    3) searches for and deletes from registry any Managed applications references containing (Adobe Flash Player 10 ActiveX) - in our case, i've already told GPO's to remove flash player - so it's erroring on uninstall at the moment)
    4) Search for any installed msi applications  called 'adobe flash player 10 activex' and runs MSIZAP on them ( seems adobe uninstaller doesn't completely remove the local msi references ;/)
    5) copies MSI down frmo network to windows temp
    6) msiexec /qb msi
    7) delete the msi file
    Sub InstallFlashPlayer()
        ' Network Path to:
        ' msizap.exe
        ' flash installer
        ' flash uninstaller
        strNetworkPath = "\\path\to\flash"
        strFlashVersion = "flash10k.ocx"
        strTempFolder = "C:\WINDOWS\temp"
        strFlashMSI = "install_flash_player_10_1_85_3_active_x.msi"
        On Error Resume Next
        Set WshShell = WScript.CreateObject("WScript.Shell")
        Set fso = WScript.CreateObject("Scripting.FileSystemObject")
        file1 = fso.FileExists ("C:\WINDOWS\system32\Macromed\Flash\" & strFlashVersion)
        if file1 = true then exit sub
        WshShell.Run strNetworkPath & "\uninstall_flash_player.exe -uninstall",7, true
        file1 = fso.FileExists (strTempFolder & "\installax.exe")
        if file1 = true then fso.DeleteFile strTempFolder & "\installax.exe"
        Const HKEY_LOCAL_MACHINE = &H80000002
        strComputer = "."
        Set oReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & _
            strComputer & "\root\default:StdRegProv")
        strKeyPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy\AppMgmt"
        oReg.EnumKey HKEY_LOCAL_MACHINE, strKeyPath, arrSubKeys
        For Each subkey In arrSubKeys
    strName = WshShell.RegRead("HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Group Policy\AppMgmt\" & subkey & "\Deployment Name")
            Select Case Err
                Case 0:
                    ' Key successfully read
                    If strname = "Adobe Flash Player 10 ActiveX" Then
                        strProduct = WshShell.RegRead("HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Group Policy\AppMgmt\" & subkey & "\Product ID")
                        'Error Handling if any? - resume next
          WshShell.RegDelete "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Group Policy\AppMgmt\" & subkey & "\"
          WshShell.RegDelete "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Group Policy\AppMgmt\" & strProduct
                    End If
               Case Else:
                   ' Some error - skip
                   Err.clear
            End Select
        Next
      Dim installer : Set installer = Nothing
      Set installer = Wscript.CreateObject("WindowsInstaller.Installer") : CheckError    
      Dim product, products, info, productList, version
    On Error Resume Next
    Set products = installer.Products : CheckError
    For Each product In products
      guid  = product
                    name = installer.ProductInfo(product, "ProductName")  : CheckError
      if name = "Adobe Flash Player 10 ActiveX" Then
                        WshShell.Run strNetworkPath & "\MsiZap.Exe TWA! " & guid, 7, true
                        WshShell.Run strNetworkPath & "\MsiZap.Exe TW! " & guid, 7, true
                    end if
    Next
    Set products = Nothing
        fso.CopyFile strNetworkPath & "\" & strFlashMSI, strTempFolder & "\" & strFlashMSI, true
        WshShell.Run "C:\WINDOWS\system32\msiexec.exe /I """ &  strTempFolder & "\" &strFlashMSI & """ /qb-!", 7, true
        fso.DeleteFile strTempFolder & "\" & strFlashMSI
        On Error Goto 0 
    End Sub
    Sub CheckError
    Dim message, errRec
    If Err = 0 Then Exit Sub
    message = Err.Source & " " & Hex(Err) & ": " & Err.Description
    If Not installer Is Nothing Then
      Set errRec = installer.LastErrorRecord
      If Not errRec Is Nothing Then message = message & vbNewLine & errRec.FormatText
    End If
    Wscript.Echo message
    Wscript.Quit 2
    End Sub
    InstallFlashPlayer

  • Flash player deployment

    Hi,
    I need to install Flash Player after OS install.
    Please provide a link with exact procedure that will include silent install and no updates option.
    Thanks.
    "When you hit a wrong note it's the next note that makes it good or bad". Miles Davis

    Hello,
    Copy/pasted from this site:
    http://www.itninja.com/software/adobe/flash-player-3/12-1004
    If you want to do the installation with the updates feature turned off, do this:
    install Flash player by running a batch file that includes the following:
    md %WINDIR%\System32\Macromed\Flash
    copy mms.cfg %WINDIR%\System32\Macromed\Flash
    msiexec /i flash_player_12_active_x.msi /quiet /norestart /log "C:\WIndows\Temp\flashActivX12.log"
    the "mms.cfg" file includes this text in it :
    AutoUpdateDisable=1
    AutoUpdateInterval=0

  • Can No Longer View You Tube w/OS10.3.9 Nor Update Flash Player. Suggestions

    I have a PowerBook G4, OS10.3.9 and primarily use Firefox as a browser. Yesterday when attempting to view a video on You Tube, the following message appeared: “Hello, you either have JavaScript turned off or an old version of Adobe's Flash Player. Get the latest Flash player.” When I clicked the Flash Player link, my browser was unable to access the Adobe download page (it continuously tried but never succeeded in “reading” the page). I typed in the URL for the download page with the same results. I then tried my Safari browser but it, too, was unable to read the download page. Finally I used Internet Explorer and was able to access the page but there was a notice from Adobe saying in essence they were discontinuing support of Flash Player 7 and recommending updating to the latest version (the heading on the page was “Flash Player 7 for Unsupported Operating Systems”). However, clicking the link provided only took me back to the same page with the same notice. Finally I was able to access an “Archived Flash Player” page where I downloaded various versions on Flash Player 7, 8, and 9, but in each instance I was taken to an Adobe page saying the download was successful and recommending I now update to the latest version. Clicking the link provided however resulted in being returned to the original “Flash Player 7 for Unsupported Operating Systems” page and I was still unable to view You Tube regardless of the browser employed. Is there now no way to view You Tube and use the latest version of Flash Player with an OS10.3.9? Can anyone offer suggestions as to how I might resolve this problem? Please accept my apologies if this issue has already been fully or partially addressed in a previous post. Thanks much.
    .

    Hi Dan,
    Thanks for the useful info. Unfortunately, it did not solve my problem. After completing all 6 steps you outlined, I tried to view a video on You Tube and got the same "you either have JavaScript turned off or an old version of Adobe's Flash Player. Get the latest Flash player" message and, once again, when I clicked the link both Firefox and Safari were unable to successfully access/read the Adobe download page (indeed, I cannot even access adobe.com with my Firefox and Safari browsers and had to use Internet Explorer to download the latest Flash Player and even then, I could not do it from the regular download button but had to go to the "Archived Flash Player" page on the tech support site). There were several folders in the "Flash Player 9 Debug Archive" zip file I downloaded (9r115, 9r15, 9r16, 9r28, 9r45, 9r47, 9r48) and within each of the folders several different installers (while I downloaded and installed "flashplayer9r115macdebug.dmg" there was also a "flashplayer9r115ub_macdebug.dmg" installer in the same folder and, of course, a great many other installers in the various other aforementioned folders). BTW, I originally downloaded the "Flash Player 9 Archive" zip file on the Archived Flash Player page but when attempting to install the 9r115 version from this file, the downloading sequence would not fully complete and stalled at the 3 items remaining stage, so I downloaded the aforementioned Flash Player 9 Debug Archive and was able to successfully (or so it seemed) download the 9r115 version from it, but still could not view flash content as described above. Do you (or any of the other discussion participants) have any further suggestions? Thanks for your time and consideration.

  • Help needed to install Flash Player : 'Non-Current Release' problem!

    I been encountering problems while trying to install Flash Player on my laptop running Windows 7.
    Originally Flash Player does not work as I understand it is not supported on 64-bit Internet Explorer.
    After installing 32-bit IE, the following issue of 'non-latest version' arises and all installation were aborted by the application :
    The below were steps I had taken to no success.
    1.  Via the 32-bit browser, downloaded flash player un-install program and did the uninstallation with success.
    2.  Rebooted the laptop.
    3.  Via the 32-bit browser, downloaded the flash player version 10.0.45.2 from http://get.adobe.com/flashplayer.
    4.  After downloading it automatically did the installation with 100% completion.
    5. The program proceeded to activate the flash player with a webpage saying if the flash player is working properly, I should see a video and Flash Player's logo.
    6.  Before anything was displayed, an error message popped up to say I was trying to install a non-current version and that I should go to same webpage to download the latest version. The activation was then aborted.
    Tried many times but always encountered same problem and hence cannot proceed to use the flash player.
    Need assistance to diagnose the problem and to get Flash Player working on my laptop. Appreciate any help to get it working.
    Regards.

    Thanks to efforts of eidnolb and Bob, the installation of flash player into my laptop is now working .
    Bob's installer enabled the download successfully.
    Eidnolb's link in post 6 trigggered me that I may have previously installed the pre-release version 10.1, thereby leading to the 'non-current-version' problem too. Post in that link adviced to uninstall 10.1 using the pre-release uninstaller.
    I suggest others who had encountered this non-current release to uninstall first using that specific uninstaller, before attempting to install the most current release. I may have installed the 10.1 pre-release in desperation after failing numerous times trying to figure out why flash player does not install in browser not knowing its currently-non-support of 64-bit browser.
    Once again thanks for support, eidnolb and Bob.
    Cheers.
    Kelvin

  • Help installing Flash Player 12 through Active Directory

    Hello,
    I signed up to for flash player deployment and downloaded the MSI files for IE and other browsers.  I published them in my Active Directory under User configuration for the group policy that is assigned to the workstation's OU.  On a Windows 7 machine, I am trying to install it through Control Panel > Programs and Features > Install a Program from the Network.
    As a standard user, I cannot do this as the install errors out indicating I need admin privileges.  Ok that's fine.  However, I logged into the computer as Domain Admin, and it still errors out saying I need admin privileges.
    This happens regardless of the "Always install with elevated privileges" being enabled or not in that Group Policy, and yes it was set for both User configuration and computer configuration.
    If I right-click the MSI file itself and select Install while logged in as a domain admin, then it works fine, the UAC does popup though to continue and it did not do that during the attempted install from the control panel.
    The domain controller is Windows 2000.  The workstation is Windows 7 Pro x64.  What am I missing that prevents me from installing through control panel?

    http://forums.adobe.com/message/4041846

  • Flash Player 8 plugin problem, can get Flash content on Safari

    I've been trying to install the Flash Player 8 OSX plugin on my Mac but it's not installing, ie when the installation is success a Flash Player logo is supposed to appear on the Macromedia web page and this hasn't happened.
    I tested the Flash Player 8 plugin download on my PowerBook G4 and the installation was a success on my Safari Browser where I can view still view sites with Flash Plugins.
    MacBook Pro 1.83   Mac OS X (10.4.5)  

    Flash Player comes pre-installed on the MacBook. You have just overwritten the Universal version with a PowerPC version that, as you are now seeing, just plain doesn't work.
    There is a thread that talks about replacing the files that you installed by mistake with the original Flash Player files. If you search I'm sure you will find it.

  • When i try to down load the updated version of flash player it will only save and not run...please help

    Can not down load up date for flash player..I tried removing my original flash player and this did not work...and now i have no flask player! A firefox window opens for down load and only reads "save" or "cancel" it does not have a "RUN" button. When I double click on the saved document it does not down load. Now what can I do??

    You can find the latest Flash player here:
    *http://www.adobe.com/special/products/flashplayer/fp_distribution3.html
    Try to run the Flash installer as Administrator (right-click: Run as Administrator).
    See also:
    * http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html
    * http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html
    Try to boot the computer in Windows Safe mode with network support (press F8 on the boot screen) to see if that helps to install Flash.

  • Probleme avec la derniere version de flash player

    Bonjour,
    J'ai de gros soucis avec la toute dernière version de flash player. En effet, dès que j'accède à un certain nombre de sites ou il y a un contenu flash, j'ai une fenetre du Controle du Compte Utilisateur qui me demande si le programme - flash en l'occurence - peut apporter des modifications à mon ordinateur. Je dis oui, il télécharge la dernière version de flash (que je suis déjà censé avoir). Le problème c'est qu'il me demande ça à chaque fois ! Si je navigue dans 20 pages du meme site avec du contenu flash, c'est 20 fois la meme demande ... Aussi, sur d'autres sites, j'ai des maeesages d'avertissement ou d'erreurs avec toujours la meme origine : flash player.
    J'ai désinstallé maintes fois, réinstallé mais rien n'y fait, j'ai toujours ce problème.
    Et c'est d'autant plus étonnant que sur cela ne se produit pas sur tous le sites avec du contenu flash. Et, hasard ou pas, dès que lance une page avec une pub Betclic, là ca plante systématiquement, quel que soit le site.  Je précise aussi que je peux lire les vidéos sans soucis (youtube, dailymotion ...) et que je n'ai ni probleme de son ou d'image.
    Pour info, je suis sous Windows 7x64 et j'utilise IE 9.
    Merci pour vos précieux conseils !

    Bonjour,
    J'ai le même souci que kittycran et rien n'y fait pour le moment. Je réinstalle sans cesse Adobe Flash player. Il apparaît en tant que programme à supprimer - en tant que Active X 6 mo avec le bon n° de version : 11.4.402.287 - (panneau de configuration), mais pas dans mes programmes Windows, ni dans mes modules complémentaires IE9. L'installation se passe toujours bien, mais après, pas de détection apparemment ? J'ai aussi essayé de désinstaller, réinstaller, ou de désactiver Kapersky. Windows 7 / 64 IE9.
    Merci par avance !
    papotonzunpeu

  • Curious Flash player update

    Hi, I got a message stating that Adobe wanted to update my flash player and if I would allow changes to my computer today (19.2.210) when I started my machine. I run my computer every day.
    I realized that the update request was not signed by Adobe only after clicking yes (silly me)!
    That's the info in my Internet Explorer about Flash (I deactivated it after getting suspicious about the update):
    Name            Shockwave Flash Object
    Herausgeber     Adobe Systems Incorporated
    Status          Deaktiviert
    Dateidatum      Mittwoch, 27. Januar 2010, 01:58
    Version         10.0.42.34
    Now I'm concerned about the security of my computer.
    Have any other of you received an update today.
    If any Adobe personnel reads this, is this update definitely bogus?
    Thanks for your help
    Tomasz

    My email provider is the former Wanadoo (in France), now renamed Orange.
    Apparently it is targettting the millions of users of Orange in France.
    I have this email since more than 10 years, Orange is no longer my ISP, but I keep the account, instead of multiplying the number of accounts (and multiplying the sources of problems (and the ways to manage them), just in order to keep my existing subscriptions in lots of contributing areas.
    I never use social networks, I never use pirate sites. I can give PirateBay, only because the fake FlashPlayer was detected there in 2009. However, the signature must have changed because now the fake FlashPlayer uses a version that was only realeased by Adobe during the last month.
    So I think that the detection (in Norman, is generic, and this is a new variant). anyway, this is not the W32/Delf.DRLY trojan that is causing me troubles (even if it is detecgted since only a few hours). For me the major problem is the way the SWF worm carries the Javascript which then automatically starts the download of the trojan fake FlashPlayer installer.
    So there's effectively a problem in Flash Player. but it is strange that Norman released a detection only in the last 12 hours, when someone in PirateBay could detect it in 2009 with this exact name (W32/Delf.DRLY)... May be this was a typo because in 2009, the related trojans were "W32.Delf.DRL", "W32.Delf.DRN", "W32.Delf.DRY" (with a three-letters extension, not 4-letters now).
    Note also: the MD5/SHA1 of this fake FlashPlayer is changing for each copy I receive. This is normal because it is packed as a generic Delphi executable containing a CAB resource, and the executable contains calls to the Win32 CABVIEWER.DLL API from Microsoft, to delete/create CAB entries in a FPI resource.
    The SWF file is also mutating regularly (depending on the mirror hosting it), apparently to change the internal URL from which the fake FlashPlayer will be downloaded.
    MD5/SHA1 file signatures do not work. We need to detect it by computing digital signatures on distinct code or data segments within the executable (but here again the exact size is changing, there is apparently some random data padded in various parts of the code and data segments). I don't know if there is a similar system for the Javascripts embedded in a SWF file, or if antivirus can parse the Javascript embedded in a SWF, before it is rendered by the original Flash Player.
    I really think that FlashPlayer must absolutely be digitally signed by Adobe using a secure certificate, including for its updates. and Adobe must further restrict the authorizations in its internal Javascript engine used by its Flash Player, and completely disable mouseover events as long as there's not been at least one click to start playing it.
    Yes this means that advertizing banners in various sites will no longer be animated automatically. Or Adobe could animate them but only using the video data present within the SWF object itself (it should not be allowed to perform any web request before an active click in the banner). The Adobe Flash player should also display its own local icon to close a malicious SWF content displayed in an embedded Flash object, without passing any click to the SWF'sembedded  javascript. In other word: don't instanciate the Flash Javascript engine before the component has been explicitely activated by the user.

  • Flash Player Prompting to Update with Auto Updates Disabled

    My scenario:
    Windows 7 x64
    Flash Player 11.7
    mms.cfg located in C:\Windows\Syswow64\Macromed\Flash
    mms.cfg settings:
    AutoUpdateDisable=1
    SilentAutoUpdateEnable=0
    I opened the Flash Player Settings Manager and under Advanced tab, verified "Never check for updates" is enabled.
    I have both Standard and Administrative users receiving the following warning to update Flash player. Again, I have verified the settings are correct and auto update is showing as disabled.

    Hello,
    Unfortunately, it's difficult to troubleshoot this issue after the fact due to how the auto-update notification is triggered.  If auto-updates are disabled in the mms.cfg file the update notification should not display, however, there is an edge case scenario that could result in the update notification displaying.
    First, to clarify some comments regarding the update settings in the mms.cfg file:
    The default update settings are:
    AutoUpdateDisable=0 (notification update is enabled)
    SilentAutoUpdateEnable=0 (silent auto-update is disabled)
    Silent auto-update is an opt-in option, it is not the default setting.  When installing using the EXE installer if the system is not already opted into silent auto-update the user will be prompted to select an update option and the mms.cfg file will be updated with this selection.  The MSI installer does not write to the mms.cfg file, therefore, it does not prompt the user to select an update option.  When Flash Player is installed using the MSI installer Flash Player simply honors whatever settings are already present in the mms.cfg file.
    SilentAutoUpdateEnable=1 enables silent auto-update ONLY if AutoUpdateDisable=0 is set.
    AutoUpdateDisable=1 disables notification AND silent auto-updates
    As of Flash Player 11.5, uninstalling Flash Player using the standalone uninstaller will reset the update options to the default setting (documented on page 8 of the Flash Player Administrator's Guide):
    AutoUpdateDisable=0 (notification update is enabled)
    SilentAutoUpdateEnable=0 (silent auto-update is disabled)
    If your Flash Player deployment process is to first uninstall the Flash Player using the standalone uninstaller and then install Flash Player using the MSI installer the system will be configured for notification updates since this is the default setting.  In this case you must re-deploy the custom mms.cfg file to disable updates at the same time Flash Player is installed using the MSI installer (e.g. uninstall, install using MSI, deploy custom mms.cfg file disabling updates).  If the custom mms.cfg file disabling updates is not re-deployed at installation time it is possible for Flash Player to detect an update is available resulting in the upate notification displaying.
    Regarding 'loud' releases, if you rely on silent auto-updates to update Flash Player within your organization, and want to avoid the update notification associated with a 'loud' release, you can host the updates on an internal server.  Details on how to do this are on page 19 of the Flash Player Administrator's Guide.
    This functionality is tested extensively and we have not been able to reproduce the update notification displaying when updates are disabled.  Nonetheless, I will try using the various Flash Player versions mentioned in this thread.
    Maria

  • Deploying Flash player with Active Directory Group Policy

    I manage hundreds of computers at several different locations
    and have the nightmare of updating Flash Player everytime a new
    version comes out. The file I download from Adobe's site is an .exe
    and does not contain a .msi file for Active directpry deployment.
    How can I use group policy in Active Directory to deploy this
    software to all my computers without me having to individually
    touch each machine?

    quote:
    Originally posted by:
    ocpltech
    I manage hundreds of computers at several different locations
    and have the nightmare of updating Flash Player everytime a new
    version comes out. The file I download from Adobe's site is an .exe
    and does not contain a .msi file for Active directpry deployment.
    How can I use group policy in Active Directory to deploy this
    software to all my computers without me having to individually
    touch each machine?
    so did any one ever send you an email or pm on the solution?
    I was searching the web for this exact topic and so far only found
    your question.
    12 days later - you'd think someone here would have typed up
    a solution........
    H

  • Adobe Flash Player ActiveX deployment doesn´t work in SCCM 2012 R2

    I´ve created an Application to deploy Adobe Flash Player 15.0.0.189 (last version). I´ve tried to deploy with the msi downloaded from Adobe site, using Powershell App Deploy Toolkit, bat script.. but nothing seems to work 100%.
    I have 2500 computers in my company. Working with SCCM 2012 R2.
    Some computers doesn´t install;
    Some install it but Internet Explorer seems to loose this configuration and doesn´t open flash videos;
    Some install but doesn´t uinstall the last version, then you can see two diferent versions installed;
    Do you have a definitive solution to deploy Adobe Flash Player via SCCM?
    Paz e Bem

    Follow the log:
    =O====== M/15.0.0.189 2014-10-24+13-20-52.308 ========
    0000 [I] 00000010 C:\WINDOWS\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_189_Plugin.exe -uninstall plugin -msi
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0002 [W] 00001018
    0003 [W] 00001036 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0004 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0005 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0006 [W] 00001019
    0007 [W] 00001020
    0008 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0009 [W] 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0010 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0011 [W] 00001037 Software\Macromedia\FlashPlayerPluginReleaseType/ 2
    0012 [W] 00001021
    0013 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0014 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0015 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2
    0016 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\WINDOWS\SysWOW64\FlashPlayerCPLApp.cpl 2
    0017 [W] 00001048
    0018 [I] 00000020 C:\WINDOWS\SysWOW64\FlashPlayerCPLApp.cpl
    0019 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0020 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0021 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2
    0022 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashPlayerApp.exe/ 2
    0023 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\WINDOWS\SysWOW64\FlashPlayerCPLApp.cpl 2
    0024 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0025 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0026 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2
    0027 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0028 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0029 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0030 [W] 00001036 Software\Opera Software/Plugin Path 2
    0031 [W] 00001036 Software\Opera Software/Plugin Path 2
    0032 [W] 00001015 C:\WINDOWS\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_189_Plugin.exe 5
    0033 [W] 00001015 C:\WINDOWS\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_189_Plugin.exe 5
    0034 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashUtil32_15_0_0_189_Plugin.exe/ 2
    0035 [I] 00000011 1
    0036 [I] 00000012
    =X====== M/15.0.0.189 2014-10-24+13-20-52.651 ========
    =O====== M/13.0.0.214 2014-10-24+13-22-30.648 ========
    0000 [I] 00000010 "\\rio1install01\install$\Aplications\Adobe\uninstall_flash_player_activex.exe" -force  
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0004 [W] 00001018
    0005 [W] 00001037 Software\Macromedia\FlashPlayer\SafeVersions/ 2
    0006 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0007 [W] 00001019
    0008 [W] 00001020
    0009 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0010 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0011 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0012 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0013 [W] 00001037 Software\Macromedia\FlashPlayerActiveXReleaseType/ 2
    0014 [W] 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0015 [W] 00001021
    0016 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0017 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0018 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\WINDOWS\SysWOW64\FlashPlayerCPLApp.cpl 2
    0019 [W] 00001048
    0020 [I] 00000020 C:\WINDOWS\SysWOW64\FlashPlayerCPLApp.cpl
    0021 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0022 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0023 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashPlayerApp.exe/ 2
    0024 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\WINDOWS\SysWOW64\FlashPlayerCPLApp.cpl 2
    0025 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0026 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0027 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0028 [W] 00001018
    0029 [W] 00001036 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0030 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0031 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0032 [W] 00001019
    0033 [W] 00001020
    0034 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0035 [W] 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0036 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0037 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0038 [W] 00001037 Software\Macromedia\FlashPlayerPluginReleaseType/ 2
    0039 [W] 00001021
    0040 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0041 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0042 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\WINDOWS\SysWOW64\FlashPlayerCPLApp.cpl 2
    0043 [W] 00001048
    0044 [I] 00000020 C:\WINDOWS\SysWOW64\FlashPlayerCPLApp.cpl
    0045 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0046 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0047 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashPlayerApp.exe/ 2
    0048 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\WINDOWS\SysWOW64\FlashPlayerCPLApp.cpl 2
    0049 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0050 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0051 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0052 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0053 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0054 [W] 00001036 Software\Opera Software/Plugin Path 2
    0055 [W] 00001036 Software\Opera Software/Plugin Path 2
    0056 [I] 00000011 1
    =X====== M/13.0.0.214 2014-10-24+13-22-36.768 ========
    =O====== M/13.0.0.199 2014-10-24+13-22-48.375 ========
    0000 [I] 00000010 "\\rio1install01\install$\Aplications\Adobe\Flash 13\Flash 13\flashplayer13_install_win_ax.exe" 
    0001 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/Version 2
    0004 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0005 [I] 00000011 1
    0006 [I] 00000020 C:\WINDOWS\SysWOW64\FlashPlayerCPLApp.cpl
    0007 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0008 [I] 00000013 C:\WINDOWS\SysWOW64\Macromed\Flash\Flash32_13_0_0_199.ocx
    0009 [I] 00000015 C:\WINDOWS\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_199_ActiveX.exe
    0010 [I] 00000016 C:\WINDOWS\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_199_ActiveX.dll
    0011 [I] 00000023 C:\WINDOWS\SysWOW64\Macromed\Flash\activex.vch
    0012 [I] 00000019 C:\WINDOWS\SysWOW64\FlashPlayerCPLApp.cpl
    0013 [I] 00000021 C:\WINDOWS\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    =X====== M/13.0.0.199 2014-10-24+13-23-49.006 ========
    =O====== M/13.0.0.199 2014-10-24+13-23-53.746 ========
    0000 [I] 00000010 "\\rio1install01\install$\Aplications\Adobe\Flash 13\Flash 13\flashplayer13_install_win_pi.exe" 
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0004 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0005 [I] 00000011 1
    0006 [I] 00000020 C:\WINDOWS\SysWOW64\FlashPlayerCPLApp.cpl
    0007 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0008 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0009 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0010 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0011 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0012 [W] 00001036 Software\Opera Software/Plugin Path 2
    0013 [W] 00001036 Software\Opera Software/Plugin Path 2
    0014 [I] 00000014 C:\WINDOWS\SysWOW64\Macromed\Flash\NPSWF32_13_0_0_199.dll
    0015 [I] 00000015 C:\WINDOWS\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_199_Plugin.exe
    0016 [I] 00000024 C:\WINDOWS\SysWOW64\Macromed\Flash\plugin.vch
    0017 [I] 00000017 C:\WINDOWS\SysWOW64\Macromed\Flash
    0018 [I] 00000022 C:\WINDOWS\SysWOW64\Macromed\Flash\FlashPlayerPlugin_13_0_0_199.exe
    0019 [I] 00000019 C:\WINDOWS\SysWOW64\FlashPlayerCPLApp.cpl
    0020 [W] 00001024 C:\WINDOWS\SysWOW64\FlashPlayerCPLApp.cpl 183
    0021 [W] 00001024 C:\WINDOWS\SysWOW64\FlashPlayerApp.exe 183
    0022 [I] 00000021 C:\WINDOWS\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0023 [W] 00001024 C:\WINDOWS\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    =X====== M/13.0.0.199 2014-10-24+13-24-03.441 ========
    =O====== M/15.0.0.189 2014-10-24+13-33-24.591 ========
    0000 [I] 00000010 "C:\TEMP\InstallPlugin_15_0_0_189.exe" -install -msi
    0001 [E] 00001161
    =X====== M/15.0.0.189 2014-10-24+13-33-24.916 ========
    =O====== M/15.0.0.189 2014-10-24+13-39-34.068 ========
    0000 [I] 00000010 "C:\TEMP\InstallPlugin_15_0_0_189.exe" -install -msi
    0001 [E] 00001161
    =X====== M/15.0.0.189 2014-10-24+13-39-34.424 ========
    =O====== M/15.0.0.189 2014-10-24+13-53-18.490 ========
    0000 [I] 00000010 "C:\TEMP\InstallPlugin_15_0_0_189.exe" -install -msi
    0001 [E] 00001161
    =X====== M/15.0.0.189 2014-10-24+13-53-18.809 ========
    =O====== M/15.0.0.189 2014-10-24+19-02-51.050 ========
    0000 [I] 00000010 "C:\TEMP\InstallPlugin_15_0_0_189.exe" -install -msi
    0001 [E] 00001161
    =X====== M/15.0.0.189 2014-10-24+19-02-51.458 ========
    =O====== M/15.0.0.189 2014-10-24+19-18-23.366 ========
    0000 [I] 00000010 "C:\TEMP\InstallPlugin_15_0_0_189.exe" -install -msi
    0001 [E] 00001161
    =X====== M/15.0.0.189 2014-10-24+19-18-23.676 ========
    =O====== M/15.0.0.189 2014-10-24+19-53-48.530 ========
    0000 [I] 00000010 "C:\TEMP\InstallPlugin_15_0_0_189.exe" -install -msi
    0001 [E] 00001161
    =X====== M/15.0.0.189 2014-10-24+19-53-48.840 ========
    =O====== M/15.0.0.189 2014-10-24+19-56-42.561 ========
    0000 [I] 00000010 "C:\TEMP\InstallPlugin_15_0_0_189.exe" -install -msi
    0001 [E] 00001161
    =X====== M/15.0.0.189 2014-10-24+19-56-42.867 ========
    =O====== M/15.0.0.189 2014-10-24+20-02-43.338 ========
    0000 [I] 00000010 "C:\TEMP\InstallPlugin_15_0_0_189.exe" -install -msi
    0001 [E] 00001161
    =X====== M/15.0.0.189 2014-10-24+20-02-43.762 ========
    Pax et bonum

  • I normally dont need a login when I install new program, but I try to Install a new flash player im asked to write a login and I have no clue? when I search for help it suggest to put in the original installation cd but that doesnt work. Please help!

    When Trying to install the newest Flash player, Im asked to fill in my login.
    I have no clue what my login is. (It happened very rarely that I was asked to fill in this when installing a new program, and the login I have used before are not valid now.
    When I search for help, I am suggested to put in the original installation Cd.. and press the "C" button when I hear the starting sound... but when I do this nothing is happening.
    Please Help me If you have an idea for a solution to this problem!
    / Joel

    You need the admin password you created when you first set up the machine.  Just about every installer running under OS X will require you to authorize the installation by entering an administrator password - even software update requires this.  You really should not forget your admin password, as it is required for many things in OS X since, unlike Windows, you often need to manually type in the admin password to proceed with an install or update (whereas Windows will take admin authority, if you are logged in as an admin, by simply clicking continue or yes).
    If you cannot remember your admin password, you can reset it from the recovery CD that came with your mac - http://support.apple.com/kb/HT1274

  • Wrong link on deployment page (Flash Player)

    Hi all,
    I think there's a malformed link on the Flash Player distribution / deployment page (Weiterverteilung von Adobe Flash Player | Adobe):
    when I click on the FP 15 ActiveX link, it downloads the correct version 15.0.0.239
    the link for the FP 15 Plugin leads to version 15.0.0.223 instead

    Hello Maria,
    to reproduce please try the following:
    - in a browser with freshly cleared cache, open page Weiterverteilung von Adobe Flash Player | Adobe
    - under "Flash Player 15.0.0.239 (Windows und Mac)" click "download MSI-file" for plugin-based Browsers
    - download the file to whichever place you like
    - open the file with Orca (part of the Windows Platform SDK, single download here: Download: ORCA MSI Editor)
    - within orca, klick on the "Component" table in the left pane
    - on the right pane, have a close look at the second line:
    - next, on a system with FP 15.0.0.223 or older, install the MSI
    - check the FP version shown under "Control Panel" / "Software/Programs"
    - at all my installs here, it still reads "15.0.0.223":

Maybe you are looking for