If we uncheck the third-party McAfee offer, why is a McAfee folder still installed on our computer?

The folder in ProgramData is titled "McAfee" and the next folder under that directory is title "MCLOGS" folder, so there can be no doubt that is a third-party folder.  Why is it installed after we have requested no third-party installation?
And, possibly more importantly, where in the Adobe agreements we click acceptance of does it state we have authorized Adobe to install a third-party folder on our computer?

I have an update from the discussion at McAfee that is related to this matter here at Adobe.
I do not know what the precedent might be for this manner of posting, but what is given to us at McAfee obviously carries weight with matters related to this here at Adobe.  There is no way to separate the two.
x x x Response from Mark at McAfee Consumer Support to my last question x x x
Feb 5, 2014 6:04 PM
Hello geomg,
This is a good question with many layers, I don't have sufficient information to answer them.
Will this update arrive with the next update to Java unlikely. Java updates are for the Oracle product.
The change will likely take place when MSS+ is updated. I don't have a time line for this.
How the change will be release and to whom again I am not sure. This is an odd situation as there isn't a product on the systems to update. One would have to remove the Oracle app to trigger the offer to install MSS+ again.
As for the use of the term product update cycle it is a standard development term. It refers to the time period in the life of an applications when it is actively updated. According to the comment from the MSS+ team the change should occur with the next release of the MSS+ product.
x x x My Response to Mark at McAfee x x x
Thank you for your continued assistance in this matter, Mark.
If I may, I'd like to focus attention on a particular sentence from your last response:
"This is an odd situation as there isn't a product on the systems to update."
No product because we opted out, but there is a folder placed on our system that is directly related to the offer of the McAfee product, MSS+. And it is a folder placed there without any agreement documentation related to that folder. I think most computer owners feel the standard protocol is that any company that wishes to place a folder on their computer has to ask permission through some sort of agreement documentation.
Mark, who owns that McAfee folder that is placed in our ProgramData folder?
It has the McAfee name, but did McAfee sign an agreement with Oracle and Adobe to do what they please with that folder?
I ask the question in that manner because there is a Mr. Roger Lewis at Oracle who is publicly stating this is all going to be taken care of at Oracle with a bug report handled at Oracle and he indicated something about the McAfee folder was going into the wrong location on our computers and it should be going into a temporary folder.
That seems to indicate that Oracle owns the folder and can do as they please with it, and this rookie in such matters, me, finds that a little strange, if you don't mind my making that personal observation.
So I am now able to ask you, Mark, as a senior member of consumer support, because the crux of the issue is why we don't see McAfee asking us permission to place that folder on our computer. On top of that, it's being placed in a hidden folder — Vista, by the way (two units). I haven't checked and tested my Windows 7 computer. But we do have reports from people using Windows 7 and having the issue arise from an Adobe installation.
I hope I'll be forgiven for highlighting the irony of this affair, in that your company is in the business of stopping odd folders being installed on our computers without our permission. To my knowledge, I never gave anyone permission over the past 12 months or so to place a McAfee folder on my computer, unless it is actually an Oracle or Adobe folder which is incorrectly named. Except there is also the matter of the MCLOGS folder being in there, too. And that is obviously from McAfee. Plus Mr. Lewis at Oracle did not indicate there was a problem with the name of the folder.
Unfortunately, there has not yet been an employee response from Adobe. I don't know what their view is of this matter.
And for any new readers here that may not wish to go back and read three months of posts about this affair, we are not referring to a situation where we did not see the opt-out box. This is a situation where we unchecked the box to not receive the McAfee product, yet a McAfee folder is still installed on our computer.
And let me thank you, Mark, for your patience. Thank you.
Ladies and gentlemen at Adobe, I contend this issue also requires feedback from your company. A lack of employee feedback in this thread has some believing there may be something you feel needs to remain out of the public view. I'm not of that opinion. I just think you haven't had enough time to fully acquaint yourselves with the facts of the case. Am I correct?

Similar Messages

  • Why does the third party cookie setting (when unchecked) revert to "accept" when closing and reopening Firefox.

    Uncheck "Accept Third Party Cookies"
    Exit Firefox
    Open Firefox
    Check settings: "Accept Third Party Cookies" is now checked

    See:
    *http://kb.mozillazine.org/Preferences_not_saved
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Integration of HR Masterdata with the third party Recruitment system

    Hi folks,
    I was doing some analysis regarding the process of integrating the HR Masterdata with the thrid party recuritment system. One of the process is exporting all the new hire data coming from the third party soffware( the entire hiring process will happen in this sytem)  into the HR Masterdata.
    From SPRO documentation I found there are two ways one is Inbound IDOC and the other is through interface. Since we do not have EDI service, we have to with interface, however it should not be an automated process. Because, the person getting hired has to have the intial procedure completed before hiring process occus and his data is entered into HR Masterdata. Hence the data coming from the interface file has to be processed manually
    How to configure this process in HR? The version we are using is 4.6C How can this be done?
    Any thoughts or ideas or leads would be really helpful.
    Thanks in advance,
    SK

    Hello Sk,
    i think the integration between SAP Recruitment and SAP Administration would be a bit more complicated as it is supplied from the SAP Recruitment tables which you probably would have to fill.
    As promised I had a look to t752f. Run the following code to add lines into the table. After the values were inserted you can run PA48 without any other configuration. You will see an new line which you can select and than choose the Hire button. The system will guide you through the hiring screens and set the Name fields as default values.
    REPORT  zrwe_fill.
    CALL FUNCTION 'HR_PREPARE_NEW_EE'
      EXPORTING
        lastname       = 'Test_Lastname'
        firstname      = 'Test_Firstname'.
    The function module us part of the standard HR component and offers many fields to preset in T752F. If you supply an existing EmployeeId the PA48 transaction will suggest you to do an organizational change when you choose the "hire" button. If you do not fill the value the system sets a dummy Id and suggests a hiring.
    The function module is RFC enabled so if you can call an RFC from your external recruitment application you can fill the T752f table. If that works and you need additional fields just copy the module and add whatever you want.
    Rgds.
    Roman

  • How to Deploy the third party EJB 3.0 jar in web application

    I have a web application which calls services provided by EJB 3.0 beans packaged in third party jar. How do a configure the ViewController project to deploy the beans to the weblogic server when I run the application rather than deploy the EJB ear as a stand application to the server?
    The jar file has already referenced by the project. In the "EJB Module" of project properties I've set the EJB Version property to 3.0, but the Annotated EJB 3.0 Bean Classes list remains empty, presumably because I have no beans defined in the sources of the application. When running the project the EJB jar did not deploy automatically. Is there something wrong? How can I achive this goal?
    Best Wishes~
    ELeven.Xu
    IDE: JDeveloper 11g (11.1.1.2.0)
    OS: Linux

    I don't think this technique will work. I added a META-INF/ejb-jar.xml file to the application, and added a <session> section for one of the EJB 3.0 beans from my third party jar. I specified values for <ejb-name>, <ejb-class>, and <session-type> hoping the rest of the configuration would be determined from the annotations in the class. When the server starts, this warning message is displayed:
    Oct 30, 2009 12:06:41 PM com.evermind.server.ejb.logging.EJBDeploymentMessages warningSessionBizInterfaceNotDefined
    WARNING: \[current-workspace-app: ... \] - The session bean does not has at least one business interface defined for client access. The bean is not accessiable and usable at runtime.
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 11042 ms.
    \[sic\]
    EJB 3.0 beans are not required to define business interfaces, as they are supposed to be generated by the container.
    Good idea, but still cannot deploy beans from the third party EJB 3.0 jar referenced by my project to the embedded OC4J container. Still investigating.
    Thanks,
    Steve
    By the way, I have been able to use your technique to deploy EJB 2.1 beans from third party jars in other projects, just not EJB 3.0 beans that do not provide ejb-jar.xml deployment descriptors, nor business interfaces.
    Edited by: user10375549 on Oct 30, 2009 9:51 AM - Added relevant comment regarding technique described for solving problem. It works for EJB 2.1 beans but not EJB 3.0 beans.

  • What are the third party tools available for Encryption in Oracle database?

    Dear All,
    Can you please help me with the below question?
    What are the third party tools available for Encryption in Oracle database? Please let me know if you know their feedback and also licensing/cost information

    Why would you spend money to purchase a third-party tool that will be, almost by definition, less secure than the tools inside the product you already own and paid for?
    http://www.morganslibrary.org/reference/pkgs/dbms_crypto.html
    But were I to have any to recommend one I would not do so without knowing information you seem to consider unimportant such as:
    1. Operating system
    2. Database edition and version
    3. What type of data needs to be secured
    4. What level of security is required

  • Schdule line in the Third party SO

    Hi there is an issue with the Third party SO which we are creating.
    Please note: We are creating the THird party SO with respect to a quotation.
    However while creating the SO with ref to Quot.  the system is automatically increasing the schedule line date by 1 day.
    ie. For ex. if the reqd delivery date in the quotation was x. In the SO the system is confirming a scedule line with X+1 date.
    I looked at setting of shipping point (no pick/pack time), SO doc type, route.
    There is no extra day mentioned for backward scheduling.
    So if I mention the reqd del date as today (by default), the system does a backward scheduling. Since there is no material on the material avaliability date (ie. today)...why does it forward schedules it for tomorrow by default??
    So I do not understand why the schedule line is advanced by 1 day.
    In a third party scenario, It unncessarily takes me to the Availibility screen and asks me to confirm the next day date.
    Supreeth

    well in this case .. the system is taking the time the vendor needs to produce the stock....
    this time is picked from PIR (purchase info record )  in this record u maintina in how many days vendor is going to deliver the goods.....may be this field is making your avial check ......check it out
    if this solves reward points on the left column to this answer.
    thanks.

  • Who will do benefit enrollment? third party or In sap itself? who is the third party vendor?

    who will do benefit enrollment? third party or In sap itself? who is the third party vendor?

    Hi Rakesh,
    Who should handle benefit enrollement depends on client requirement.
    In SAP Benefit Administration module we do have enrollment function.
    Here is the document
    http://help.sap.com/saphelp_46c/helpdata/en/7e/8a5f51545711d1891c0000e8322f96/content.htm
    Client may chose to only store benefit related information and take help of other third party vendor and use interfaces to communicate it to SAP for payroll and master data maintenance.
    Aon Hewitt is one of the well known vendors. Might be more not sure of all names.
    Hope it answers your question.
    Regards,
    Jignya

  • IDoc-to-File with ext. Partner ... How to define the third-party system

    Hi all,
    I want to make an IDoc-to-File scenario with an external partner. the xml-file generated by the integration server should be forwarded with the file/ftp-Adapter to a ftp-server in New York (our XI-System is in Germany).
    Is it right that I have to create a technical system and a business system for the ftp-server in New York? I want to create it as a third-party system. But how? Is it enough to give only a name for the third-party technical system?
    What I have to put in "Host name" or can I leave this gap empty? And have I to choose Products or is it not nessesary?
    Thanks for your answers
    best regards
    Christopher Kühn

    >
    > Is it right that I have to create a technical system
    > and a business system for the ftp-server in New York?
    Yes it is the correct way to do this.
    > Is it enough to give only a name for the third-party
    > technical system?
    > What I have to put in "Host name" or can I leave this
    > gap empty?
    Dont remember exactly. But I think HostName is mandatory. You can give any value that you want here. Does not matter at all.
    Ideal way is to give the HostName of the FTP server here. if unknown give any value.
    And have I to choose Products or is it not
    > nessesary?
    >
    Not necessary. But ideal would be to assign the products which you have created in the SLD for your XI content so that the SWCV  is also associated with this Tech System
    Regards
    Bhavesh

  • How  to map the Third Party materila for Job Wok process in our Plant

    Dear All,
    please guide me how  to map the  Third Party  Subcontracting in Our Plant Means Customer materials to be Processed  in our Plant and  then we have to sent to customer after processing.
    please  Brief me  with the Proces sflow
    Reagrds
    kishore Edagali

    1) create a 2 material as non valuated (one incoming material "A1"& after processed material"B1")
    2) create a BOM. for A1
    & assign the B1 and maintain respective conversion
    3) create a routing for A1 and assign the relevant work center
    4) create a manual PO to receive the material from customer and store it in storage location
    5) create a production order and release the order  in co01
    6)issue the material :B1 to the order 9 in MB1a, 261 movement)
    7) and confirm the order (so that cost incurred for order is captured)
    8) create a  sale order and maintain service price in PR00 and send the material A1 to customer.

  • The 'Third Party Connections' drop down box on the 'Source Database' step in the Migration Wizard is empty.

    Here are the environmental details:  
    SQLDeveloper 32-bit Version 3.2.20.09 (Build MAIN-09.87)
    Oracle Database:  12C single instance (no RAC)
    Oracle client:  12C 32 bit
    Windows 64 bit desktop
    I am attempting to migrate an MS Access application to Oracle.  I pick the ‘Migrate’ selection from the ‘Tools’ Menu SQL Developer.  This puts me into the Migration Wizard.  When I get to the ‘Source Database’ step of the migration wizard, the ‘Choose the Third Party database from which you are migrating’  drop-down box is not being populated with the current available connections. It is empty.  If I type a valid connection name into the box, SQL Developer takes it on this screen but does not keep it for the next screen/step.  It has no persistence.  I even tried to make sure that each connection was open/connected before beginning the migration process.
    Due to the fact that I am attempting to migrate an MSAccess application, I am mixing 32-bit and 64 bit software.  This may be the issue as to why the drop down is losing addressability.  I have not applied any patches to this version of SQL Developer.

    Hi,
    If you need easy way to migrate Microsoft Access to Oracle probably it is more reasonable to review some tools specially designed to this purpose. For example:
    Access to Oracle converter by Intelligent Converters
    Access to Oracle converter by SpectralCore
    Access to Oracle converter by Interface Computers
    Hope, this will help.
    Sincerely,
    Vlad

  • Integration of Oracle Apps with the Third Party Label Printing Software

    Hi,
    I am integrating Oracle Apps R12 with the third party Label Printing Software(Bartender).
    For generating the Label, I have to create the XML file in Oracle Apps and with the help of Oracle WMS i have to transfer the XML file to the TCP/IP Port.
    Third Party Label Printing Software will pick the file from the TCP/IP Port.
    I am not able to find the way to send the XML file generated by the concurrent program to the TCP/IP Port using Oracle WMS.
    Below are the few links for Oracle WMS:
    http://docs.oracle.com/cd/B25284_01/current/acrobat/115wmsug.pdf
    http://docs.oracle.com/cd/E18727_01/doc.121/e13434/T210618T210847.htm#T210864
    Thanks In Advance..

    Hi,
    I assume, i have already setup profile 'WMS: Label Print Mode' to Synchronous - TCP/IP.
    Basically, you dont have to create any concurrent program for XML creation, Oracle will do it for you 'out of box'.
    Also set 'WMS: Synchronous TCP/IP label request delay' to 100, this is a required step, though none of the documentation talks about it.
    if you think that all the requests are not handled correctly, then you will need to increase this delay further.
    Lastly, verify that the printer is setup correctly in Oracle (Place where you specify IP Address and port)
    Thanks,
    Hrishikesh

  • Integration of Oracle Apps with the Third Party Label Printing Software(Bar

    Hi,
    I am integrating Oracle Apps R12 with the third party Label Printing Software(Bartender).
    For generating the Label, I have to create the XML file in Oracle Apps and with the help of Oracle WMS i have to transfer the XML file to the TCP/IP Port.
    Third Party Label Printing Software will pick the file from the TCP/IP Port.
    I am not able to find the way to send the XML file generated by the concurrent program to the TCP/IP Port using Oracle WMS.
    Below are the few links for Oracle WMS:
    http://docs.oracle.com/cd/B25284_01/current/acrobat/115wmsug.pdf
    http://docs.oracle.com/cd/E18727_01/doc.121/e13434/T210618T210847.htm#T210864
    Thanks In Advance..

    Pl do not post duplicates - Integration of Oracle Apps with the Third Party Label Printing Software

  • Can I use the third party software to backup my system?

     I have bought a new Thinkpad, and I just want to backup my system, but Lenovo Onekey recovery is not easy to use. I confess that it is very concise and powerful. But, I have to say some disadvantage, that is, It need to press the button and shut all computer. I want to backup my computer silently, and the process won't affect my other operation. I have searched a software- AOMEI Onekey Recovery, but it is the third party software, should I use it to backup my system. there seems to be more powerful in their page http://www.backup-utility.com/onekey-recovery.html, how should I determine? could anyone tell me the advantage or disadvantage?

    Can I use the new Time Capsule to backup my mid 2010 Macbook Pro?
    Yes, if you are asking about using Time Machine to backup the Mac.
    Also can I want to free up my hard disk, can I save my photos and files on the time capsule and later access through wifi?
    You are not thinking of deleting the photos and files on your Mac, are you?  If you do this, you will have no backups for those files.
    Another concern is that Time Machine backs up the changes on your Mac. At some point, Time Machine will automatically delete the photos and files from the Time Capsule.....you just don't know when this might occur.
    In other words, only delete files from your Mac that you can afford to lose.

  • Sending and collecting campaign data back from the third party...

    We use a third party to distribute and carry out market research and give back general feedback. When creating marketing campaigns how do we set the communication between CRM and the third-party computer systems.
    Anyone.
    Jas

    I know little about the Web Service that you mentioned, although will now read up on it. but before I do can I ask whether that allows us to move things like Campaigns to third party processing companies etc.
    If within the Support desk (Service) can we extract bank statement type info using this same method, and is that method instant?.
    Regards
    Jas

  • EDI message is not sending to the third party for one particular SA

    DearAll,
                   We have the scenario to send the schedule lines to the third party system. for one particular schedule agreement schedule lines not sending to the third party system.
    while processing the messgae it is giving the error as "Message XEDI already processed on 20110317 070042"
    What could be the reason?.. we have checked all the EDI settings maintained for this supplier. some two weeks back there is no problem now only getting this message.
    how to resolve this?..
    Thanks in Advance
    Ananth.

    Hi Hareesh,
    Thanks a lot for the help. I have tried with removing the xml namespace, still the same result. I believe, the problem is with MTs tag in response message structure, bank xml data is trying to map with the response structure in PI, but when its finding the MTs tag I believe then its not mapping, and directly its passing the response in SXMB_MONI without any mapping.
    My question is how can I define my response structure without the MTs tagm, I mean same as what I am receiving from bank.
    Also I tried with without any mapping in response structure, I mean I used only one Message type for "response from bank" to "response to ECC" , without xml namespace, in this case I am able to receive the response in ECC, but there is exception called "PARSE_APPLICATION_DATA Error during XML => ABAP
    conversion: Response Message; CX_ST_MATCH_ELEMENT in " while receiving response, and when I go and see the logs, it says "System expected element 'MT_Response_MT940_Test'" , as its try to match with the defined structure in PI.
    Please experts help me, so my question is how can I avoid the MTs tag in my response structure, I just want to define my response structure in PI same as bank is sending me the data in xml tag, without any MTs tag.
    Thanks,
    Farhan

Maybe you are looking for

  • Servlet session objects shariing same session objects? Help!

    Hi all,           Is it possible for two different HttpSessions to share the same session objects.           We have a java class that we store in the session. This class calls a stateless Session EJB to do quoting for an insurance policy. It seems t

  • TS4006 Problem in my Iphone even if i have a connection

    Hello, I have a problem in my iphone 3gs.. i have a connection on my WIFI but Find My Phone still not detect my phone in online mode.. It's Still the same with my mom's iphone 3gs.. we're using same account but still OFFLINE.. HELP PLEASE

  • String replace

    String has a replace method for chars, something the likes of String replace(char a, char b) I tend to think it would be nice to ammend String further with String replace(String a, String b) proponents/opponents? It seems like a nice thing to have.

  • Production order that generate purchase requisition

    Hi! I  need to now from where in SPRO I set the purchase requisition type that the system generate when I use MD02 transaction. The thing is that the system generates an NB type, and I would like to generate an PURE type. Can this be done?How? Also,

  • How to collapse the expanded nodes programmatically?

    Hi, I am using Jdeveloper11.1.1.4 Use Case: Level of the tree is 2; Like Root has Department and child has Employees Use Case: I have exapanded Department 10 root node and on click of Department 20 root node, the department 10 root node must collapse