• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Distribution via DMG fails
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Distribution via DMG fails


  • Subject: Re: Distribution via DMG fails
  • From: Stephane Sudre <email@hidden>
  • Date: Tue, 29 Mar 2011 10:39:24 +0200

Do you know what the testers reporting the issue have all in common?

Have you asked them to check the Console logs?


On Tue, Mar 29, 2011 at 9:22 AM, Gabriel Zachmann <email@hidden> wrote:
> I don't know if this is the correct forum, so please advise if there is a more suitable one.
>
> I have developed a little program (a screensaver, actually).
>
> When I send it (just the .saver bundle as-is) to some beta testers via email, everything seems to be fine.
>
> But when I put it in a DMG, some testers (not all) can't install it!
> They get the error message "You cannot use the screen saver on this computer. Contact the developer ..."
>
> I checked and the executable in the DMG is byte-wise the same as the one in the bundle on my disk.
>
> Does anyone have an idea, what might be going on?
>
> All kinds of insights, tips, and suggestions will be highly appreciated.
>
> Best regards,
> Gabriel.
>
> PS:
> For that it's worth, here is an outline, how I create the DMG:
>
> hdiutil create $dmg_file -megabytes $image_size -volname $volume_name -fs HFS+ -quiet
> hdiutil attach $dmg_file -readwrite -noautoopen -mountpoint $mount_point -quiet
> cp -R $binary Help_ReadMe_Changelog.rtf LICENSE.html $mount_point
> .. copy background image to the DMG
> .. set some window attributes, such as size, using osascript
> sync
> hdiutil detach $mount_point -quiet
> hdiutil convert -quiet -format UDBZ -o $dmg_file2 $dmg_file
>
>
>
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
>
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Distribution via DMG fails
      • From: Warren Dodge <email@hidden>
    • Re: Distribution via DMG fails
      • From: Gabriel Zachmann <email@hidden>
References: 
 >Distribution via DMG fails (From: Gabriel Zachmann <email@hidden>)

  • Prev by Date: Re: Redeclaring property types in mutable subclasses
  • Next by Date: Re: Distribution via DMG fails
  • Previous by thread: Distribution via DMG fails
  • Next by thread: Re: Distribution via DMG fails
  • Index(es):
    • Date
    • Thread