.dmg in Mac OS 9.1

Help! How can I mount a .dmg disc image under Mac OS 9.1? I've tried Disk Copy 6.3.3, 6.4, and 6.5b11 all to no avail.
Any suggestions? -- Sherman

hi Sherman!
Why is there none in Mac OS 9.1 where this Post belongs?
at about the same time as you tried to post, i believe there was some system maintenance going on and posting was disabled for a short time. try again now.
love, b

Similar Messages

  • How to embed icon in dmg of MAC OS in air application?

    hi
    How to embed icon in dmg of MAC OS in air application? while in windows application it working file if  i set <icon> tag in windows application's .xml file.....
    Please reply

    solution ::
    add this code in windows app of AIR
    <?xml version="1.0" encoding="utf-8"?>
    <mx:WindowedApplication 
    xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" height="100%" creationComplete="init()" layout="absolute" xmlns:local="*">
    <mx:VBox>
    <mx:Label text="Jay Mahadev" fontSize="32" />
    </mx:VBox>
    <mx:Script>
    <![CDATA[
    private function init():void
    if(NativeApplication.supportsDockIcon){ 
    var dockIcon:DockIcon = NativeApplication.nativeApplication.icon as DockIcon;NativeApplication.nativeApplication.addEventListener(InvokeEvent.INVOKE,undock);
    //dockIcon.menu = createIconMenu();
    else if (NativeApplication.supportsSystemTrayIcon){ 
    var sysTrayIcon:SystemTrayIcon = NativeApplication.nativeApplication.icon as SystemTrayIcon;sysTrayIcon.tooltip =
    "Stopwatch";sysTrayIcon.addEventListener(MouseEvent.CLICK,undock);
    //sysTrayIcon.menu = createIconMenu();
    public function undock(event:Event = null):void{stage.nativeWindow.visible =
    true;NativeApplication.nativeApplication.icon.bitmaps = [];
    ]]>
    </mx:Script>
    </mx:WindowedApplication>
    and also in windowapplication.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <application xmlns="http://ns.adobe.com/air/application/1.0">
     <icon>
    <image128x128>/icons/128x128.png</image128x128>
    <image48x48>/icons/48x48.png</image48x48>
    <image32x32>/icons/32x32.png</image32x32>
    <image16x16>/icons/16x16.png</image16x16>
    </icon>
    </application>
    Reference Link :::
    http://www.adobe.com/devnet/air/flash/quickstart/articles/stopwatch_dock_system_tray.html

  • "Lightroom_5_LS11_mac_5_7.dmg" for Mac to update my Lightroom 5.6 (build 974614) but when I attempt to open it I get the following error message "Lightroom_5_LS11_mac_5_7.dmg can't be opened as the disk image is not recognised". I'm running Yosemite OS 10

    I have downloaded "Lightroom_5_LS11_mac_5_7.dmg" for Mac to update my Lightroom 5.6 (build 974614) but when I attempt to open it I get the following error message "Lightroom_5_LS11_mac_5_7.dmg can't be opened as the disk image is not recognised". I'm running Yosemite OS 10.10 on a Macbook Pro (Retina, 13-inch, Late 2012 with 2.9 GHz Intel Core i7 processor).

    Vk2mh it sounds like the download was not complete or corrupted.  Where are you downloading the update from?  Have you tried downloading again?

  • Which is newer, version 3.6.19 or Firefox 5.0.1.dmg. Mac OS says 3.6.19 is newer.

    I receive a notice that a new version of Firefox is available. I say download now. It does, and then it says Firefox has downloaded and will start the next time you start Firefox. I choose Restart Now and ask it to save my windows. It does. I click on the icon <Firefox 5.0.1.dmg> and get the prompt to move the Firefox icon to the Applications folder. I do. I get a dialogue box that warns the version I already have in Applications is newer than the one I am moving to Applications and do I really want to do this. I say no. Forget it.

    Firefox 3.6.19 and 5.0.1 were released same day (July 11) to workaround a certain font issue (that could cause crashes) that was not fixed in time for Mac OSX 10.7 Lion release and 5.0.1 was also for to fix problem of java plugin not loading on OSX 10.5
    http://www.mozilla.com/en-US/firefox/5.0.1/releasenotes/
    http://www.mozilla.com/en-US/firefox/3.6.19/releasenotes/
    5.0.1 release notes say 10.6 but it really is 10.5 for Java plugin.
    Technically Firefox 5.0 is newer as 3.6.19 is just another minor update (firedirll in this case) for the old 3.6 branch.

  • When I try to download Firefox 5.0 (I have 4.0) I get the box that indicates that Acrobat could not open 'Firefox 5.0.dmg' . Mac OS10.6.7 Help!

    I keep getting the Software Update for Firefox 5.0. I try to update after viewing the informatiion choosing English and MacOS X. It downloads and then I get the message: "Acrobat could not open ‘Firefox 5.0.dmg’ because it is either not a supported file type or because the file has been corrupted (for example, it was sent as an email attachment and wasn’t correctly decoded)."
    I would be most grateful for any help; I am 78 and trying but not succeeding. Ah, the scourge of age.

    Sorry, Firefox 4.0.1 isn't supported any longer, that's why you are getting re-directed. Firefox 5.0 is a security update for 4.0.1; Firefox 4.0 didn't get that update, but Firefox 3.6.18 did. Best to stick with 3.6.18 until whatever you are using for those logins is updated for Firefox 5.0.

  • Build native bundle for mac (.app/.dmg) has no file right to access files....

    Hi,
    today I build my first native bundle (.dmg) for Mac.
    Everything works very well except that my running app has no access to local files. The files are shown but the app does not have the right to read.
    The windows version has no problem to access local files.
    Any ideas what i have to add for Mac.
    Thanks
    Michael
    Buildscript:
    <project name="JavaFXSample" default="build and deploy" basedir="."
             xmlns:fx="javafx:com.sun.javafx.tools.ant">
        <target name="build and deploy">
            <property name="applet.width" value="500"/>
            <property name="applet.height" value="500"/>
            <property name="application.title" value="ZP_Prototype2"/>
            <property name="application.vendor" value="TestVendor"/>
            <property name="build.classes.dir" value="/Users/mb_ta_michi/NetBeansProjects/ZP_Prototype2/build/classes/"/>
            <property name="basedir" value="/Users/mb_ta_michi/NetBeansProjects/ZP_Prototype2/"/>
            <property name="dist.dir" value="/Users/mb_ta_michi/NetBeansProjects/ZP_Prototype2_BUNDLE/"/>
            <property name="javafx.lib.ant-javafx.jar" value="/Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home/lib/ant-javafx.jar"/>
            <taskdef resource="com/sun/javafx/tools/ant/antlib.xml"     
                    uri="javafx:com.sun.javafx.tools.ant"
                    classpath="${javafx.lib.ant-javafx.jar}"/>
            <fx:application id="zpAppID"
                    name="ZP_Prototype2"
                    mainClass="zp_prototype2.ZP_Prototype2"
                    />
            <fx:resources id="appRes">
                <fx:fileset dir="./../misc/libs2add" includes="*.jar"/>
                <fx:fileset dir="${dist.dir}" includes="*.jar"/>
            </fx:resources>
            <fx:jar destfile="${dist.dir}/ZP_Prototype2.jar">
                    <fx:application refid="zpAppID"/>
                    <fx:resources refid="appRes"/>
                    <manifest>
                        <attribute name="Implementation-Vendor"
                                value="${application.vendor}"/>
                        <attribute name="Implementation-Title"
                                value="${application.title}"/>
                        <attribute name="Implementation-Version" value="1.0"/>
                    </manifest>
                    <fileset dir="${build.classes.dir}"/>
            </fx:jar>
            <fx:deploy width="${applet.width}" height="${applet.height}"
                    outdir="${dist.dir}"
                    embedJNLP="false"
                    outfile="${application.title}"
                    nativeBundles="all"
                    >
                <fx:application refId="zpAppID"/>
                <fx:resources refid="appRes"/>           
                <fx:info title="${application.title}"
                        vendor="${application.vendor}"/>
                 <!-- Custom JVM setup for application -->
                <fx:platform>
                    <fx:jvmarg value="-Xmx512m"/>
                    <fx:jvmarg value="-Xms512m"/>
                    <property name="my.property" value="something"/>
                </fx:platform>
            </fx:deploy>
        </target>
    </project>

    Exact same problem here, and no workaround.
    Windows Phone 8.1; WindowsPhone.app 3.1.1, iTunes 11.2.2, OSX 10.8.5
    The following solution doesn't work on my Mac:
    http://forums.wpcentral.com/mac-os-x/223845-window​s-phone-app-not-syncing-itunes.html

  • .dmg Mac OS X Snow Leopard

    Hello,
    I want to know where I can download or find the .dmg for Mac OS X Snow Leopard. I have the installation CD for my MacBook Pro 13, but I want the .dmg.
    Thank you.

    Ok, thank you for your answer.
    I can find elsewhere maybe ? Nothing illegal I mean.

  • How do I move a 150GB iPhoto library out of a DMG on my external drive in less than a day?

    Presently I have the 150 GB iPhoto Library in a DMG on External Drive (ED). I want to now move it out of the dmg into a folder from where it will be used.
    It took about 2 hours to move DMG from Mac to ED via Ethernet cable.
    I have iPhoto 09, MAC OS 10.6.8, 3TB WD My Cloud (ED).
    Tried DMG as the copy kept failing 2-3 hours into it.
    As I attempt to move the folder from DMG to another folder on the ED it is telling me 60+ hours.
    When I created the DMG it estimated 2 hours and comleted in less.
    Is there some specific manner or steps that need to be taken to quickly move this iPhoto library from DMG?
    The DMG contains a single folder which shows the Iphoto Library

    This copy is being done by the Finder and not iPhoto, so the best place to ask would be the Using Mac OS X forum for your version fo the OS. As a general comment: the FInder is hopeless at estimating the time a job will take and I know of no way to speed it up.

  • Photo Elements 8.0 for Mac

    I am reseting my Mac to factory and want to be able to restore my photo elements. Where can I find it?

    Did you purchase a download of the software?  Otherwise you should have a box somewhere which contain the install files.
    You can try the following steps to see if you have a download available to you for Photoshop Elements 8.
    Go to the Adobe Store for your country and sign in with your Adobe ID and password.
    Click My Orders and then click Your Downloads.
    Click Download for the product you want to download, and then do one of the following:
    Click Download and follow the onscreen instructions.
    Click Akamai Download Manager and follow the onscreen instructions.
    Click Alternate Download Method, and then click the .7z and .exe files (Windows) or the .dmg file (Mac OS) to download the software to your computer.

  • NEED HELP! loosing the will to live... MAC Lion OS

    bought a brand new mac book pro this week, OS X LION 10.7.2
    wanted a mac for using indesign as screen resolution and smooth operation.
    PROBLEMS I AM HAVING
    I wanted to download the free indesign trial (why not) and can't install the following...
    1. Adobe download manager WONT install onto my system, it downloads and brings up a window with what I can only describe as a see through parcel
    I double click it and it tries to unpack / install it, once the blue bar is complete I don't see anything relating to adobe again.
    2. Adobe AIR will not install onto my system, however the download window does show a nice red adobe parcel, again a certain amount of installation occurs and then nothing...
    the whole point of forking out on the pro was so i could do my companies flyers and graphic design and ive hit a brick wall with adobe!
    is anyone facing a similar problem or is it a problem that is due to be resolved or is it my machine?
    please if somebody could help me on this matter id be so grateful. I am a virgin to the mac os although everything else is very impressive so far.
    if i buy the in design CD software would it install (not really ideal as i want the trial, but as a last resort)
    Thanks in advance
    Martin

    You mentioned:
    I can try a different browser i.e. chrome or something, but once the download is complete it will still save it to the same 'download folder' location? it seems to be the install process that can't complete itself
    From Adobe knowledgebase:
    If the installer doesn’t start automatically when your product download completes, you can start it manually.
    Make sure that the download is complete.
    If the downloader did not indicate that the download completed successfully, do the following:
    Check to see if there is a Start Download or Resume Download shortcut on the Desktop. If so, double-click it. Akamai Download Manager removes the shortcut after the download is complete.
    When you started the download, you were asked where to save the files. Navigate to that location. If you can't remember the location, search your computer for a folder called “Downloads.” Look for one or more files with the Adobe product name. On Mac OS, there should be one .dmg file. On Windows, there should be a .exe file and possibly a .7z file. If you see any temporary files ending in “.part,” it means that the download hasn’t completed. Go to your Desktop and double-click the Resume Download shortcut.
    Important: Some Windows product downloads include two files: a .exe file and a .7z file. To install the software, make sure that both files fully downloaded and located in the same folder. Otherwise, an error may appear when you start the installer. Errors include "Windows cannot open this file" and "The file archive part of Adobe [product name] is missing."
    When you are sure that the download is complete, double-click the .exe file (Windows) or the .dmg file (Mac OS) that was downloaded. Follow the onscreen instructions.
    Try this and see what happens.

  • Photoshop Elements 11 Mac

    Ive just bought and downloaded PSE11 and its not working. It downloads in a zip file as expected, but then I cant figure out for the life of me what to do next. I tried unzipping it but to no avail, then I downloaded the program also linked on the download screen called Akamai NetSession, but Im still clueless to how that workes. Ive checked the forms but I found no solutions. Ive only found one thing, it says to download .7z and .exe zip files if your running Windows, and .dmg for Mac, but when I checked the download only .7z and .exe were avaliable. I checked and Im positive that I bought the Mac version but only the windows is avaliable for download. Im quite concered. If there is any knowledge that can be shared Im all up for looking like an idiot and missing it while it was right in front of me.
    Many thanks.

    Hi bobert42er,
    Please try the download of PSE11 Mac , English from : http://trials3.adobe.com/AdobeProducts/PSE/11/osx10/PhotoshopElements_11_WWEFDJ.dmg

  • Migrating Logic Pro to a New Mac

    Hi all - I have an older iMac with Logic Studio Pro on it and all backed up to Time Machine. Today I got a MacBook Pro and the first thing I did was restore the Time Machine backup to it. Everything worked fine - well, almost. I am missing some ESX24 Sampler Instrument files. Not all, only some. The tracks launch but then tell me that particular audio files can't be found. On the first track I opened, one guitar track and one drum track were missing files and won't play.
    I have my original Logic Pro studio DVD set - I bought it as an upgrade to Logic Express.
    Any tips on how to replace or complete this transfer?
    Thanks in advance

    Did you purchase your download from Adobe directly?  If so then the following steps will allow you to locate your software:
    Go to the Adobe Store for your country and sign in with your Adobe ID and password.
    Click My Orders and then My Order History.
    Locate the order number, and click the Download link in the Downloads column.
    Start the download by doing one of the following:
    Click Download and follow the onscreen instructions.
    Click Akamai Download Manager and follow the onscreen instructions.
    Click Alternate Download Method, and then click the .7z and .exe files (Windows) or the .dmg file (Mac OS) to download the software to your computer.
    The reason you are experiencing this error is because you need to install the software and not copy it from one computer to another.

  • Adobe Creative Suite6 for mac

    Hi I downloaded ACS6. But how do I go on with it now when it is downloaded?
    The download has finished but it seems like not all is downloaded? I can't see the filesize as one usually does.
    Any advice?
    Thanks

    yes, you can download a software trial and use the serial number that came with your cd to activate the trial software to unlimited use.
    if you need help using the dmg file, http://www.ofzenandcomputing.com/how-to-install-dmg-files-mac/
    if you have mavericks and are getting an unknown developer message, http://wiki.machangout.com/howdoi/how-do-i-enable-installation-unknown-developers-applicat ions-osx-108
    if you're seeing some other error message, attach a screenshot of it, http://forums.adobe.com/message/4209263#4209263

  • Switching Photoshop Elements From PC to Mac

    I recently downloaded Elements for my PC and last week I bought a MacBook Pro and want to transfer Elements because I will be getting rid of my PC. I tried calling Adobe multiple times and was on hold for almost an hour. I'm currently deployed overseas so I do not have a call back number. This has been very frustrating, someone please help.
    Thank you.

    Did you purchase the software from Adobe directly?  If so then you can complete the following steps to locate your download:
    Log in to your Adobe account to download your software.
    Go to the Adobe Store for your country and sign in with your Adobe ID and password. 
    Click My Orders and then My Order History.
    Locate the order number, and click the Download link in the Downloads column.
    Start the download by doing one of the following:
    Click Download and follow the onscreen instructions.
    Click Akamai Download Manager and follow the onscreen instructions.
    Click Alternate Download Method, and then click the .7z and .exe files (Windows) or the .dmg file (Mac OS) to download the software to your computer.

  • Problems downloading CS5 Design Standard students edition on Mac OS X (Lion)

    HI:
    I just recently bought a students license for CS5 Design Standard.
    I am trying to download the file as per the instructions on the mail sent but as soon as it reaches 2 GB dissapears from the download and it cannot be launched.
    Can you help??

    Crperez80 the following steps will allow you to locate your download:
    Log in to your Adobe account to download your software.
    Go to Adobe.com.
    Click Sign In (in the upper right corner).
    Enter your Adobe ID and password, and then click Sign In. 
    Click My Orders and then Order History.
    Locate the order number, and click the Download link in the Downloads column.
    Start the download by doing one of the following:
    Click Download and follow the onscreen instructions.
    Click Akamai Download Manager and follow the onscreen instructions.
    Click Alternate Download Method, and then click the .7z and .exe files (Windows) or the .dmg file (Mac OS) to download the software to your computer.

Maybe you are looking for

  • My internet and WiFi is not working on my iPhone.

    The internet and WiFi on my phone is not working. I can't check my email, use safari, or use my apps. I have turned the data and WiFi off then on again. I have full reception for both also. I cannot turn my phone off, then on again because my lock bu

  • VIDEO PODCAST WITH iWEB-how to deal with huge file size

    Hello folks, I have created simple website for my video podcast. It all works fine, except one problem. I had used just small video clips for now, just for testing... and it takes long time for website to download. I can't even imagine, how slow it w

  • HP Pavillion DV-7 Beats By Dre Edition

    Good day, Dear All I wonder if somone could assist me.  I have an hp Pavillion DV-7 Beats By Dre edition entertainment notebook.  17". Recently when I open the notebook, the top left corner on the keyboard just above the extract fan broke.  The actua

  • CS3 Tutorials and Video Workshops will not load

    I am trying to open the Tutorial links and workshops in LivDocs for CS3 and I recieve the following message for everything. Workshop could not be loaded![FaultEvent fault=[RPC Fault faultString="Error #1085" faultCode="Client.CouldNotDecode" faultDet

  • Abnormal "% system ASP used" growth when running SAP   after V5R4 upgrade

    Dear friends, apparently again issues with the V5R4 upgrade. Let me summarize: upgraded sucessfully from V5R3 to V5R4 II14126 successfully applied (8 October 2007) no problems running SAP at all (we run multiple instances with 46C and 47, so kernel 4