Default application for .exe file

Can someone please tell me what the default (parent) application is to open .exe files? I changed all in "get info" to migration asst. and now I'm lost.
Thanks in advance for any assisstance.

An .exe file is a Windows program. It will not run directly on a Mac. Depending on if your iMac is an Intel based model or not, you would either need to install Windows via a Boot Camp partition (which would require Leopard and an Intel Mac), or for a PowerPC Mac, your only choice is the very slow Virtual PC, which Microsoft stopped development on basically as soon as Intel based Macs were introduced by Apple.
The only exception is if the .exe file is a self extracting .zip archive. In which case Stuffit Expander can open the contents.

Similar Messages

  • How do you make console apps the default application for a file type?

    I have a console movie player, mplayer, that I like a lot. I've compiled it from source on my intel core2 macbook pro and it works fine. There is no gui, but to play movie files you open up a terminal and type the command mplayer /path/to/file. I would like mplayer to play a movie file automatically when I double click on the file, but I can't seem to figure out how to do it. I tried setting it in the file info dialogue, but when I go to the path of the binary I want, it is not selected. How can I set a console app as my default application for my file type?

    there is a GUI mplayer for OS X. why don't you use it instead of the command line one?
    if you insist on using the command line mplayer then the only way to do this is to put a GUI wrapper on it. this can be done with automator or apple script for example. but really, why don't you just use the GUI mplayer?

  • How to set my default application for illustrator files (windows)

    I have both illustrator CS3 and CS5 on my windows 7 machine. I want to keep both versions as CS3 is better for converting SVG files.
    Windows has CS3 as the default application when opeing .svg files. but I want to change this to CS5. I have tried changing the default program in the normal way,
         right click - open with  - choose default program...
    only CS3 is listed in the programs, so I navigate to CS5
         C:\Program Files (x86)\Adobe\Adobe Illustrator CS5.1\Support Files\Contents\Windows\illustrator.exe
    but when I click ok, CS5 isn't added to the program list.
    I have managed to change the default program for .ai and .eps files in this way and its workeds, but not with.svg files.
    Any ideas?

    This method still doen't work, it has the same problem as my original post.Bbut I did find a utiliy that works, here is the link in case anyone has the same problem.
    http://defaultprogramseditor.com/

  • Mac - navigateToURL opens default application for .html files instead of browser

    On Mac I have Adobe AIR version <string>3.1.0.4880</string> and I have selected TextMate for .html file as default application. With this configuration when I call navigateToURL in my app to open browser, it opens TextMate instead of default browser.
    Following is the simple code to open URL:
    var urlRequest:URLRequest = new URLRequest(url);
    navigateToURL(urlRequest, "_blank");
    Is this known issue? Any workaround for this?
    Thanks,

    Since you've remapped what your default response to .html files are, you can't use navigateToURL() or openWithDefaultApplication().
    So it looks like you'll need to use the NativeProcess class:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/desktop/NativePro cess.html

  • Default application for media files reverts with a fresh boot

    I want my media files to open with VLC as the default application. I do the whole work-around: I select the file, I go to "Get Info," I choose "Open with: VLC" and I select "Change All" to use the application to open all files of the same type. That all works. And it works with other files of the same type.
    If I restart my computer, or if I shut it down and start it up again, Quicktime is the default again. I have been able to permanently set VLC by using "Open with"- "Other" - and then selecting "Always Open With." But I don't think this is a great solution.
    Is there any way to make "Change All" stick, even after a fresh boot?

    Rebuild the LaunchServices database by running this one-line command in the Terminal (/Applications/Utilities/)—copy & paste:
    */System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user*
    Then, try the Get Info->select Open with VLC, click the Change all button, and restart.

  • How do I set a unix executable file as a default application for a file type?

    I have a bunch of files all with the same extension, abc. I compiled a program, xyz, from source (using MacPorts) to run through these files. Everything works great. The program is in /usr/local/bin/
    From a terminal window:
    /usr/local/bin/xyz ./somefile.abc
    How do I get xyz to launch .abc files from Finder by double clicking on them? If I "Get Info" for any .abc file, and go to the "Open with:" section, my program xyz is not there. If I click on "Other...", xyz is nowhere to be found and /usr/local/bin is not navigable.
    How do I get xyz in the Applications list?

    Platypus was exactly what I was looking for. To those who are interested:
    The script type I used was Perl.
    Create a new script:
    #!/usr/bin/perl
    system("/usr/local/bin/xyz '@ARGV[0]'");
    Make sure to Accept dropped items.
    I also changed the Output to "None", unchecked "Remain running after initial execution", and checked "Run in background".
    Thanks so much!

  • Using Pages as default application for .doc files

    When I double-click .doc files, finder insists on using the MS Word for opening the files.
    The only trouble is that I dont have Office anymore. The trial expired (good), and I have assosiated the file in finder to "always open with pages"
    Still.. after a little while.. the old bugger is back... cant open error 10066 (or something similar).. and the assosiation to Pages is forgotten...
    This is definitivly feeding my paranoia...
    I hope I am doing something wrong...

    You should also consider uninstalling the Office trial. There should be an Office test run folder in HD > Applications. In there is an uninstaller. It may give an error message that there is nothing to uninstall if you have never run one of the Office applications. You should be able to just drag the Office folder to the Trash if this is the case.
    Peggy

  • Can you set a second "Open with:" application for a file?

    Hi all,
    I was wondering if something like this exists for OS X Lion or greater: you can set a default application to open a type of file, say Safari for all .html files, but can you set a second default application for a file?
    I usually open files using command + o or command + down arrow from the Finder and I've often thought how good it would be to hit an alternate keyboard shortcut to open the selected file in a secondary default application.
    For example, if I'm making a web page and have the .html selected in the finder I can hit command + o (or command + down arrow) to open it in Safari and if the file isn't open in my editor and is selected in the Finder I can hit, say command + option + o (or command + option + down arrow) to open the .html file in my editor.
    Does anyone know if this can be achieved in OS X Lion or greater?
    Any advice is greatly appreciated.
    Thanks.

    Hi all,
    If anyone's interested in a partial solution, I've rigged up the following.
    I ended up using an Automator action coupled with Spark to capture a keyboard key combination. Spark: http://www.shadowlab.org/Software/spark
    I've used Spark before with good results, and although it's from 2008 it still works on Lion.
    I created an Automator action that does two things:
    gets the selected Finder items
    opens finder items in the text editor I'm using.
    I then saved the workflow as an application so that Spark could run it.
    I've set up a keyboard shortcut that Spark picks up and calls my Automator workflow. It all seems to work nicely.
    So, I've created a specific "open selected file with <text editor>" keyboard shortcut that should do for the time being.

  • How can I change the default application for a content type?

    Running a version of Linux, the default application for PDF files is "Use Document Viewer (default)", which appears to be /usr/bin/evince. I'd much prefer to use /usr/bin/okular; how can I change the default. This question is NOT about how to change the function that is automatically applied when I access a link, in this case "Preview in Firefox", but rather to the default application that I can select when I download a file being viewed in Firefox's previewer.

    This is real progress, a solution to the problem as posted. The command:
    xdg-mime default okularApplication_pdf.desktop application/pdf
    makes okular the default.
    However when I added okular to the choices for applications in:
    * Edit>Preferences>Applications>PDF
    the popup box that appears when I click Download on the preview page changed. The pulldown menu that appears next to "Open with" used to have 3 entries:
    # Document Viewer (default)
    # Acroread
    # Other
    Now it has only 2:
    # Okular (Default)
    # Other
    I'd like it to read
    # Okular (Default)
    # Acroread
    # Other
    How can I control the entries in this pulldown list?
    Also, how can I make the default choice in the popup box be
    * Open With <whatever> , rather than
    * Save File ?

  • ITunes doesn't recognise iPod as the default player for audio files.

    A few weeks ago my husband completely re-installed our laptop, without properly looking at how to backup my iPod touch. Everything was lost and I have had to start again, however the system still comes up with this message each time I plug the iPod in:
    iTunes has detected this is not the default player for audio files. Would you like to go to the Default Program Control Panel to fix this.
    I go to the Control Panel, but have no idea what to do.
    Can anyone please help me?
    I have not upgraded to version (4.0)
    Thanks in advance.

    Hello Geordie81,
    And welcome to Apple Discussions!
    Are you sure it wasn't referring to making iTunes the default application for audio files as described in this Apple support document? Worth a shot anyways.
    [iTunes for Windows: How to make iTunes the default application for music and audio files in Windows Vista and Windows 7|http://support.apple.com/kb/HT3202]
    B-rock

  • Default application for opening a docx attachment

    Help! I'm unable to open a received attachment. it is a docx file. My computer tells me that there isn't a default application to open this file. Can anyone give me a step by step to set up a default???

    Welcome to the forums!
    The default application for that file is Microsoft Word 2008.
    Mac users using Word 2004 who receive a Word 2008 for Mac, (or Word 2007 for Windows) document, will not be albe to read this without having the Open XML Converter installed, which can be downloaded from Microsoft.
    Go to this page:
    http://www.microsoft.com/mac/downloads.mspx
    and click on the right under Most Popular, 'Open XML File Format Converter for Mac 1.0'
    This opens a window at the bottom of the page. Scroll that to the bottom and click on English.dmg, and it will download for you as a disk image, which can be installed in the usual way.
    After installation you can open and read .xml formatted Word 2008 documents in Word 2004.

  • [SOLVED] Unable to set default application to open files

    Hello,
    Whenever I try to set a default application for a file type (an avi for example) by right-clicking the file in Nautilus and choosing Open with Other Application, I can select the application (in this case VLC), check the Remember this Application checkbox  and click Open, I always get the below message:
    Could not set application as the default: Can't create user application configuration folder /root/.local/share/applications: Permission denied
    I'm not logged in as root (confirmed with "whoami") so I'm not sure why it's trying to access the root home folder.
    I'm thinking this is simply a misconfigured path statement (forgive the Windows terminology) but I'm not sure where to start looking.  Any help would be most appreciated.
    Thanks!
    Beta
    Last edited by betawind (2010-07-09 00:10:58)

    Thanks for the reply ngoonee! 
    The situation has already changed a bit.  Still being in Windows mode, I decided to try a reboot.  After rebooting I no longer get the error I was before (I wonder if it had something to do with logging in initially as root then su'ing to my user account) but the association with vlc just isn't sticking.
    I noticed though that now when I right-click on a video file I get the option to "Open with Movie Player" as well as "Open with VLC media player" (which does do what it's supposed to), which wasn't there before.  For grins I went and set the preferred multimedia app to VLC through System > Preferences > Preferred Applications, but that didn't help.
    Is there a place these preferences are stored that I might take a peek at?
    Last edited by betawind (2010-07-09 00:04:56)

  • How do I change the default application to open files.

    I am rather new to Mac OS (using Leopard). I am rather frustrated, that I have not been able to find a way to change the default application that opens PDF files. I looked around the System Prefernces, couldn't find it, searched the Web, nothing. And I could not find an answer in this forum either.
    So here is my question. How do I change the default application for opening PDF files from Preview to Adobe Reader? I do not want to have to click "open with" every time, I want to open a PDF file.
    And how do I do this for other files also? For instance, I may want to open images files with Photoshop instead of Preview.

    Hey ! I was going mad with the same question - and I'm not a complete newbie - so thanks to William for answering it - I knew I'd seen that dialog somewhere, but just couldn't find it. Text edit was driving me crazy telling me that .ppt files were screwed, now I've got em to open with Powerpoint...
    In answer to your last question, Craig, the dialog that appears to ask if you're sure specifically says the change will relate to all .pdf files ( or .ppt or .whatever ), so it won't stop Preview from opening other types of files.
    Thanks for the help - searched Apple support in vain on this one...

  • How to set default value for html:file in struts

    hi
                   i am working on an application using struts situation is i am using the
    <html:file property="" /> to allow the user to upload file. but i need that a default file should be set so that even if the user donot click browse ie                the user wish to upload that default file the default file get uploaded on page submition.     Is it possible to set any default value for html:file ...if yes plz provide any suggestion or links how to achieve this.     thanks in advance

    www.google.com?q=STRUTS+DOCUMENTATION

  • Set default application for *all* users

    Hello people, my 1st post here, so forgive me for possible imprecisions, ambiguity, inappropriateness....
    When I search how to set/change the default app for opening some type of file I always find the answer "through the getinfo". But doing that, I only change the default application for the current user.
    I want to do that for all users of my mac, without repeating the getinfo process for each of them.
    Is there any adminstrative tools for doing that?
    Thank you.

    You could download and install RCDefaultApp 2.1 for all users: check the Read Me and then test it on something to see if it accomplishes what you want.
    http://www.rubicode.com/Software/RCDefaultApp/

Maybe you are looking for

  • Image quality of HDTV vs. monitor

    How does the image quality compare, of sending the output of a Powermac to an LCD HDTV with a VGA input, vs. getting a regular LCD monitor (with DVI input)? I can get a 23" or greater HDTV for about the same price as the Apple 20" Cinema display. Unl

  • Transfer links from Word to PDF

       I want to create a PDF file from a Word document.  I click "Adobe PDF" on the word toolbar and the PDF file is created, but the hyperlinks that I had in the Word document don't transfer over to the PDF.  I am using Word 2003, Acrobat X Standard an

  • Plz help me out!! Custom components not showed in JTabbedPane....

    Hi!! I am extending a JPanel and adding some components to it and finally when I create an object and add it to the JTAbbedPane its not being shown....If i do it disrectly on JPanel instead of my class its is being shown.can anybody...please help me

  • Php-ncurses no display in arch linux

    I have copied the ncurses-php code found here, http://devzone.zend.com/article/1083-Us - ses-in-PHP, and I have saved it as test_ncurses.php. When I run php test_ncurses.php it produces a basic ncurses screen in ubuntu, but nothing happens in arch li

  • Status Values for Test Management

    Has anyone else encountered odd behaviour when maintaining test status values? For example, in the IMG (STWB_SET Transaction) the table that holds the status values has 10 entries, however the drop down that the end user accesses only has 6. Another