Using mms.cfg In The Enterprise

Hello, I’m currently investigating the best ways to install Flash Player in our corporate environment I’ve competed the request for enterprise downloads and I now have the access to the EXE & MSI installs.
Briefly reading the Administration guide I now know that I can use mms.cfg to disable updates a requirement in our network due to the lack of admin rights.
We will manage updates and fresh installs with SCCM 2012
I want to be able to install Flash Player during OSD (Operating System Deployment) and also on existing machines what are the best proven methods of delivering the custom mms.cfg ?
Can this be done with the command line if I use the EXE Bootstrapper install and not the MSI?
Or do I have to look at using group policy or a script to deliver this file outside of the installation
For Adobe reader I’m currently using the bootstrapper to install reader 11 and the latest MSP at the same time I’d like to do something similar for my Flash Player installs

My solution was as follows:
1. In SCCM 2012, I created an application for flash player based on the MSI deployment.
2. Created a second deployment type that executes a .CMD file with the following batch code in it (set dependency pointing to the Flash MSI completing successfully as well):
REM In case folders don't exist, create them
MD %WINDIR%\System32\Macromed\Flash
MD %WINDIR%\SysWow64\Macromed\Flash
REM Delete existing completion files
Del %WINDIR%\System32\Macromed\Flash\Complete.flag
Del %WINDIR%\SysWow64\Macromed\Flash\Complete.flag
REM Copy System32 CFG file and then copy the complete flag
Copy /y %~dp0mms.cfg %WINDIR%\System32\Macromed\Flash
Copy /y %~dp0Complete.flag %WINDIR%\System32\Macromed\Flash
REM Copy SysWow64 CFG file and then copy the complete flag
Copy /y %~dp0mms.cfg %WINDIR%\SysWow64\Macromed\Flash
Copy /y %~dp0Complete.flag %WINDIR%\SysWow64\Macromed\Flash
Note: Completion.flag is merely a text file that gives me an easy way to know if the script finished running or not. I check for it's existence in both locations to consider the process complete.    
This has worked for me. The only hangup I had was that I set the MSI verification on the filename of the OCX that the installer puts in the System32 and SysWow64 folders not realizing that the filename is backwards from what I expected. System32 has the "Flash64..." file and SysWow64 has the "Flash32..." file. Goofy, I know.
Hope this helps.

Similar Messages

  • How to Disable Auto Updates on Flash Player 10 using mms.cfg

    Hi Friends,
    I am a newbee into this.I am trying to install a customized Adobe Flash  Player 10.2.153.1 in which auto updates are disabled.  I went through the Adobe guidelines and found that it is possible to do the same using a MMS.CFG file. Can anyone tell me how exactly this would look like. I will be extremely thankful if someone can attach a sample of the same.
    One more question...
    When we disable auto updates using mms.cfg file, will this be updated in the Global Settings Manager ?
    Tries from my end till now:
    I tried to create a mms.cfg by editing a txt file and adding "AutoUpdateDisable=0 " and then saving teh same as mms.cfg using UTF-8 encoding. this didnt make any difference in the Global Settings manager.
    Please help me...
    Regards,
    Dilip

    http://kb2.adobe.com/cps/167/16701594.html
    But it seems that you have done everything correctly; doesn't it work?
    dilzmail wrote:
    One more question...When we disable auto updates using mms.cfg file, will this be updated in the Global Settings Manager ?
    No, I don't think so; these settings are stored in a different place.
    Some users have reported that AutoUpdateDisable via mms.cfg does no longer work in Flash Player 10.3.  Please check if this failure already occurs in Flash Player 10.2.

  • Using mms.cfg file to enable Autoupdate for non-Admin users

    I need help in getting this to work.  So far it does not.
    Adobe Flash for windows 17.0.0.23
    Windows 7 Enterprise  - 5000 systems
    Users are not administrators on systems.
    The Non admin user gets prompted with a screen ( we do not want any prompts)
    Then the install fails because they are not an administrator.
    My mms.cfg file:
    AutoUpdateDisable=0
    AutoUpdateInterval=1
    SilentAutoUpdateEnable=1
    How do I use this or any other method to have Adobe Flash update automaticly for all users including non-admins
    and give no prompts?
    What are the next steps.  Is there an enterprise support site or method to use for mass distributions for Flash?
    Please Get back to me today before 12:00 EDT 13 Apr 2015.
    Gary Pearson
    401-233-6898

    Hi garyp81126656,
    The current mms.cfg file configuration will perform either a notification update or a background update. There are a few options to update non-admin users:
    Host the background update resources locally.  When using the Adobe servers for background updates there is no way to disable notification updates.  By hosting the background update resources locally users will never be prompted to update.
    Disable updates and deploy Flash Player updates via SCUP, SMS, or Group Policy.
    You can find the various deployment options are listed in Chapter 3 of the Flash Player Administrator's Guide.  The Admin Guide also contains information to license Flash Player for distribution within your organization, which is a requirement for any of the deployment methods described in the Admin Guide.  Additional information is available at An outline of Flash Runtime installation options
    Maria

  • Using SharePlus application in the Enterprise

    Using a SharePoint deployment for content and collaboration, we needed a way to intuitively interact with this environment on the iPad. Using an application called SharePlus we were able to do this. We had issues with using client certificates on the iOS 4.1 version, which was fixed in 4.2, and had excellant luck with the support channels of the SharePlus application.
    Highly recommend this application and configuration if you have similiar needs.

    My solution was as follows:
    1. In SCCM 2012, I created an application for flash player based on the MSI deployment.
    2. Created a second deployment type that executes a .CMD file with the following batch code in it (set dependency pointing to the Flash MSI completing successfully as well):
    REM In case folders don't exist, create them
    MD %WINDIR%\System32\Macromed\Flash
    MD %WINDIR%\SysWow64\Macromed\Flash
    REM Delete existing completion files
    Del %WINDIR%\System32\Macromed\Flash\Complete.flag
    Del %WINDIR%\SysWow64\Macromed\Flash\Complete.flag
    REM Copy System32 CFG file and then copy the complete flag
    Copy /y %~dp0mms.cfg %WINDIR%\System32\Macromed\Flash
    Copy /y %~dp0Complete.flag %WINDIR%\System32\Macromed\Flash
    REM Copy SysWow64 CFG file and then copy the complete flag
    Copy /y %~dp0mms.cfg %WINDIR%\SysWow64\Macromed\Flash
    Copy /y %~dp0Complete.flag %WINDIR%\SysWow64\Macromed\Flash
    Note: Completion.flag is merely a text file that gives me an easy way to know if the script finished running or not. I check for it's existence in both locations to consider the process complete.    
    This has worked for me. The only hangup I had was that I set the MSI verification on the filename of the OCX that the installer puts in the System32 and SysWow64 folders not realizing that the filename is backwards from what I expected. System32 has the "Flash64..." file and SysWow64 has the "Flash32..." file. Goofy, I know.
    Hope this helps.

  • IPad2 Uses in the Enterprise

    What are some of the best uses of ipad2 in the enterprise beyond email?

    "Best" is situational, but here are some things I use my iPad for in my company:
    - Note taking
    - Presentations
    - Task management
    - Research on the web (especially to look up points or data during meetings)
    - Keeping my calendar
    There will be many more uses depending on the company or organization involved. For instance, many medical organizations are using iPads to replace the traditional patient chart and hand-written doctors' notes. This may provide some additional ideas:
    http://www.apple.com/ipad/business/ipad-at-work/
    Regards.

  • GPO install of Flash 10. How do we get mms.cfg installed on clients

    We installed Flash 10 using GPO to the computers.  Now, flash is asking users to install the update and they don't have permission.  I believe I need to get an mms.cfg to the clients to fix this (if there is a better way, please let me know).  What is the best way to do this?

    Perhaps the steps you saw to fix this issue were here:
    http://kb2.adobe.com/cps/403/kb403969...
    Regarding modifying the registry as suggested in solution 2 (you shouldn't be concerned with installing updates though) we would always recommend backing up the registry before making any changes. That way you can always restore to what you had before troubleshooting.

  • Mms.cfg whitelist for localstorage

    As of now, we use mms.cfg to block all local storage of shared objects.  Our developers have requested that we open up storage for one of their flash projects.  I don't want to allow ALL sites the ability to create and store shared objects, just from our domain.  Is there anyway, through mms.cfg, that I can create a whitelist of domains that are allowed to create shared objects and block all other sites?

    I read that guide before posting the question, but couldn't find what I was looking for.  It may be in there, but I couldn't find it... as of now, my mms.cfg file includes the following lines:
    LocalStorageLimit=1
    ThirdPartyStorage=0
    This effectively prohibits shared objects from being created and stored locally (at least it seems it does) from any domain.  What specifically would I need to include so that write access is blocked for all sites except for any domain that I have listed?  As far as I can see, it appears to be an all or nothing type of thing.

  • Asking for clarification: SilentAutoUpdateEnable=1 in mms.cfg requires SilentAutoUpdateServerDomain?

    Hello all
    I read quite som threads on the silent Flash Player upgrade (amongn them How it works, long thread on not working updates, fixed bug on SSL certs), and got it finally working on our internal server but not directly from Adobe. <edit>In one discusison - which I unfortunately cannot find anymore - In this post, Chris stated 11.4 requiring an internal server, e.g.</edit> when adding SilentAutoUpdateEnable to the mms.cfg, also SilentAutoUpdateServerDomain had to be specified.
    <edit>My tests seem to confirm this for player 11.4.402.287, I only see these lines in the FlashInstall.log when running the Adobe Flash Player Updater scheduled task:
    2012-11-26+10-54-41.306 [info] 1614
    2012-11-26+10-54-41.384 [info] 1615
    2012-11-26+10-54-41.446 [info] 1618
    2012-11-26+10-54-41.509 [info] 1619 1063
    2012-11-26+10-54-41.571 [info] 1614
    2012-11-26+10-54-41.571 [info] 1615
    2012-11-26+10-54-41.571 [info] 1618
    2012-11-26+10-54-41.587 [info] 1608
    2012-11-26+10-54-41.587 [info] 1604
    2012-11-26+10-54-41.837 [info] 1612
    2012-11-26+10-54-41.837 [info] 1620
    My mms.cfg contains the following lines:
    AutoUpdateDisable=0
    SilentAutoUpdateEnable=1
    SilentAutoUpdateVerboseLogging=1
    When setting up an internal server and adding SilentAutoUpdateServerDomain, the update works as expected. If this is true, this Was this a limitation of 11.4, which is gone for 11.5? Having a mandatory requirement for internal server </edit> seems to contradict the spirit of the Adobe Flash Payer 11.5 Deployment Guide. Why have two sections (pages 18/19), first "Performing a background update" and then "Background updates from an internal server" if silent updates always require an internal server?
    Would anyone care to share their understanding? Does SilentAutoUpdateEnable require SilentAutoUpdateServerDomain <edit>for 11.5</edit>?
    Regards
    /Maurice
    Edited to specify observed update behavior for 11.4 with and without SilentAutoUpdateServerDomain

    Hi Maurice,
    You do not have to have SilentAutoUpdateServerDomain set for SilentAUtoUpdateEnable.  With the release of 11.5 (or any major release), we do not update through the silent auto update (SAU) system for the first 30 days.  This can be circumvented by setting up your own internal SilentAutoUpdateServerDomain.
    http://blogs.adobe.com/spohl/2012/04/24/it-admin-deploying-flash-player-via-background-upd ater/
    Thanks,
    Chris

  • Apex use in the enterprise?

    Any Apex experts care to respond to the list of advantages / disadvantages that we have come up with - while doing due diligence for potential rollout of Apex as a development platform for the enterprise?
    Many thanks in advance.
    Please note that we know little to nothing about Apex. But we do know the database. I have read other threads in this forum where it is mentioned that all database utilites (dbms_*) are available to be used in apex - and this is a major plus point - agreed. Do know that metalink is apex based.
    Would love to have oracle apex developers respond.
    Oracle Application Express Architecture - Due Diligence
    Advantages
    (1)     RAD development for data centric Web applications.
    (2)     Out of box support for some HTML page templates. For example, sort, search, save data to CSV, ...
    (3)     Reduce required skill sets for PL/SQL developers on web application development.
    (4)     Performance boost on a small scale non-enterprise Web applications.
    (5)     Single vendor within integrated Oracle administration environment.
    (6)     Out of box charting and reporting supports.
    Disadvantages
    (1)     Application operates within Oracle instance which imposes considerable resource overheads due to HTTP session tracking and JVM environment.
    (2)     APEX supports through discussion forum not a formal support channel.
    (3)     This two tier non-SOA data centric configuration requires high end machines to power up Oracle instances for mission critical applications. N-tier SOA architecture can easily scale up and scale out by using economic efficient hardware.
    (4)     A non-traditional security configuration requires either database accounts or APEX accounts.
    (5)     It requires very specific skill sets if future application enhancements does not fall into out of box APEX templates.
    (6)     Single Sign On (SSO) requires add-on SDK which makes it quite difficult and sometimes impossible to integrate with other applications.
    (7)     It operates under Oracle HTTP server with J2EE environment. This requires a different technology expertise for performance tuning.
    (8)     APEX application is vendor specific and offers no portability at all.
    Summary
    (1)     APEX is targeted to replace MS Access like applications to provide better security, scalability and stability.
    (2)     APEX is well suited for web RAD development by DBAs.
    (3)     APEX is suited for data centric application such as maintain some database records….
    (4)     APEX is not suited for provisioning services.
    (5)     APEX is not suited for high volume transaction Web applications.
    (6)     APEX is not suited for any applications required LDAP typed security or SSO.
    (7)     APEX does not provide any portability outside of Oracle.

    I think you need to review some of these comments..
    Any Apex experts care to respond to the list of
    advantages / disadvantages that we have come up with
    - while doing due diligence for potential rollout of
    Apex as a development platform for the enterprise?
    Many thanks in advance.
    Please note that we know little to nothing about
    Apex. But we do know the database. I have read other
    threads in this forum where it is mentioned that all
    database utilites (dbms_*) are available to be used
    in apex - and this is a major plus point - agreed. Do
    know that metalink is apex based.
    Would love to have oracle apex developers respond.
    Oracle Application Express Architecture - Due
    Diligence
    Advantages
    (1)     RAD development for data centric Web
    applications.
    (2)     Out of box support for some HTML page templates.
    For example, sort, search, save data to CSV, ...
    (3)     Reduce required skill sets for PL/SQL developers
    on web application development.
    (4)     Performance boost on a small scale non-enterprise
    Web applications.
    (5)     Single vendor within integrated Oracle
    administration environment.
    (6)     Out of box charting and reporting supports.
    Disadvantages
    (1)     Application operates within Oracle instance which
    imposes considerable resource overheads due to HTTP
    session tracking and JVM environment.What exactly is the point in this comment? APEX applications run in the database, they do NOT rely on the JVM...
    (2)     APEX supports through discussion forum not a
    formal support channel.APEX DOES get support from the standard Oracle tech support. However, I would think it is faster to post a message HERE and get a response from the actual developers of the product than having to go through channels..
    (3)     This two tier non-SOA data centric configuration
    requires high end machines to power up Oracle
    instances for mission critical applications. N-tier
    SOA architecture can easily scale up and scale out by
    using economic efficient hardware.However hearty a db server you have now should suffice for using APEX. YOu are in reality running SQL statements against the database.
    (4)     A non-traditional security configuration requires
    either database accounts or APEX accounts.NOT TRUE. Please review documents again.. YOu can BUILD internal security in application, or rely on LDAP or Single Sign on from Oracle..
    (5)     It requires very specific skill sets if future
    application enhancements does not fall into out of
    box APEX templates.HTML and CSS development skills. If you develop web sites, you should be comfortable with this..
    (6)     Single Sign On (SSO) requires add-on SDK which
    makes it quite difficult and sometimes impossible to
    integrate with other applications.Wrong here again. Please refer to documentation.
    (7)     It operates under Oracle HTTP server with J2EE
    environment. This requires a different technology
    expertise for performance tuning.Sorry, what again?
    (8)     APEX application is vendor specific and offers no
    portability at all.Unlike ASP or ASP.NET from M$? Or what vendor independent products are you thinking of? Pearl? Ruby on Rails? APEX RUNS in the database, so you'd think it just MIGHT be specific to an Oracle database and Oracle product..
    >
    >
    Summary
    (1)     APEX is targeted to replace MS Access like
    applications to provide better security, scalability
    and stability.More than that actually..
    (2)     APEX is well suited for web RAD development by
    DBAs.NOT Even close.. Developers DO use it.. DBA's support the database end..
    (3)     APEX is suited for data centric application such
    as maintain some database records….Not even going to try and get into this.. Data centric applications? What would a non data centric application be again?
    (4)     APEX is not suited for provisioning services.Explain this one, please..
    (5)     APEX is not suited for high volume transaction
    Web applications.Hmm, you mean like Oracle Metalink? Or Ask Tom? These ARE high traffic sites, and gooly gee, they ARE built using APEX..
    (6)     APEX is not suited for any applications required
    LDAP typed security or SSO.Wrong here, please read the documentation.
    (7)     APEX does not provide any portability outside of
    Oracle.And how could it, it is based in the database.....
    Shesh, does that mean because I can't use a fishing pole to catch deer it has no purpose?
    Tony Miller
    UTMB/EHN

  • Using iPad in the Enterprise; close but challenges......

    Getting closer to being able to use iPad in the Enterprise.  Two challenges so far; sorting functions in Numbers Application not existent? Work around? and the second issue, tracking changes in a word document or Pages document when using Pages on iPad?
    Can't analyze data without sorting feature.  Can't review legal or contracts without seeing who changed what?  Any workarounds besides use my Mac Air?
    Thanks

    Getting closer to being able to use iPad in the Enterprise.  Two challenges so far; sorting functions in Numbers Application not existent? Work around? and the second issue, tracking changes in a word document or Pages document when using Pages on iPad?
    Can't analyze data without sorting feature.  Can't review legal or contracts without seeing who changed what?  Any workarounds besides use my Mac Air?
    Thanks

  • Use HCM processes and Forms without using the Enterprise Portal

    is it possible to leverage existing HR Admin Services (HCM processes and Forms) functionality without using the Enterprise Portal?
    1) Create an Adobe form and Interface using SFP
    2) Set up ISR and Form Scenario
    3) Set up Forms configuration to use existing Backend and generic Services
    4) Set up workflow to updated Backend using Services
    is it possible to do the above steps and not use the Portal? If Yes, how do we present the forms to the Manager, and provide different buttons that appears on the Portal by default?
    Any ideas will be greatly appreciated.
    Thanks,
    Saurabh

    Hi Saurabh,
    your assumptions and findings (items can not be started from the backend workflow inbox etc.) are correct: These processes can not be started without the Portal and it is not intended to do this.
    The above mentioned backend report are only forseen for implementation and testing purposes and not for productive use.
    In addition to the fact, that you already can't execute the work items a lot of other features of the framework (Process Browser etc.) are only available through the Portal.
    Best Regards
    Michael Bonrat - Solution Manager HCM Processes and Forms
    Info about HCM Processes and Forms:
    www.service.sap.com/erp: 
    - SAP ERP Human Capital Management -> Workforce Process Management -> HCM Processes and Forms

  • Create the user master records using the Enterprise Portal

    Hello gurus!!
    I'm configuring SRM 7.0 with EP.
    I'm configuring the organizational structure, and steps guide (pdf and Solution Manager ) are:
    1. Go to transaction SU01 and create an ABAP User. (SRMADMIN)
    2. Assign this user the administrator role /SAPSRM/ADMINISTRATOR
    3. As the administrator, creater the organizational plan
    4. Create the remaining organizational unit
    5. Using the Enterprise Portal application, Business Parter:Employee, create the user master records for the departmental managers.
    How I must create the user in Enterprise Portal? What user I have to use to log on in the Enterprise Portal application? Has the user to be integrated in the organzational structure??
    Thanks in advance!!!!
    Best regards.
    Maria.

    Hi,
    You can create users in WebDynpro application. You can also create users in USERS_GEN transaction.
    Regards,
    Masa

  • TS2755 When will Apple ever make it convenient for the customer, I just bought an iPad Air and I'm very upset that I can only use iMessage, iPads are the biggest mistake to buy. I'll never buy another if I can text using SMS or MMS

    When will Apple ever make it convenient for the customer, I just bought an iPad Air and I'm very upset that I can only use iMessage, iPads are the biggest mistake to buy if you like texting family and friends. I'll never buy another one if I can't text using SMS or MMS.  Is there any hope for a patch or new operating system to fix this issue, or an app to use with iPad Air

    To send messages to non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    How to Send SMS from iPad
    http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
    How to Receive SMS Messages on an iPad
    http://yourbusiness.azcentral.com/receive-sms-messages-ipad-16776.html
    Apps for Texting http://appadvice.com/appguides/show/apps-for-texting
     Cheers, Tom

  • Is "RAC" Free if you use "Standard Edition" and not the "Enterprise Edition" Databases?

    Hello to All you wonderful Oracle Guru's....Greetings...
    I was told to do some research on this, it's quite simple, but it's a question of getting management to buy in the idea of going with Clusters and moving off the nice and secure single instances..
    Is RAC FREE if you use "Standard Edition" instead of "Enterprise Edition"...
    Does anyone know?
    I am going to do a Proof of Concept RAC install for management\devs\ect and others to review....
    Any Clues???
    Thanks,
    Xevv...

    Have a check of this: http://www.oracle.com/us/corporate/pricing/price-lists/index.html
    Oracles licensing is predominantly per seat (user) or per CPU. So taking per CPU, you would need to figure out what you need - say you want to license the DB on RAC, you will need a license for Oracle Database Standard Edition (either per user or per CPU) - so only bound per user or per CPU on which the database(s) are running. If you have 2 x servers in a cluster, you will have 2 x installations of Oracle DB, each running on n processor(s)
    If you can quantify the number of users (if say an internal application) you can go per seat (say 50 users) but there will always be a minimal user license.
    Alternatively you're looking at per CPU. Generally you're speaking of the backend to a system that serves a large volume of users, so rather than license 1000 users, you'll just license the core.
    If you take a look at the above, you'll see that Oracle determines processor charges around the number of processors and cores (so some cores might be charged at 0.25 of a processor price). Here's a link to how you can cost processors (some processors with 4 cores will still only be charged as 1 x processor, as Oracle will rate each core at 0.25 of a processor) when calculating price.
    http://www.oracle.com/us/corporate/contracts/processor-core-factor-table-070634.pdf

  • Why do I continue to receive update notices while using a mms.cfg that disables auto update?

    My Flash Player Settings panel looks like this:
    Mms.cfg contains: (encoded w/ UTF-8)
    AutoUpdateDisable=1
    AutoUpdateInterval=0
    SilentAutoUpdateEnable=0
    Explain to me why users are now receiving prompts that there is a flash update available?  Our users do not have local administrator and updates cannot be installed by the user.

    The OS, Flash version(s), and file locations are as follows:
         Windows 7 x64
         Internet Explorer 9
              Flash Player 11.1.102.55 - 32-bit Active X
                   C:\Windows\System32\Macromed\Flash\mms.cfg
              Flash Player 11.1.102.55 - 64-bit Active X
                   C:\Windows\SysWOW64\Macromed\Flash\mms.cfg
    So far I can recreate the scenario easily.  Initially, after installing Flash (via SCCM) I don't have updates disabled.  After I deploy the mms.cfg to a system, I restart.  After the restart the user is prompted to install the latest Flash update.  I saw this consistently on 26 machines yesterday.
    Detailed version levels sent via email

Maybe you are looking for