Mount Disk Image (.dmg) mit AppleScript

tell application "Finder"
    if not (exists "GyazMail") then
        do shell script "hdiutil attach /Volumes/share/others/MacBook/GyazMail.dmg"
    end if
end tell