Where should I install extentions

I'm on a Mac and extension manager is inviting me to install some firework extensions in a totally random file. Is this correct, or is there a dedicated file for extensions?
Thanks

If they are MXP files, the extension manager will install them where they need to go.

Similar Messages

  • I have just started with Logic X, having been a Logic 8 user for many years. I have some expensive plug-ins which are not being recognised by the news Logic. Where should I install them ?  YoursdisillusionedbyLogic

    I have some expensive plug-ins which are not being recognised by the new Logic. Where should I install them ? 
    I am using Mavericks OS, and I am considering transfering my choiceof DAW to Protools.
    YoursdisillusionedbyLogic

    Hi
    LPX only supports 64bit Audio Unit plugins. You probably need to get the latest updates for all of your plugs.
    Some plugs are not currently available as 64bit versions: you may want to try
    http://www.soundradix.com/products/32-lives
    CCT

  • Where should I install SSAS

    I have the following environment setup.
    ETL server (SQL Server 2008 R2)
    Reporting Server (SQL Server 2008 R2)
    Web server (Windows Server Enterprise)
    Where should I install SSAS? I don't have the budget to get a separate server for SSAS for now.
    Thanks.

    Without knowing the workload of the different Server it's difficult to give a Suggestion.
    In common ETL loads the data warehouse and afterwards the cubes will be processed, then the ETL process is finished and the server would be in idle, while SSAS is in use for reporting; so I would install SSAS on the ETL Server; but as I wrote, without knowing
    the workload over time ...
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Where should I install the application itself as well as my library (SSD vs. HDD)?

    I have a seperate OS 100GB Sata III SSD drive along with another a 240GB Sata III SSD and then a RAID 0 configuration of two 500GB 7200 regular HDD totalling about 950GB of space.  I want to install Lightroom, Photoshop and Premiere.  Where shoud I put everything for best performance?  The applications could go on the RAID 0 HDD drives and then put my video and picture library on the 240GB Sata III SSD drive.  Wouldn't this allow for faster access to pictures and video since the application itself, once loaded, doesn't need to be accessed as often?  It's been a while since I've used both of these programs. Isn't there also a "scratch" or "cache" directory as well?  Where should I put that for best peformance?

    Yes, the programs use their own cache/ swap files.  Doesn't realyl matter where you put them. All your drivces are fast enough for any single one of them.
    Mylenium

  • Where should one install Oracle Database and the Grid Infrastructure in order to adhere to OFA?

    I've downloaded the two zipped install folders for Oracle Database, and the two zipped install folders for the Grid Infrastructure.  The book I'm following for installation says to use one directory for the database, and one directory for the Grid Infrastructure, but it doesn't explain where they should be located in OFA.  Presumably they should both end up somewhere in the same Oracle Base (since everything Oracle related on a single file system should go in the same base, according to my understanding), but it isn't clear where they should be installed in relation to each other.  For example, is the Grid Infrastructure a separate product that gets its own Oracle Home?  Can anyone shed light on this process?
    Also, does it matter to which location the zipped files are unzipped?  For example, are any of these files used after the installation process, or does OFA only care about post-installation location?

    I think this links may be helpful -- ORACLE-BASE - Oracle Database 11g Release 2 RAC On Oracle Linux 5.8 Using VirtualBox, http://www.oracle.com/technetwork/articles/hunter-rac11gr2-iscsi-088677.html.
    OFA -- Optimal Flexible Architecture standard. The standard is a set of configuration guidelines created to ensure well organized Oracle installations that are easier to maintain (http://docs.oracle.com/cd/B28359_01/install.111/b32002/app_ofa.htm#LADBI440).
    It relates to location of the grid and dbms files location. Actually you should specify base directory and follow installer. System will be installed in correct directories.
    It does not matter where you will unzip your distributives. You may delete them after installation to free space.

  • Where should we install Oracle Workflow Server?

    Hi,
    We are using Oracle Warehouse Builder 10G R1.
    We installed Runtime Repository in oracle databae 10.2
    We installed Oracle Workflow server 2.6.3.5 in separate oracle datbase 10.2.
    What I mean to say is, we installed Runtime Repository in one database instance and Oracle Workflow manager in separate datbase instance.
    Here my concern is whether both Runtime Repository and Wokflow server should be installed based on the same datbase? Or can we install on differnt datbases?
    will it be fine?
    Any suggestions are welcome?
    Thank you,
    Regards,
    Gowtham Sen.

    We run our workflow server and owb repository on a different machine than our DW instance. The main benefit being that we can do maintenance independently. Our OWF implementation is pretty benign as resources are concerned.
    Our development server contains two instances for UAT and DEV, OWB repositories, and a single OWF implementation using the DEV instance. It runs perfectly fine, and if budget concerns were an issue I would have ran OWF, OWB and DW DB on the same instance in production.
    However we do have an issue with the single OWF implementation on our DEV/UAT server. When we deploy the process flows in UAT it invalidates the process flows in DEV. Easy workaround though: Redeploy flows in DEV ( invalidates UAT). I haven't found a permanent solution around that.
    -J

  • Where should i install new apps? like games?

    When i click to install new apps and games it asks me where i would like to install it, Phone memory or External memory, i realise that the phone memory is quicker but theres less space there... would i be able to install apps to external memory with no problems?. I have the N95 8GB...

    I always install apps on a memory card, or in the case of the N95 8GB to the secondary mass storage.

  • Where should I install the content from FCS2

    Hi
    Just re-installing FCS2 and was wondering whether it would be good practice to install the content on a disk other than the system disk. Any pros and cons would be greatly appreciated.
    Many thanks
    Mark

    P.S. I'm assuming you're talking about the "additional content", and not the apps themselves, which must remain in your Apps folder on your system disk.

  • [SOLVED][GNOME] where should i manually install JDK8?

    i downloaded Oracle Java JDK8 because i need it for coding in school... the thing is i havent really mess with the filesystem much so... i was wondering where should i install the program? where in root directory should i install it?
    Last edited by FenrirAB (2014-04-18 01:25:31)

    I was able to restore openJDK7 back to my computer.
    before it was giving me a bash error stating that "bash java: command not found"
    now i have it back...
    I've also deleted the Oracle Java JDK 8 that i downloaded from Oracle itself.... by removing it in the /opt as was suggested to install it there
    all thanks to @x33a for providing me an AUR link for JDK8:
    https://aur.archlinux.org/packages/jdk
    i installed this package by using:
    cd Builds
    tar -xzvf jdk.tar.gz
    cd jdk
    sudo makepkg -s --asroot
    [password]
    then the installation begins
    but when i type java -version
    its still giving me the openJDK7..
    anyway to solve this?
    think it has something to do with $PATH... but i have no idea how to work that...
    heres a screenshot:
    http://i.imgur.com/mFOjRsL.png
    -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --

  • Where should DNG profile editor install the .dcp file?

    Just made my first attempt to create a custom camera profile using the X-Rite color checker passport and the DNG Profile Editor.
    Thanks to the excellent tutorial, the process went smoothly.  Next I took the final step of exporting the profile (.dcp) file, expecting to find the new profile when I opened an image in ACR.  Unfortunately the new profile was not listed in the Camera Profile dropdown menu.
    After much searching I discovered that the profile was written to the folder containing the .dng images used to construct the profile.  Obviously not where it belongs in order for ACR to find it.   I assumed that "Export Profile" would automatically write the .dcp file to the proper location.
    Where should the .dcp files be installed for Win7x64 running ACR 8.2.?
    Is there a way to establish the proper location as the default in the Profile Editor?
    Thanks for your help.

    Custom-created .DCP profile files go into the following location under your Windows Users folder:
    C:\Users\YourUserName\AppData\Roaming\Adobe\CameraRaw\CameraProfiles
    The AppData folder is a hidden-system folder so you may need to turn on the viewing of those type of folders in your Explorer folder view options or just type \AppData into the folder address area and hit Enter once you get to your username folder.

  • Architecture Q. : Where should the ODI Repository Database be installed ?

    Hi all,
    Where should the repository ODI database be installed
    => on the same server as the source database one or ?
    => on the same server as the target database one
    Thanks for your answers
    Edited by: Meapri on Feb 26, 2009 6:59 AM

    Hi Shib,
    Maybe I could agree with you if you only use ODI for DW, for instance.
    If you think about data integration, no matter what kind of system, even at transactional system, or datamart extract/load the concept of "source and target" can be any of the RDBMS at company.
    What I'm defending is that in a complex environment, where ODI is the company *"data veins"*, the concept of source and target became complex too and, in my opinion, is not possible to decide where the repository should stay just by the use of those concepts.

  • Should I install virus protection on mac computer

    should I install virus protection on my new mac

    Mac users often ask whether they should install "anti-virus" (AV) software. The usual answer is "no." That answer is right, but it may give the wrong impression that there is no threat from what are loosely called "viruses." There is a threat, and you need to educate yourself about it.
    1. This is a comment on what you should—and should not—do to protect yourself from malicious software ("malware") that circulates on the Internet and gets onto a computer as an unintended consequence of the user's actions. It does not apply to software, such as keystroke loggers, that may be installed deliberately by an intruder who has hands-on access to the computer, or who has been able to take control of it remotely. That threat is in a different category, and there's no easy way to defend against it. AV software is not intended to, and does not, afford any protection against such attacks.
    The comment is long because the issue is complex. The key points are in sections 5, 6, and 10.
    OS X now implements three layers of built-in protection specifically against malware, not counting runtime protections such as execute disable, sandboxing, system library randomization, and address space layout randomization that may also guard against other kinds of exploits.
    2. All versions of OS X since 10.6.7 have been able to detect known Mac malware in downloaded files, and to block insecure web plugins. This feature is transparent to the user. Internally Apple calls it "XProtect."
    The malware recognition database used by XProtect is automatically updated; however, you shouldn't rely on it, because the attackers are always at least a day ahead of the defenders.
    The following caveats apply to XProtect:
    ☞ It can be bypassed by some third-party networking software, such as BitTorrent clients and Java applets.
    ☞ It only applies to software downloaded from the network. Software installed from a CD or other media is not checked.
    As new versions of OS X are released, it's not clear whether Apple will indefinitely continue to maintain the XProtect database of older versions such as 10.6. The security of obsolete system versions may eventually be degraded. Security updates to the code of obsolete systems will stop being released at some point, and that may leave them open to other kinds of attack besides malware.
    3. Starting with OS X 10.7.5, there has been a second layer of built-in malware protection, designated "Gatekeeper" by Apple. By default, applications and Installer packages downloaded from the network will only run if they're digitally signed by a developer with a certificate issued by Apple. Software certified in this way hasn't necessarily been tested by Apple, but you can be reasonably sure that it hasn't been modified by anyone other than the developer. His identity is known to Apple, so he could be held legally responsible if he distributed malware. That may not mean much if the developer lives in a country with a weak legal system (see below.)
    Gatekeeper doesn't depend on a database of known malware. It has, however, the same limitations as XProtect, and in addition the following:
    ☞ It can easily be disabled or overridden by the user.
    ☞ A malware attacker could get control of a code-signing certificate under false pretenses, or could simply ignore the consequences of distributing codesigned malware.
    ☞ An App Store developer could find a way to bypass Apple's oversight, or the oversight could fail due to human error.
    Apple has taken far too long to revoke the codesigning certificates of some known abusers, thereby diluting the value of Gatekeeper and the Developer ID program. Those lapses don't involve App Store products, however.
    For the reasons given, App Store products, and—to a lesser extent—other applications recognized by Gatekeeper as signed, are safer than others, but they can't be considered absolutely safe. "Sandboxed" applications may prompt for access to private data, such as your contacts, or for access to the network. Think before granting that access. Sandbox security is based on user input. Never click through any request for authorization without thinking.
    4. Starting with OS X 10.8.3, a third layer of protection has been added: a "Malware Removal Tool" (MRT). MRT runs automatically in the background when you update the OS. It checks for, and removes, malware that may have evaded the other protections via a Java exploit (see below.) MRT also runs when you install or update the Apple-supplied Java runtime (but not the Oracle runtime.) Like XProtect, MRT is effective against known threats, but not against unknown ones. It notifies you if it finds malware, but otherwise there's no user interface to MRT.
    5. The built-in security features of OS X reduce the risk of malware attack, but they are not, and never will be, complete protection. Malware is a problem of human behavior, not machine behavior, and no technological fix alone is going to solve it. Trusting software to protect you will only make you more vulnerable.
    The best defense is always going to be your own intelligence. With the possible exception of Java exploits, all known malware circulating on the Internet that affects a fully-updated installation of OS X 10.6 or later takes the form of so-called "Trojan horses," which can only have an effect if the victim is duped into running them. The threat therefore amounts to a battle of wits between you and Internet criminals. If you're better informed than they think you are, you'll win. That means, in practice, that you always stay within a safe harbor of computing practices. How do you know when you're leaving the safe harbor? Below are some warning signs of danger.
    Software from an untrustworthy source
    ☞ Software with a corporate brand, such as Adobe Flash Player, doesn't come directly from the developer’s website. Do not trust an alert from any website to update Flash, or your browser, or any other software. A genuine alert that Flash is outdated and blocked is shown on this support page. Follow the instructions on the support page in that case. Otherwise, assume that the alert is fake and someone is trying to scam you into installing malware. If you see such alerts on more than one website, ask for instructions.
    ☞ Software of any kind is distributed via BitTorrent, or Usenet, or on a website that also distributes pirated music or movies.
    ☞ Rogue websites such as Softonic, Soft32, and CNET Download distribute free applications that have been packaged in a superfluous "installer."
    ☞ The software is advertised by means of spam or intrusive web ads. Any ad, on any site, that includes a direct link to a download should be ignored.
    Software that is plainly illegal or does something illegal
    ☞ High-priced commercial software such as Photoshop is "cracked" or "free."
    ☞ An application helps you to infringe copyright, for instance by circumventing the copy protection on commercial software, or saving streamed media for reuse without permission. All "YouTube downloaders" are in this category, though not all are necessarily malicious.
    Conditional or unsolicited offers from strangers
    ☞ A telephone caller or a web page tells you that you have a “virus” and offers to help you remove it. (Some reputable websites did legitimately warn visitors who were infected with the "DNSChanger" malware. That exception to this rule no longer applies.)
    ☞ A web site offers free content such as video or music, but to use it you must install a “codec,” “plug-in,” "player," "downloader," "extractor," or “certificate” that comes from that same site, or an unknown one.
    ☞ You win a prize in a contest you never entered.
    ☞ Someone on a message board such as this one is eager to help you, but only if you download an application of his choosing.
    ☞ A "FREE WI-FI !!!" network advertises itself in a public place such as an airport, but is not provided by the management.
    ☞ Anything online that you would expect to pay for is "free."
    Unexpected events
    ☞ A file is downloaded automatically when you visit a web page, with no other action on your part. Delete any such file without opening it.
    ☞ You open what you think is a document and get an alert that it's "an application downloaded from the Internet." Click Cancel and delete the file. Even if you don't get the alert, you should still delete any file that isn't what you expected it to be.
    ☞ An application does something you don't expect, such as asking for permission to access your contacts, your location, or the Internet for no obvious reason.
    ☞ Software is attached to email that you didn't request, even if it comes (or seems to come) from someone you trust.
    I don't say that leaving the safe harbor just once will necessarily result in disaster, but making a habit of it will weaken your defenses against malware attack. Any of the above scenarios should, at the very least, make you uncomfortable.
    6. Java on the Web (not to be confused with JavaScript, to which it's not related, despite the similarity of the names) is a weak point in the security of any system. Java is, among other things, a platform for running complex applications in a web page, on the client. That was always a bad idea, and Java's developers have proven themselves incapable of implementing it without also creating a portal for malware to enter. Past Java exploits are the closest thing there has ever been to a Windows-style virus affecting OS X. Merely loading a page with malicious Java content could be harmful.
    Fortunately, client-side Java on the Web is obsolete and mostly extinct. Only a few outmoded sites still use it. Try to hasten the process of extinction by avoiding those sites, if you have a choice. Forget about playing games or other non-essential uses of Java.
    Java is not included in OS X 10.7 and later. Discrete Java installers are distributed by Apple and by Oracle (the developer of Java.) Don't use either one unless you need it. Most people don't. If Java is installed, disable it—not JavaScript—in your browsers.
    Regardless of version, experience has shown that Java on the Web can't be trusted. If you must use a Java applet for a task on a specific site, enable Java only for that site in Safari. Never enable Java for a public website that carries third-party advertising. Use it only on well-known, login-protected, secure websites without ads. In Safari 6 or later, you'll see a padlock icon in the address bar when visiting a secure site.
    Stay within the safe harbor, and you’ll be as safe from malware as you can practically be. The rest of this comment concerns what you should not do to protect yourself.
    7. Never install any commercial AV or "Internet security" products for the Mac, as they are all worse than useless. If you need to be able to detect Windows malware in your files, use one of the free security apps in the Mac App Store—nothing else.
    Why shouldn't you use commercial AV products?
    ☞ To recognize malware, the software depends on a database of known threats, which is always at least a day out of date. This technique is a proven failure, as a major AV software vendor has admitted. Most attacks are "zero-day"—that is, previously unknown. Recognition-based AV does not defend against such attacks, and the enterprise IT industry is coming to the realization that traditional AV software is worthless.
    ☞ Its design is predicated on the nonexistent threat that malware may be injected at any time, anywhere in the file system. Malware is downloaded from the network; it doesn't materialize from nowhere. In order to meet that nonexistent threat, commercial AV software modifies or duplicates low-level functions of the operating system, which is a waste of resources and a common cause of instability, bugs, and poor performance.
    ☞ By modifying the operating system, the software may also create weaknesses that could be exploited by malware attackers.
    ☞ Most importantly, a false sense of security is dangerous.
    8. An AV product from the App Store, such as "ClamXav," has the same drawback as the commercial suites of being always out of date, but it does not inject low-level code into the operating system. That doesn't mean it's entirely harmless. It may report email messages that have "phishing" links in the body, or Windows malware in attachments, as infected files, and offer to delete or move them. Doing so will corrupt the Mail database. The messages should be deleted from within the Mail application.
    An AV app is not needed, and cannot be relied upon, for protection against OS X malware. It's useful, if at all, only for detecting Windows malware, and even for that use it's not really effective, because new Windows malware is emerging much faster than OS X malware.
    Windows malware can't harm you directly (unless, of course, you use Windows.) Just don't pass it on to anyone else. A malicious attachment in email is usually easy to recognize by the name alone. An actual example:
    London Terror Moovie.avi [124 spaces] Checked By Norton Antivirus.exe
    You don't need software to tell you that's a Windows trojan. Software may be able to tell you which trojan it is, but who cares? In practice, there's no reason to use recognition software unless an organizational policy requires it. Windows malware is so widespread that you should assume it's in every email attachment until proven otherwise. Nevertheless, ClamXav or a similar product from the App Store may serve a purpose if it satisfies an ill-informed network administrator who says you must run some kind of AV application. It's free and it won't handicap the system.
    The ClamXav developer won't try to "upsell" you to a paid version of the product. Other developers may do that. Don't be upsold. For one thing, you should not pay to protect Windows users from the consequences of their choice of computing platform. For another, a paid upgrade from a free app will probably have all the disadvantages mentioned in section 7.
    9. It seems to be a common belief that the built-in Application Firewall acts as a barrier to infection, or prevents malware from functioning. It does neither. It blocks inbound connections to certain network services you're running, such as file sharing. It's disabled by default and you should leave it that way if you're behind a router on a private home or office network. Activate it only when you're on an untrusted network, for instance a public Wi-Fi hotspot, where you don't want to provide services. Disable any services you don't use in the Sharing preference pane. All are disabled by default.
    10. As a Mac user, you don't have to live in fear that your computer may be infected every time you install software, read email, or visit a web page. But neither can you assume that you will always be safe from exploitation, no matter what you do. Navigating the Internet is like walking the streets of a big city. It can be as safe or as dangerous as you choose to make it. The greatest harm done by security software is precisely its selling point: it makes people feel safe. They may then feel safe enough to take risks from which the software doesn't protect them. Nothing can lessen the need for safe computing practices.

  • Where should I put things on my new computer

    Since I've been running LR (currently 3.6) under Windows XP on a 6 year old HP desktop with an AMD dual core processer I just purchased a Dell XPS 8500 and plan to install LR 4.1 and move my catalogs and images to this new machine.
    The machine came with a 1 TB SATA || hard disk, and I've installed a 240 GB SATA III SSD and installed Windows 7 on it.  I currently have my images on an external 1.5 TB eSATA hard disk connected to the old computer, and expect to connect it to new computer the same way.
    Currently (in LR 3.6) I find I spend most of my time in the library module culling images and selecting a small number to develop.  I generate 100% previews for a shoot, and then switch between grid, loupe, and compare views, frequently zooming to 100% to check and compare critical focus.  Since I develop a much smaller number for photos, and typically do pretty minimal processing, don't spend as much time in the develop module.  Assuming that I'll do the same thing in LR 4.1, my top priority is library and performance, particularly when zoomed to 100%, and secondarily develop performance.
    My question is, to get the best performance, where (on  the SSD, internal hard disk, or external hard disk) should I
    install LR 4.1
    store my catalog(s)
    store the Camera Raw cache
    store my images

    hopefully the rest of the community responds with some of the specifics you are asking, but take a look at
    Lightroom's Help- "optimize performance":
    http://helpx.adobe.com/lightroom/kb/optimize-performance-lightroom.html
    http://www.slrlounge.com/10-tips-to-improve-the-speed-and-performance-of-lightroom-lightro om-performance-guide-part-i
    http://thelightroomlab.com/2011/03/where-should-i-keep-my-adobe-photoshop-lightroom-catalo g/
    -hope these help in the meantime,
    janelle

  • How to remove Classic from a system where it is installed?

    To trash Classic:
    1. Backup your data in case you make a mistake.
    2. Make sure no Application in Applications Mac OS 9 folder lists itself in Get Info as an Application (as opposed to Classic Application). Any that are just plain Applications are designed to run natively in both Mac OS 9 and Mac OS X and can be moved to the Applications folder, assuming they didn't install special components that required them to stay in the Applications Mac OS 9 folder to work.
    3. Drag both the Applications Mac OS 9 and the System Folder (containing the Control Panels and Apple Menu Items folder) into the trash. Do NOT trash the folder named System which belongs to Mac OS X.
    4. Secure Empty Trash from the Finder File menu. If that takes too long, you can use http://www.macosxcocktail.com/ 's software Cocktail. This software is kind of a swiss army knife, and should only be used for specific functions when needed. Ask before using a utility within it, if you are unsure how it might affect your system.
    5. Verify all the applications you use work.

    This would be contradictory to dataflow.
    If you need loop data elsewhere in the code while the loop is running, you have many possible solutions (queues, functional globals, locals variables, etc.). Please explain in a bit more details what you want to do. Do you have processes running in parallel? Where should the loop data "flow" exactly?
    LabVIEW Champion . Do more with less code and in less time .

  • What is the best way to protect my macbook pro? should I install mackeeper? Thank you :)

    what is the best way to protect my macbook pro? should I install mackeeper? Thank you

    MacKeeper is malware that charges a fee. Do not install it under any circumstances.
    Keep your software up-to-date with Software Update.
    Don't click on links in emails, retype the URLs to be sure you know where it is sending you.
    Don't download a "codec" or program to view content on a website from the same site -- standard viewers should come from the codec developer's site, not the content site.
    Don't fall for requests from your bank or PayPal to verify your information -- they don't do it that way.
    Download Flash only from:
    http://get.adobe.com/flashplayer/
    You did NOT win any contests you did not enter, and you are not the 10,000th vistitor to any site.

Maybe you are looking for