Extensions nightmare resolved

I kept getting "installation file no is invalid will not install handler extensions." error message when you try to install DW extensions. This was despite installing from DW, double click on MXP, deleting files files cache, removing other user.dat, signature as another user, re-setup of MX and MS several times. I even downloaded the trial DW CS3 and Adobe EM 1.8 and get the same errors.
The solution? A software conflict with the malicious software including PC tools Threatfire protection software. I have them turned off and there is no problem more in installation of extensions!
I hope that this helps someone else and has also been posted in the Extensions Forum

I kept getting "installation file no is invalid will not install handler extensions." error message when you try to install DW extensions. This was despite installing from DW, double click on MXP, deleting files files cache, removing other user.dat, signature as another user, re-setup of MX and MS several times. I even downloaded the trial DW CS3 and Adobe EM 1.8 and get the same errors.
The solution? A software conflict with the malicious software including PC tools Threatfire protection software. I have them turned off and there is no problem more in installation of extensions!
I hope that this helps someone else and has also been posted in the Extensions Forum

Tags: Dreamweaver

Similar Questions

  • Nightmare RESOLVED!

    I have no idea how or why these registry permissions are a problem, but I know that the following solved the problems and enabled Flash Player install properly for me.

    I opened regedit and type ("Find") for entries that had the keys, values, or data that contain the word "flash". This property returns a large number of entries, including a lot of "aolflash". I ignored all the AOL ones, but everything else, I click with the right button on the tree item selected "Permissions" and checked the permissions for the Administrators group. A number of registry entries did not have permissions administrators 'Ful Control' and 'read '. When these permissions could not, I checked the Allow check box so that they would be allowed and clicked the button apply.

    After making sure that the directors had "Full control" permissions and "Reading" for all entries in flash, I can you exit Regedit and directed the flash uninstall program once more, then a flash page, where I was prompted to install. I chose to install, he did, and then the flash player has played. SUCCESS!

    Now, the warnings! Play with your registry can really screw up your computer to the point that it cannot be run again without having to reinstall everything from scratch. If you are not comfortable to backup the registry and editting it, don't MESS WITH HER! Ask someone who knows what do them to help you. I do not know what writing or the scriptures were the most important, then you are on your own, but maybe this info can help Adobe to find a solution without danger. In any case, good luck. Thanks to everyone who offered advice along the way.

    I have no idea how or why these registry permissions are a problem, but I know that the following solved the problems and enabled Flash Player install properly for me.

    I opened regedit and type ("Find") for entries that had the keys, values, or data that contain the word "flash". This property returns a large number of entries, including a lot of "aolflash". I ignored all the AOL ones, but everything else, I click with the right button on the tree item selected "Permissions" and checked the permissions for the Administrators group. A number of registry entries did not have permissions administrators 'Ful Control' and 'read '. When these permissions could not, I checked the Allow check box so that they would be allowed and clicked the button apply.

    After making sure that the directors had "Full control" permissions and "Reading" for all entries in flash, I can you exit Regedit and directed the flash uninstall program once more, then a flash page, where I was prompted to install. I chose to install, he did, and then the flash player has played. SUCCESS!

    Now, the warnings! Play with your registry can really screw up your computer to the point that it cannot be run again without having to reinstall everything from scratch. If you are not comfortable to backup the registry and editting it, don't MESS WITH HER! Ask someone who knows what do them to help you. I do not know what writing or the scriptures were the most important, then you are on your own, but maybe this info can help Adobe to find a solution without danger. In any case, good luck. Thanks to everyone who offered advice along the way.

  • Last of Google Services (v. 21) ANE + extension airmobile native could not resolve interface

    I try to add the last Google Plus (google-game - services.jar) support of a mobile Air application by creating a native extension.

    Code not errors of compilation or warnings, the POT is very well implemented, DONKEY is built and included in the project without problems.

    but when I run my apk, it crushes. Device-crush-logs I see following error:

    12. 04 23195 23195 11:08:18.602 I dalvikvm: could not resolve mCol/google/example/games/basegameutils/Gamehelper1034743; interface 940 "MBCA/google/android/gms/common/api/GoogleApiClient$ ConnectionCallbacks";
    12-04 11:08:18.602 23195 23195 W dalvikvm: link class ' MBCA/google/example/games/basegameutils/Gamehelper1034743'; failed

    At first, I tried to build an extension of the empty project, all by myself.

    After that, I found an extension to open source on github http://github.com/alextel69/google-play-game-services-ane/

    I compile this extension and include in my project of mobile AIR and it works fine, but the google-game - services.jar is too old and does not provide classes, that I need.

    so, I tried to replace it is libs/google-game - services.jar and libs/android-support - v4.jar with those more recent that I had in my Android SDK Manager.

    And that caused the errors above.

    In this way, I did not change a single line of code, or ANT build.xml or anything else, I just changed the old support android - v4.jar + google-game - services.jar (works very well!) with the latest android-support - v4.jar + google-game - services.jar (failure). I mean DONKEY is built very well, even, the extension is created and some of its working methods and return values, but as I referense to the google code service, I get this strange error.

    Although the interfaces in new and old jars appear to be equal: https://dl.dropboxusercontent.com/u/13839683/ane/jars_compare.png .

    jars_compare.png

    Moreover, these errors appear in the mobile AIR only. Pure native application using these android-support-google-game + v4.jar - services.jar have no problem.

    Here is a brief outline of my native extension:

    https://DL.dropboxusercontent.com/u/13839683/ANE/scheme.PNG

    scheme.png

    And here is a log of complete the birth of expansion and up to his crushing device: http://pastebin.com/iqvR3niD

    ----

    INB4

    ----

    I discovered this problem very carefully and found several son simular, but none of them solved my problem

    (1) the solution of problems-interface http://stackoverflow.com/questions/22956979/google-plus-ane-air-native-extension-failed-re

    > jar xf /path-to-play-services-project/libs/google-play-services.jar

    > jar uf./my_gplus_extension.jar. / com

    does not solve everything.

    (2) the manipulations with Eclipse http://stackoverflow.com/questions/23104532/adobe-air-4-0-native-extension-with-google-pla y-services do not help either (after all, I build with ANT JAR).

    (3) I change resourses (\google-play-services_lib\res\*.*) during the transition to a new google service library.

    (4) I even tried to extend the interfaces to google and changed my Gamehelper1034743 for their implementation, but that did not help either (http://dl.dropboxusercontent.com/u/13839683/ane/extend_interface.jpg).

    extend_interface.jpg

    Thanks for the response, Alexey! I will definitely read this article.

    Also, I have to say, that I managed to partially solve this problem. I asked the same question on the starling forum and he is member of tsangwailam suggested I replace the dx.jar in the AIR SDK to new Android SDK.

    replacement of dx.jar has really helped. I took %ANDROID_SKD%\sdk\build-tools\19.1.0\lib\dx.jar and copied to %FLEXSDK%\lib\android\bin\dx.jar

    and the expansion began to work properly!

    but...

    as soon as I run a SingInActivity activity

    Intent intent = new Intent(context.getActivity().getApplicationContext(), SingInActivity.class);
    context.getActivity().startActivity(intent);

    my application becomes idle - fails to manage the keys.

    It seems that some invisible modal popup appears and does'n enable my application grab taps.

    after reduction and restoration of my application, I see that SingInActivity steps in the process 'protected Sub onStart()' and I know that my CCP "sees", because I connect using FREContext.dispatchStatusEventAsync () in the my Flash textfield, but demand is stil not able to manage the users entered (both native flash and starling/stage3d TouchEvents)

    It is interesting to note, that when my AIR application loses the ability to manipulate the keys, Android navigation buttons turn of points hidden in buttons:

    https://DL.dropboxusercontent.com/u/13839683/ANE/untouchable.PNG

    regarding the unit log, I don't see there any erros or Java ecxeptions or nothing (at least for me) that could explain such behavior.

  • ZoneAlarm PRO browser extension does not work in FF18, is it planned to work with ZA to resolve this incompatibility?

    Update FF18 in January or December, received the warning that my security extension for the browser ZoneAlarm Pro (or add-on?) is not compatible and has been disabled.

     I contacted Zonealarm and was told they were working on a fix.
     In the past, they have always released a fixed extension within a few days of a new FF release, so I waited for a week, but nothing.
     I then contacted ZA and the agent said I should revert back to FF17, but when I researched that with Mozilla, it was strongly advised NOT to roll back to FF17 (I couldn't figure out how to do so at the FTP site anyway), so I got back to ZA and was told in January that a fix should be released in 2-3 weeks.
     It has been 6 weeks now and NOTHING from ZA.
     I just spent an hour on-line with ZA and eventually was told they may never release a fix so ZAPro will work with FF18...that agent today wouldn't give me any info, even whether they were working to fix it or not...his solution was to use IE which is something I will NOT do.
     I would just like to know whether Mozilla plans to work with Zonealarm to address this problem or not so I can try to decide what to do.
     I HATE browsing with no firewall, so the follow-up question is whether you are aware of some other firewall (preferably free) that I can ALSO use with my installed ZAPro firewall and incorporate that other firewall to just work with FF18 and allow ZAPro to be my primary firewall for all other protection.
     Any help would be appreciated because I'm thoroughly disgusted with ZA at this point for hanging me (and thousands of other FF users) out to dry with NO protection when browsing.
     Also, by using FF18 by itself with just an AV program (eset NOD32), what security exposure am I incurring by not having any firewall protection in place?
    

    Any suggestions would be greatly appreciated.

    Thank you
    Chas Pearson

    Running Win XP MCE SP3 with all updates from MS on CPU double 3.8 g, 3 G of RAM

    OK, first of all, update Firefox 19. Then run the Zonealarm updates.

    Please note that the extension of Zonealarm does nothing for the impact on the security of your computer (zonealarm still work without the extension), and stay on an older version of Firefox is a security risk. Thus, for most security, be updated with Firefox and disabling extension of Zonealarm are more secure that obsolete in Firefox and Zonealarm

  • Problem with "BOLD" of letters / resolved on safe mode. not solved when I manually turn off all extensions

    Example:

    "Bizarre" letters "BOLD":
    http://i56.Tinypic.com/2it5th5.jpg

    Normal letters "BOLD":
    http://i55.Tinypic.com/2num39u.jpg

    How can I solve this?

    Safe mode disables extensions in Firefox 4 and later versions, and disables hardware acceleration.

    • Tools > Options > advanced > General > Browsing: "use hardware acceleration when available.

    If disable hardware acceleration works then check if there is an update available for your graphics display driver.

    If you have an ATI graphics card try turning off the "morphological filtering" in the catalyst display driver:

    • Catalyst Control Center > 3D settings > disable morphological filtering
  • How to open coloring that I downloaded to get to the final cut pro with it says: "cannot read the dictionary of the application or extension because it is not scriptable?

    Whenever I try to download the dyes or open, something pops up saying: "Cannot read the dictionary of the application or extension because it is not be scriptable." This has happened and I need to get it resolved. Help, please.

    What are pigments? What file format is it? Cam post you a screenshot of the window of information for it?

  • How can I configure Firefox 41.0b1 to allow installation of 1passport extension 5?

    I just bought 1passport 5 for mac. Firefox, I cannot install the 1passport extension 5. Should what steps I take to enable this extension?

    As you have noticed, Firefox 41 requires that extensions be signed by Mozilla, which follows a brief review process. Presumably the editors of 1Password will take care of this before Firefox 41 is officially released in about 5 weeks.

    If you want to run the current version, Firefox 40.0.2, instead of the beta-test version? It does not block unsigned extensions. You can enter here (scroll to your preferred language): https://www.mozilla.org/firefox/all/

    Alternatively, you can return a parameter that exists only in Firefox 41 to allow unsigned extensions. Which can be found here:

    (1) in a new tab, type or paste Subject: config in the address bar and press enter/return. Click on the button promising to be careful.

    (2) in the search above the list box, type or paste the xpi and make a pause so that the list is filtered

    (3) double-click the preference xpinstall.signatures.required to true to false

    One of these suggestions resolve the problem?

  • How to replace firefox by automatically disabling the extensions such as Adobe and 1 password

    Firefox updated to the last version 41.0b1 beta how the Add - it automatically sign off three extensions,.
    -1Password
    -Adobe Acrobat
    -Avast Internet Security
    How can I replace the function disable if I can use these extensions in the latest version?

    41 of Firefox requires that extensions be signed by Mozilla, which follows a brief review process. Probably the publishers of these Add - we'll take care of this before Firefox 41 is officially released in about 5 weeks.

    If you want to run the current version, Firefox 40.0.2, instead of the beta-test version? It does not block unsigned extensions. You can enter here (scroll to your preferred language): https://www.mozilla.org/firefox/all/

    Alternatively, you can return a parameter that exists only in Firefox 41 to allow unsigned extensions. Which can be found here:

    (1) in a new tab, type or paste Subject: config in the address bar and press enter/return. Click on the button promising to be careful.

    (2) in the search above the list box, type or paste the xpi and make a pause so that the list is filtered

    (3) double-click the preference xpinstall.signatures.required to true to false

    One of these suggestions resolve the problem?

  • What modules and extensions I disable and enable to allow the files to download for the email as attachments?

    Whenever I try to attach a file to an e-mail, I get the error message "your upload of file failed, please try again". I use Windows XP and have deleted Firefox and reinstalled the browser to the latest version, but also a previous version. I wonder if an add-on or extension must be disabled or enabled allowing any file to be attached.

    Worst case senario is to use error. All disable and enable a.

    Update your plugins to the latest version. Make sure you are aware:

    If you see problems see also:

  • How to display a list of installed modules and extensions can capture print or text?

    When there are problems with the connection to Web site or display involving FF (but not IE) and to speak to a particular site for technical assistance, a request in line with the suite is to provide them with information on the modules and extensions installed in my version of FF - how to generate a simple list of comparable information at the ' topic : tab addons that will open FF, but in the text or any format that can be highlighted and captured to cut-and - paste into an email or an online form in response to this request of the sites help desk database?

    OK - now have cor - el and entrance of Fred with the add-on referenced installed and responded to the last request of help from Livefyre tech (I'll see if they can solve the problem of connection of Slate at one point). Assume that this particular topic can be marked as "resolved".

  • iCloud Bookmarks Sync & Firefox Extension

    So I try to synchronize my PC (Firefox browser) to iCloud. I have everything works except synchronization of bookmarks. On the Panel from iCloud, I check Firefox like browser I want to synchronize bookmarks with and he told me that I have * MUST * install an extension to work. I click on the download button and it takes me to the page of the Extension of Mozilla... except she starts on a 404 error (not found). All the links that I found which refers to this post for links to the same 404' ed page and seems not be anywhere I can download it manually either.

    Any help here? Perhaps someone with the extension already downloaded and upload it somewhere else?

    I ran into the same thing today (July 20, 2016).  I was tired of using IE, and so had added Firefox to my browsing pleasure, but when I went to sync my favorite iCloud I received also the page "module not found".

    I think that Mozilla "blacklisted" the Firefox Extension on May 17, 2016.

    Here are some links, but no real answers on where to go to get the Extension because you can not get it directly from the Mozilla community currently:

    iCloud bookmark - download link for Firefox Extension (Mozilla)

    https://addons.Mozilla.org/en-GB/Firefox/addon/icloud-bookmarks/

    Currently (July20) gives some indication "we are sorry, but we are unable to find what you are looking for."

    iCloud bookmark - Firefox Extension - information on the blacklist (Mozilla) Page

    https://addons.Mozilla.org/en-us/Firefox/blocked/i1214

    favorite iCloud has been blocked for your protection

    Blocked on May 17, 2016. View block request.

    Why he was blocked?  This add-on is causing persistent and frequent crashing.
    Who is affected?  All users of this add-on. If you want to continue using it, you can activate it in the Add-ons Manager.
    What does that mean?  Users are strongly encouraged to disable the problematic add-on or plugin, but can choose to continue to use it if they accept the risks described.
    When Mozilla takes knowledge modules, plugins or any other third party software that compromises the security, stability, or performance Firefox seriously and who meet certain criteria, the software can be blocked from generalization. For more information, please read this support article.
    Blocked on May 17, 2016. View block request.
    iCloud bookmark - Firefox Extension 'Blocklisting' (Mozilla)
    https://Bugzilla.Mozilla.org/show_bug.cgi?id=1271358
    Block above request shows that it has been corrected or resolved on May 27, 2016, but still get the "we're sorry, but we are unable to find what you are looking for dedicated" message.
    Which When What Deleted Added
    Jorge 2016-05-16 11:20:16 PDT Assignee person not Ben
    Ben 2016-05-17 09:57:12 PDT Status New SOLVED
    Resolution --- FIXED
    Finally solved 2016-05-17 16:57:12
    Bugzilla 2016-05-27 10:38:23 PDT CC Bugzilla
    See you soon
  • Instability of the virus that causes BaseFlash Extension

    First: Windows 7 Home Premium SP 1; 64 bit; Firefox (JUST updated) v28.0. Already ran Norton Security Online & MalwareByte Anti-Malware into a comprehensive analysis, to no result *.

       On with the problem: For a couple of months already, some sites in which I've browsed were displaying a bit odd, for example YouTube: the video thumbnails are greyed out and show no pictures (Flash Player & Java are updated) whatsoever, and also whenever I click to watch a video, I gotta reload the page for it to load.
    

    I did a few tests, obtained in Mode safe, everything was fine. Check my extensions: Boom. A foreign extension in Mozilla: it is called BaseFlash.

    I don't know where it comes from, but I only discovered that he was causing all the trouble, it turns out that I CAN turn it off and the problem goes away. Thing is, as soon as I restart Firefox it's still there, activated. There is no delete option, as you can expect from a third-party extension.

    Now, I tried several ways to get it out: I have obviously checked in uninstall programs. Nothing.

    • I found something at the MMFA, I deleted it and it did nothing. The extension is always present.

    I tried to access the path of the application via subject: config... but it is not found.
    I even checked the Windows registry. NOTHING! This thing is still on my tab of the Add-ons Manager, tho.

    If anyone could lend me a hand here, I would appreciate it a lot. Thanks for your time, it was my first thread, so sorry if I did not come together quite right.

    I'm glad to hear that your problem has been resolved.

    I hope that you will continue using our products and we thank you for contacting the Mozilla Support.

  • My browser crashes when I update tabs - and I'm a heavy Firefox users, with 60 tabs open regularly. I have disabled all of my extensions, happens again.

    I'm a very, very heavy user of Firefox that uses your web browser for my work as a blogger of hockey.

    I had major problems with Firefox crashing last month. I'm running AdBlock Plus, NoScript, FlashBlock, toolbar picture, Manager Session, Tabmix Plus and Cookie controller, and I have never had any problems with my front extensions (plug-ins that I use are minimal; (Java, Flash, VLC, Silverlight, Quicktime, Adobe Acrobat)...

    But the new generation crashed very regularly when I trying to refresh my tabs, when I'm scrolling through Web image-heavy sites (the background will Flash to 'gray' and it will soon crash) or when I have an excessive amount of open tabs.

    I tried to delete that many plug-ins (including some automatic translators as I'm on several languages to cover the news of hockey) as possible, I tried to disable each plugin, I turned off the sync, I looked for online assistance and I have not found answers to my problems.

    I prefer not to migrate to Chrome or especially IE, because 60 to 80 hours a week, I found that Firefox is the best available tool with which I can accomplish the tasks necessary to do my job, but he became very glitch-y and accidents are frustrating, because I often lose the information added to my blog and pieces of time trying to catch me.

    I'm starting to wonder if having TabMix Plus and a Session Manager are responsible for the problems, but even if I am a heavy computer user, I have no expert browser, I can use all possible assistance in addressing this issue.

    That's my story.

    Thanks for your time,

    George Malik
    [email protected]

    Not sure if this helps, but you can try (you may already have) turn off hardware acceleration?

    Perform the following steps:

    • Click on the orange top left Firefox button, then select the 'Options' button, or, if there is no Firefox button at the top, go to tools > Options.
    • In the Firefox options window, click the Advanced tab, and then select 'General '.
    • You will find in the list of parameters, the checkbox use hardware acceleration when available . Clear this check box.
    • Now restart Firefox and see if the problems persist.

    In addition, please check the updates for your graphics driver by following the steps in the following knowledge base articles:

  • Coupon boyfriend appeared but does not appear in addons or extensions.

    That's what gets me. I have not installed toolbars - NONE. I've been on the Web download NCH site a version beta of beginnings and noticed in the upper corner of the screen number R three in what appeared to be the angle of a roll back page paper. I'm curious because it seemed out of place on the Web page, so I clicked on the number 3 and walla a small window appears with the announcement that they had located three coupons, sure I could look.

    There are no toolbars installed and none in the list of addons. There is nothing remotely involved wit toolbars in the list of extensions.

    Where oh where did this thing come and where I go to get rid of it. It's worse that crapware that obviously has dug in the system settings some how. At this point I saw this thing once, and I think of as a nuisance that threat. But, if anyone has found a way around the areas that we normally look to prevent this kind of infamous for marketing we have a problem in grass in the Department of malware. I hope that someone has had a similar experience and can offer advice.

    OK, many thanks to all who helped this old geezer and an old geezer I am.

    I was just on Newegg once again and no more Couponbuddy. Hooray!

    Once more the world I thank you all for your time and patience.
    I will close this as resolved problem.

  • My extensions to start Incredibar

    Like many others, I had terrible problems with this darn thing incredibar who has somehow put on my laptop. With other threads in the forums I managed to get Firefox to what I had originally, (remove webassistent, check everything: config etc...) but I still have a problem. When I search incredibar subject: config, I always get a bunch of results extensions.incredibar. I'm not very technical when it comes to these things, but is there anyway I can delete these or are they just leftovers that I better leave her alone? The extension of incredibar does not appear higher in the list on the tab of Firefox. Any help would be appreciated. Thank you.

    This is a very detailed guide on how to remove Incredibar (complete w / screenshots!):
    http://deletemalware.blogspot.com/2012/07/remove-MyStart-by-incredibar-uninstall.html

    This should fully get rid of Incredibar. It is certainly one of those annoying and difficult to get rid of.

    These extensions.incredibar results should be safe to remove. They are only active when the extension is installed. If it is uninstalled, these settings cannot affect anything. Also this kind of parameters being left behind all kinds of modules because it is not a way to auto remove these settings when an add-on is uninstalled. I hope this problem is resolved one day by the Firefox devs.

    To clear these settings:

    • In the url bar, type Subject: config and press enter. If you see the "this might void your warranty!" caveat, just click the I'll be careful, I promise! button to continue.
    • In the search box, type extensions.incredibar . Right-click on each parameter that appears in the results below, and then choose reset. Will erase the settings of Firefox after you shutdown Firefox.
    • Alternatively, you can do nothing. They are just left the remains that do nothing.

    Example screenshot:

    Topic: config menu option Reset

Maybe you are looking for

  • What power supports PCMCIA on Satellite M40-184 location?

    Hi all.Could someone tell me please what is the power of the pc card slot?I bought a card that has need of 1 ampere and it doesn? t work.I n don't know if power is sufficient, or the card is defective.Thank you

  • Manager of CBS called error with 0x800f0816

    Notification of said Windows Update I have updates ready to install, but it shows that it is research, checked the windowsupdate.log and received the above, followed by others. Please notify. Thank you John R Basile

  • Resizing a bitmap using .scaleImage32 instead of .setScale

    I have a simple piece of code that I created and which takes a string (the name of the image), gets the image and reszies it and outputs a Bitmap file. public static Bitmap scaleBitmap(String imagename) { EncodedImage ei = EncodedImage.getEncodedImag

  • Access to the administration via VPN to 887 after config setup pro

    Hi all Ive just made a three 887w for a client in a few branches, and as this is the first time I have deployed these devices, I decided to go with the GUI (downloaded config pro 2.3) to get the configuration made that I had some constraints of time

  • Cannot change "vCenter Server Address"

    HelloAfter change vCenter server of Windows to 6.0 devicevSphere replication appliance 6.0 do not work.I try change "vCenter Server Address:" to the new IP address, but when I press "Save and restart the service", I get the error:"Can't get the SSL c